Skip to content

Commit acd8821

Browse files
author
Ignacio Bolonio
committed
Bump dependencies
1 parent 465221b commit acd8821

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"cfn_flip>=1.2.0",
4040
"click>=8.0.0",
4141
"pluggy>=0.13.1",
42-
"pycfmodel>=1.0.0",
42+
"pycfmodel>=1.2.0",
4343
"pydash>=4.7.6",
4444
"PyYAML>=4.2b1"
4545
]

requirements-dev.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ click==8.3.0
1616
coverage==7.11.0
1717
cryptography==46.0.3
1818
docker==7.1.0
19-
exceptiongroup==1.3.0
2019
graphql-core==3.2.6
2120
idna==3.11
2221
iniconfig==2.3.0
@@ -42,7 +41,7 @@ pathable==0.4.4
4241
pluggy==1.6.0
4342
ply==3.11
4443
py-partiql-parser==0.6.1
45-
pycfmodel==1.1.3
44+
pycfmodel==1.2.0
4645
pycparser==2.23
4746
pydantic==2.12.3
4847
pydantic-core==2.41.4
@@ -64,7 +63,6 @@ s3transfer==0.14.0
6463
setuptools==80.9.0
6564
six==1.17.0
6665
sympy==1.14.0
67-
tomli==2.3.0
6866
typing-extensions==4.15.0
6967
typing-inspection==0.4.2
7068
urllib3==2.5.0

requirements-docs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile --no-emit-index-url --no-annotate pyproject.toml --extra docs --extra dev --output-file requirements-docs.txt
2+
# uv pip compile --no-emit-index-url --no-annotate pyproject.toml --extra dev --extra docs --output-file requirements-docs.txt
33
annotated-types==0.7.0
44
antlr4-python3-runtime==4.13.2
55
attrs==25.4.0
@@ -17,7 +17,6 @@ coverage==7.11.0
1717
cryptography==46.0.3
1818
csscompressor==0.9.5
1919
docker==7.1.0
20-
exceptiongroup==1.3.0
2120
ghp-import==2.1.0
2221
graphql-core==3.2.6
2322
hjson==3.1.0
@@ -39,6 +38,7 @@ markdown==3.3.7
3938
markupsafe==3.0.3
4039
mergedeep==1.3.4
4140
mkdocs==1.6.1
41+
mkdocs-get-deps==0.2.0
4242
mkdocs-macros-plugin==1.4.0
4343
mkdocs-material==8.2.8
4444
mkdocs-material-extensions==1.0.3
@@ -52,10 +52,11 @@ openapi-spec-validator==0.7.2
5252
packaging==25.0
5353
pathable==0.4.4
5454
pathspec==0.12.1
55+
platformdirs==4.5.1
5556
pluggy==1.6.0
5657
ply==3.11
5758
py-partiql-parser==0.6.1
58-
pycfmodel==1.1.3
59+
pycfmodel==1.2.0
5960
pycparser==2.23
6061
pydantic==2.12.3
6162
pydantic-core==2.41.4
@@ -81,7 +82,6 @@ six==1.17.0
8182
super-collections==0.6.2
8283
sympy==1.14.0
8384
termcolor==3.1.0
84-
tomli==2.3.0
8585
typing-extensions==4.15.0
8686
typing-inspection==0.4.2
8787
urllib3==2.5.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cfn-flip==1.3.0
77
click==8.3.0
88
jmespath==1.0.1
99
pluggy==1.6.0
10-
pycfmodel==1.1.3
10+
pycfmodel==1.2.0
1111
pydantic==2.12.3
1212
pydantic-core==2.41.4
1313
pydash==8.0.5

0 commit comments

Comments
 (0)