Skip to content

Commit

Permalink
Merge pull request #8 from oslokommune/bump-okadata-sdk
Browse files Browse the repository at this point in the history
Bump `okdata-sdk`
  • Loading branch information
petterhj authored Apr 15, 2024
2 parents 633fdc3 + 4599cfa commit 475400a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
36 changes: 15 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ botocore==1.34.43
# s3transfer
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.5
# via jwcrypto
deprecation==2.1.0
# via python-keycloak
disruptive==1.6.5
# via okdata-data-collectors (setup.py)
ecdsa==0.18.0
# via python-jose
frozenlist==1.4.1
# via
# aiohttp
Expand All @@ -53,35 +55,29 @@ jsonschema==4.21.1
# via okdata-sdk
jsonschema-specifications==2023.12.1
# via jsonschema
jwcrypto==1.5.6
# via python-keycloak
multidict==6.0.5
# via
# aiohttp
# yarl
okdata-aws==2.1.0
# via okdata-data-collectors (setup.py)
okdata-sdk==3.1.0
okdata-sdk==3.1.1
# via
# okdata-aws
# okdata-data-collectors (setup.py)
packaging==23.2
# via deprecation
pyasn1==0.5.1
# via
# python-jose
# rsa
pycparser==2.22
# via cffi
pydantic==1.10.14
# via okdata-aws
pyjwt==2.8.0
# via
# disruptive
# okdata-sdk
# via disruptive
python-dateutil==2.8.2
# via botocore
python-jose==3.3.0
# via
# okdata-sdk
# python-keycloak
python-keycloak==3.9.0
python-keycloak==3.12.0
# via okdata-sdk
referencing==0.33.0
# via
Expand All @@ -101,22 +97,20 @@ rpds-py==0.18.0
# via
# jsonschema
# referencing
rsa==4.9
# via python-jose
s3transfer==0.10.0
# via boto3
six==1.16.0
# via
# ecdsa
# python-dateutil
# via python-dateutil
sniffio==1.3.0
# via anyio
starlette==0.37.1
# via okdata-aws
structlog==24.1.0
# via okdata-aws
typing-extensions==4.9.0
# via pydantic
# via
# jwcrypto
# pydantic
urllib3==1.26.18
# via
# botocore
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"boto3",
"disruptive",
"okdata-aws>=2.1,<3",
"okdata-sdk>=3.1,<4",
"okdata-sdk>=3.1.1,<4",
"requests",
],
python_requires=">=3.11",
Expand Down

0 comments on commit 475400a

Please sign in to comment.