Skip to content

Commit

Permalink
update cryptography
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiao Qiao committed Jul 23, 2024
1 parent 3347c3b commit c9a8dc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click==8.1.7
# flask
coverage==5.5
# via pytest-cov
cryptography==2.8
cryptography==43.0.0
# via
# -c requirements.txt
# moto
Expand Down Expand Up @@ -167,7 +167,6 @@ six==1.16.0
# -c requirements.txt
# aws-sam-translator
# cfn-lint
# cryptography
# docker
# ecdsa
# mock
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cffi==1.15.1
# via cryptography
chardet==3.0.4
# via requests
cryptography==2.8
cryptography==43.0.0
# via
# gdc_client (setup.py)
# pyopenssl
Expand Down Expand Up @@ -46,7 +46,6 @@ requests==2.22.0
# via gdc_client (setup.py)
six==1.16.0
# via
# cryptography
# progressbar2
# pyopenssl
# python-utils
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
package_data={},
scripts=["bin/gdc-client"],
install_requires=[
"cryptography~=2.8",
"cryptography",
"jsonschema~=2.6.0",
"lxml~=4.4.2",
"ndg-httpsclient~=0.5.0",
"pyasn1~=0.4.3",
"pyasn1",
"pyOpenSSL~=18.0.0",
"PyYAML>=5.1",
"intervaltree~=3.0.2",
Expand Down

0 comments on commit c9a8dc7

Please sign in to comment.