Skip to content

Commit

Permalink
Upgrade requirements to work in 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoucheiron committed Feb 16, 2024
1 parent b0ae9ad commit a12bc50
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cfripper/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def validate_aws_principals(ctx: click.Context, param: str, value: str) -> Optio


@click.command()
@click.version_option(prog_name="cfripper", version=version("package-name"))
@click.version_option(prog_name="cfripper", version=version("cfripper"))
@click.argument("templates", type=click.File("r"), nargs=-1)
@click.option(
"--resolve/--no-resolve",
Expand Down
9 changes: 7 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ coverage==7.4.1
cryptography==42.0.3
docker==7.0.0
ecdsa==0.18.0
exceptiongroup==1.2.0
graphql-core==3.2.3
idna==3.6
importlib-resources==6.1.1
iniconfig==2.0.0
jinja2==3.1.3
jmespath==1.0.1
Expand All @@ -34,12 +36,13 @@ markupsafe==2.1.5
moto==5.0.1
mpmath==1.3.0
multipart==0.2.4
networkx==3.2.1
networkx==3.1
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
packaging==23.2
pathable==0.4.3
pbr==6.0.0
pkgutil-resolve-name==1.3.10
pluggy==0.13.1
py-partiql-parser==0.5.1
pyasn1==0.5.1
Expand Down Expand Up @@ -67,9 +70,11 @@ setuptools==69.1.0
six==1.16.0
sshpubkeys==3.3.1
sympy==1.12
tomli==2.0.1
typing-extensions==4.9.0
urllib3==2.0.7
urllib3==1.26.18
uv==0.1.2
werkzeug==3.0.1
wrapt==1.16.0
xmltodict==0.13.0
zipp==3.17.0
8 changes: 6 additions & 2 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ cryptography==42.0.3
csscompressor==0.9.5
docker==7.0.0
ecdsa==0.18.0
exceptiongroup==1.2.0
ghp-import==2.1.0
graphql-core==3.2.3
htmlmin==0.1.12
idna==3.6
importlib-metadata==7.0.1
importlib-resources==6.1.1
iniconfig==2.0.0
jinja2==3.1.3
jmespath==1.0.1
Expand All @@ -46,12 +48,13 @@ mkdocs-minify-plugin==0.5.0
moto==5.0.1
mpmath==1.3.0
multipart==0.2.4
networkx==3.2.1
networkx==3.1
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
packaging==23.2
pathable==0.4.3
pbr==6.0.0
pkgutil-resolve-name==1.3.10
pluggy==0.13.1
py-partiql-parser==0.5.1
pyasn1==0.5.1
Expand Down Expand Up @@ -83,8 +86,9 @@ six==1.16.0
sshpubkeys==3.3.1
sympy==1.12
termcolor==2.4.0
tomli==2.0.1
typing-extensions==4.9.0
urllib3==2.0.7
urllib3==1.26.18
uv==0.1.2
watchdog==4.0.0
werkzeug==3.0.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pyyaml==6.0.1
s3transfer==0.10.0
six==1.16.0
typing-extensions==4.9.0
urllib3==2.0.7
urllib3==1.26.18

0 comments on commit a12bc50

Please sign in to comment.