Skip to content

Commit

Permalink
Change cryptography version
Browse files Browse the repository at this point in the history
Pin to 3.3.2, the latest version that's still compatible with Python 2.
  • Loading branch information
tofu-rocketry committed Feb 16, 2024
1 parent 884ab2c commit 4d200c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
argo-ams-library
certifi<2020.4.5.2 # Used by AMS (via requests), 2020.4.5.2 dropped support for Python 2
pyopenssl >=19.1.0, <=21.0.0 # 22.0.0 dropped support for Python 2
cryptography==3.3.0 # Crypto dropped support for Python 2 after 3.3
cryptography==3.3.2 # Crypto dropped support for Python 2 after 3.3
stomp.py<5.0.0
python-daemon<=2.3.0 # 2.3.1 dropped support for Python 2
python-ldap<3.4.0 # python-ldap-3.4.0 dropped support for Python 2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def main():
download_url='https://github.com/apel/ssm/releases',
license='Apache License, Version 2.0',
install_requires=[
'cryptography==3.3.0',
'cryptography==3.3.2',
'stomp.py<5.0.0',
'python-ldap<3.4.0',
'setuptools',
Expand Down

0 comments on commit 4d200c5

Please sign in to comment.