File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ click==8.3.0
1616coverage == 7.11.0
1717cryptography == 46.0.3
1818docker == 7.1.0
19- exceptiongroup == 1.3.0
2019graphql-core == 3.2.6
2120idna == 3.11
2221iniconfig == 2.3.0
@@ -42,7 +41,7 @@ pathable==0.4.4
4241pluggy == 1.6.0
4342ply == 3.11
4443py-partiql-parser == 0.6.1
45- pycfmodel == 1.1.3
44+ pycfmodel == 1.2.0
4645pycparser == 2.23
4746pydantic == 2.12.3
4847pydantic-core == 2.41.4
@@ -64,7 +63,6 @@ s3transfer==0.14.0
6463setuptools == 80.9.0
6564six == 1.17.0
6665sympy == 1.14.0
67- tomli == 2.3.0
6866typing-extensions == 4.15.0
6967typing-inspection == 0.4.2
7068urllib3 == 2.5.0
Original file line number Diff line number Diff line change 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
33annotated-types==0.7.0
44antlr4-python3-runtime==4.13.2
55attrs==25.4.0
@@ -17,7 +17,6 @@ coverage==7.11.0
1717cryptography==46.0.3
1818csscompressor==0.9.5
1919docker==7.1.0
20- exceptiongroup==1.3.0
2120ghp-import==2.1.0
2221graphql-core==3.2.6
2322hjson==3.1.0
@@ -39,6 +38,7 @@ markdown==3.3.7
3938markupsafe==3.0.3
4039mergedeep==1.3.4
4140mkdocs==1.6.1
41+ mkdocs-get-deps==0.2.0
4242mkdocs-macros-plugin==1.4.0
4343mkdocs-material==8.2.8
4444mkdocs-material-extensions==1.0.3
@@ -52,10 +52,11 @@ openapi-spec-validator==0.7.2
5252packaging==25.0
5353pathable==0.4.4
5454pathspec==0.12.1
55+ platformdirs==4.5.1
5556pluggy==1.6.0
5657ply==3.11
5758py-partiql-parser==0.6.1
58- pycfmodel==1.1.3
59+ pycfmodel==1.2.0
5960pycparser==2.23
6061pydantic==2.12.3
6162pydantic-core==2.41.4
@@ -81,7 +82,6 @@ six==1.17.0
8182super-collections==0.6.2
8283sympy==1.14.0
8384termcolor==3.1.0
84- tomli==2.3.0
8585typing-extensions==4.15.0
8686typing-inspection==0.4.2
8787urllib3==2.5.0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cfn-flip==1.3.0
77click == 8.3.0
88jmespath == 1.0.1
99pluggy == 1.6.0
10- pycfmodel == 1.1.3
10+ pycfmodel == 1.2.0
1111pydantic == 2.12.3
1212pydantic-core == 2.41.4
1313pydash == 8.0.5
You can’t perform that action at this time.
0 commit comments