Skip to content

Commit

Permalink
Merge pull request #66 from oslokommune/remove-ecdsa
Browse files Browse the repository at this point in the history
Upgrade okdata-aws to lose vulnerable dependency
  • Loading branch information
simenheg authored Apr 29, 2024
2 parents 73b01f6 + 8a00a62 commit c767a55
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 27 deletions.
48 changes: 22 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ botocore==1.34.51
# s3transfer
certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==2.1.0
# via requests
ecdsa==0.17.0
# via python-jose
cryptography==42.0.5
# via jwcrypto
deprecation==2.1.0
# via python-keycloak
idna==3.7
# via
# anyio
Expand All @@ -35,29 +39,23 @@ jmespath==1.0.1
# botocore
jsonschema==4.6.1
# via okdata-sdk
okdata-aws==2.1.0
jwcrypto==1.5.6
# via python-keycloak
okdata-aws==4.1.0
# via okdata-data-exporter (setup.py)
okdata-resource-auth==0.1.4
# via okdata-data-exporter (setup.py)
okdata-sdk==3.1.0
okdata-sdk==3.1.1
# via okdata-aws
pyasn1==0.4.8
# via
# python-jose
# rsa
pydantic==1.10.13
# via okdata-aws
pyjwt==2.4.0
# via okdata-sdk
packaging==24.0
# via deprecation
pycparser==2.22
# via cffi
pyrsistent==0.18.1
# via jsonschema
python-dateutil==2.8.2
# via botocore
python-jose==3.3.0
# via
# okdata-sdk
# python-keycloak
python-keycloak==1.8.0
python-keycloak==3.12.0
# via okdata-sdk
requests==2.31.0
# via
Expand All @@ -66,27 +64,25 @@ requests==2.31.0
# okdata-resource-auth
# okdata-sdk
# python-keycloak
rsa==4.8
# via python-jose
# requests-toolbelt
requests-toolbelt==1.0.0
# via python-keycloak
s3transfer==0.10.0
# via boto3
six==1.16.0
# via
# ecdsa
# python-dateutil
# via python-dateutil
sniffio==1.2.0
# via anyio
starlette==0.36.2
starlette==0.37.2
# via okdata-aws
structlog==21.5.0
# via okdata-aws
typing-extensions==4.2.0
# via pydantic
typing-extensions==4.11.0
# via jwcrypto
urllib3==1.26.18
# via
# botocore
# okdata-sdk
# python-keycloak
# requests
wrapt==1.14.1
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
install_requires=[
"aws-xray-sdk>=2.12,<3",
"boto3>=1.28.11",
"okdata-aws>=2,<3",
"okdata-aws>=4.1",
"okdata-resource-auth",
"requests",
# Not used directly, it's a transitive dependency from `aws-xray-sdk`,
Expand Down

0 comments on commit c767a55

Please sign in to comment.