Skip to content

Commit

Permalink
Merge pull request #88 from keitaroinc/bugfix-cryptography-upgrade
Browse files Browse the repository at this point in the history
Upgrade cryptography package to version 39.0.1
  • Loading branch information
gocemitevski authored Sep 27, 2024
2 parents fdf87b8 + 2f6abd5 commit eee3408
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker = "^4.2.0"
gitpython = "^3.1.41"
paramiko = "^2.7.1"
semver = "^2.9.1"
cryptography = "^2.9.1"
cryptography = "39.0.1"
flake8 = "^7.0.0"

[build-system]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
click == 7.1.1
click >= 7.1
click-log == 0.3.2
click-spinner == 0.1.8
click-spinner >= 0.1.8
docker == 4.2.0
gitpython == 3.1.41
paramiko >= 2.7.1
semver >= 2.9.1
cryptography >= 2.9.1
cryptography == 39.0.1
flake8 >= 7.0.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
version="0.1.2",
packages=["enabler", "src.enabler_keitaro_inc.commands", "src.enabler_keitaro_inc.helpers"], # noqa
include_package_data=True,
install_requires=["click==7.1.1",
install_requires=["click>=7.1",
"click-log==0.3.2",
"click-spinner==0.1.8",
"click-spinner>=0.1.8",
"docker==4.2.0",
"gitpython==3.1.41",
"paramiko>=2.7.1",
"semver>=2.9.1",
"cryptography>=2.9.1",
"cryptography==39.0.1",
"flake8>=7.0.0"],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit eee3408

Please sign in to comment.