Skip to content

Commit

Permalink
Merge pull request #895 from Aiven-Open/jjaakola-aiven-update-require…
Browse files Browse the repository at this point in the history
…ments

chore: update requirements
  • Loading branch information
keejon authored Jun 7, 2024
2 parents addf7fc + 0f124f0 commit 8a350d2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aiosignal==1.3.1
# via
# -r requirements.txt
# aiohttp
anyio==4.3.0
anyio==4.4.0
# via
# -r requirements.txt
# watchfiles
Expand All @@ -39,7 +39,7 @@ brotli==1.1.0
# via geventhttpclient
cachetools==5.3.3
# via -r requirements.txt
certifi==2024.2.2
certifi==2024.6.2
# via
# geventhttpclient
# requests
Expand Down Expand Up @@ -90,7 +90,7 @@ geventhttpclient==2.0.12
# via locust
greenlet==3.0.3
# via gevent
hypothesis==6.102.4
hypothesis==6.103.1
# via -r requirements-dev.in
idna==3.7
# via
Expand Down Expand Up @@ -173,7 +173,7 @@ pyjwt==2.8.0
# via -r requirements.txt
pyrepl==0.9.0
# via fancycompleter
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements-dev.in
# pytest-random-order
Expand Down Expand Up @@ -209,7 +209,7 @@ rpds-py==0.18.1
# -r requirements.txt
# jsonschema
# referencing
sentry-sdk==2.2.0
sentry-sdk==2.5.0
# via -r requirements-dev.in
six==1.16.0
# via
Expand All @@ -229,7 +229,7 @@ tomli==2.0.1
# via
# locust
# pytest
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -r requirements.txt
# anyio
Expand All @@ -240,7 +240,7 @@ urllib3==2.2.1
# via
# requests
# sentry-sdk
watchfiles==0.21.0
watchfiles==0.22.0
# via -r requirements.txt
werkzeug==3.0.3
# via
Expand All @@ -255,14 +255,14 @@ yarl==1.9.4
# via
# -r requirements.txt
# aiohttp
zipp==3.18.2
zipp==3.19.2
# via
# -r requirements.txt
# importlib-metadata
# importlib-resources
zope-event==5.0
# via gevent
zope-interface==6.4
zope-interface==6.4.post2
# via gevent
zstandard==0.22.0
# via -r requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements-typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ attrs==23.2.0
# -c requirements-dev.txt
# -c requirements.txt
# referencing
certifi==2024.2.2
certifi==2024.6.2
# via
# -c requirements-dev.txt
# sentry-sdk
Expand All @@ -27,7 +27,7 @@ rpds-py==0.18.1
# -c requirements-dev.txt
# -c requirements.txt
# referencing
sentry-sdk==2.2.0
sentry-sdk==2.5.0
# via
# -c requirements-dev.txt
# -r requirements-typing.in
Expand All @@ -41,7 +41,7 @@ types-jsonschema==4.22.0.20240501
# via -r requirements-typing.in
types-protobuf==3.20.4.6
# via -r requirements-typing.in
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -c requirements-dev.txt
# -c requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
accept-types<1
aiohttp<4
aiokafka==0.10.0
cachetools==5.3.3
confluent-kafka==2.3.0
isodate<1
jsonschema<5
Expand All @@ -11,13 +12,12 @@ protobuf<4
pyjwt>=2.4.0<3
python-dateutil<3
python-snappy
rich~=13.7.1
tenacity<9
typing-extensions
ujson<6
watchfiles<1
xxhash~=3.3
rich~=13.7.1
cachetools==5.3.3
zstandard

# Patched dependencies
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aiokafka==0.10.0
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
anyio==4.3.0
anyio==4.4.0
# via watchfiles
async-timeout==4.0.3
# via
Expand Down Expand Up @@ -95,20 +95,20 @@ sniffio==1.3.1
# via anyio
tenacity==8.3.0
# via -r requirements.in
typing-extensions==4.11.0
typing-extensions==4.12.1
# via
# -r requirements.in
# anyio
# rich
ujson==5.10.0
# via -r requirements.in
watchfiles==0.21.0
watchfiles==0.22.0
# via -r requirements.in
xxhash==3.4.1
# via -r requirements.in
yarl==1.9.4
# via aiohttp
zipp==3.18.2
zipp==3.19.2
# via importlib-resources
zstandard==0.22.0
# via -r requirements.in

0 comments on commit 8a350d2

Please sign in to comment.