Skip to content

Commit

Permalink
[resoto][chore] Bump libs (#1930)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Feb 19, 2024
1 parent e5603c8 commit 08cb685
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
36 changes: 18 additions & 18 deletions requirements-all.txt
Expand Up @@ -18,9 +18,9 @@ azure-mgmt-core==1.4.0
azure-mgmt-resource==23.0.1
backoff==2.2.1
bcrypt==4.1.2
black==24.1.1
boto3==1.34.35
botocore==1.34.35
black==24.2.0
boto3==1.34.44
botocore==1.34.44
brotli==1.1.0
build==1.0.3
cachetools==5.3.2
Expand All @@ -47,17 +47,17 @@ filelock==3.13.1
flake8==7.0.0
frozendict==2.4.0
frozenlist==1.4.1
google-api-core==2.16.2
google-api-python-client==2.116.0
google-auth==2.27.0
google-api-core==2.17.1
google-api-python-client==2.118.0
google-auth==2.28.0
google-auth-httplib2==0.2.0
google-cloud-core==2.4.1
google-cloud-storage==2.14.0
google-crc32c==1.5.0
google-resumable-media==2.7.0
googleapis-common-protos==1.62.0
httplib2==0.22.0
hypothesis==6.98.2
hypothesis==6.98.8
idna==3.6
importlib-metadata==7.0.1
inflect==7.0.0
Expand Down Expand Up @@ -97,16 +97,16 @@ pathspec==0.12.1
pep8-naming==0.13.3
pint==0.23
pip==24.0
pip-tools==7.3.0
pip-tools==7.4.0
plantuml==0.3.0
platformdirs==3.11.0
pluggy==1.4.0
portalocker==2.8.2
portend==3.2.0
posthog==3.4.0
prometheus-client==0.19.0
posthog==3.4.1
prometheus-client==0.20.0
prompt-toolkit==3.0.43
protobuf==4.25.2
protobuf==4.25.3
psutil==5.9.8
psycopg2-binary==2.9.9
pyarrow==15.0.0
Expand All @@ -128,8 +128,8 @@ pyopenssl==23.3.0
pyparsing==3.1.1
pyproject-api==1.6.1
pyproject-hooks==1.0.0
pytest==7.4.4
pytest-asyncio==0.23.4
pytest==8.0.1
pytest-asyncio==0.23.5
pytest-cov==4.1.0
pytest-runner==6.0.1
python-arango==7.9.1
Expand All @@ -149,14 +149,14 @@ rfc3339-validator==0.1.4
rich==13.7.0
rsa==4.9
s3transfer==0.10.0
setuptools==69.0.3
setuptools==69.1.0
six==1.16.0
slack-sdk==3.26.2
slack-sdk==3.27.0
snowflake-connector-python==3.7.0
snowflake-sqlalchemy==1.5.1
sortedcontainers==2.4.0
sqlalchemy==1.4.51
tempora==5.5.0
tempora==5.5.1
tenacity==8.2.3
toml==0.10.2
tomlkit==0.12.3
Expand All @@ -169,12 +169,12 @@ types-python-dateutil==2.8.19.20240106
types-pytz==2024.1.0.20240203
types-pyyaml==6.0.12.12
types-requests==2.31.0.6
types-setuptools==69.0.0.20240125
types-setuptools==69.1.0.20240217
types-tzlocal==5.1.0.1
types-urllib3==1.26.25.14
typing-extensions==4.9.0
typish==1.9.3
tzdata==2023.4
tzdata==2024.1
tzlocal==5.2
uritemplate==4.1.1
urllib3==1.26.18
Expand Down
24 changes: 12 additions & 12 deletions requirements-extra.txt
Expand Up @@ -17,8 +17,8 @@ azure-mgmt-core==1.4.0
azure-mgmt-resource==23.0.1
backoff==2.2.1
bcrypt==4.1.2
boto3==1.34.35
botocore==1.34.35
boto3==1.34.44
botocore==1.34.44
brotli==1.1.0
cachetools==5.3.2
cattrs==23.2.3
Expand All @@ -37,9 +37,9 @@ fastjsonschema==2.19.1
filelock==3.13.1
frozendict==2.4.0
frozenlist==1.4.1
google-api-core==2.16.2
google-api-python-client==2.116.0
google-auth==2.27.0
google-api-core==2.17.1
google-api-python-client==2.118.0
google-auth==2.28.0
google-auth-httplib2==0.2.0
google-cloud-core==2.4.1
google-cloud-storage==2.14.0
Expand Down Expand Up @@ -82,10 +82,10 @@ plantuml==0.3.0
platformdirs==3.11.0
portalocker==2.8.2
portend==3.2.0
posthog==3.4.0
prometheus-client==0.19.0
posthog==3.4.1
prometheus-client==0.20.0
prompt-toolkit==3.0.43
protobuf==4.25.2
protobuf==4.25.3
psutil==5.9.8
psycopg2-binary==2.9.9
pyarrow==15.0.0
Expand Down Expand Up @@ -119,22 +119,22 @@ rfc3339-validator==0.1.4
rich==13.7.0
rsa==4.9
s3transfer==0.10.0
setuptools==69.0.3
setuptools==69.1.0
six==1.16.0
slack-sdk==3.26.2
slack-sdk==3.27.0
snowflake-connector-python==3.7.0
snowflake-sqlalchemy==1.5.1
sortedcontainers==2.4.0
sqlalchemy==1.4.51
tempora==5.5.0
tempora==5.5.1
tenacity==8.2.3
tomlkit==0.12.3
toolz==0.12.1
transitions==0.9.0
typeguard==4.1.5
typing-extensions==4.9.0
typish==1.9.3
tzdata==2023.4
tzdata==2024.1
tzlocal==5.2
uritemplate==4.1.1
urllib3==1.26.18
Expand Down
24 changes: 12 additions & 12 deletions requirements.txt
Expand Up @@ -16,8 +16,8 @@ azure-mgmt-core==1.4.0
azure-mgmt-resource==23.0.1
backoff==2.2.1
bcrypt==4.1.2
boto3==1.34.35
botocore==1.34.35
boto3==1.34.44
botocore==1.34.44
brotli==1.1.0
cachetools==5.3.2
cattrs==23.2.3
Expand All @@ -35,9 +35,9 @@ detect-secrets==1.4.0
fastjsonschema==2.19.1
frozendict==2.4.0
frozenlist==1.4.1
google-api-core==2.16.2
google-api-python-client==2.116.0
google-auth==2.27.0
google-api-core==2.17.1
google-api-python-client==2.118.0
google-auth==2.28.0
google-auth-httplib2==0.2.0
googleapis-common-protos==1.62.0
httplib2==0.22.0
Expand Down Expand Up @@ -74,10 +74,10 @@ pint==0.23
plantuml==0.3.0
portalocker==2.8.2
portend==3.2.0
posthog==3.4.0
prometheus-client==0.19.0
posthog==3.4.1
prometheus-client==0.20.0
prompt-toolkit==3.0.43
protobuf==4.25.2
protobuf==4.25.3
psutil==5.9.8
pyasn1==0.5.1
pyasn1-modules==0.3.0
Expand Down Expand Up @@ -107,18 +107,18 @@ rfc3339-validator==0.1.4
rich==13.7.0
rsa==4.9
s3transfer==0.10.0
setuptools==69.0.3
setuptools==69.1.0
six==1.16.0
slack-sdk==3.26.2
slack-sdk==3.27.0
sqlalchemy==1.4.51
tempora==5.5.0
tempora==5.5.1
tenacity==8.2.3
toolz==0.12.1
transitions==0.9.0
typeguard==4.1.5
typing-extensions==4.9.0
typish==1.9.3
tzdata==2023.4
tzdata==2024.1
tzlocal==5.2
uritemplate==4.1.1
urllib3==1.26.18
Expand Down

0 comments on commit 08cb685

Please sign in to comment.