Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dependencies #922

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# 'make requirements'
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
accept-types==0.4.1
# via -r requirements.txt
Expand Down Expand Up @@ -52,13 +52,13 @@ configargparse==1.7
# via locust
confluent-kafka==2.4.0
# via -r requirements.txt
coverage[toml]==7.5.3
coverage[toml]==7.6.0
# via pytest-cov
cramjam==2.8.3
# via
# -r requirements.txt
# python-snappy
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements.txt
# anyio
Expand All @@ -68,7 +68,7 @@ execnet==2.1.1
# via pytest-xdist
fancycompleter==0.9.1
# via pdbpp
filelock==3.14.0
filelock==3.15.4
# via -r requirements-dev.in
flask==3.0.3
# via
Expand All @@ -92,15 +92,15 @@ geventhttpclient==2.0.12
# via locust
greenlet==3.0.3
# via gevent
hypothesis==6.103.1
hypothesis==6.108.4
# via -r requirements-dev.in
idna==3.7
# via
# -r requirements.txt
# anyio
# requests
# yarl
importlib-metadata==7.1.0
importlib-metadata==8.1.0
# via flask
importlib-resources==6.4.0
# via
Expand All @@ -115,7 +115,7 @@ itsdangerous==2.2.0
# via flask
jinja2==3.1.4
# via flask
jsonschema==4.22.0
jsonschema==4.23.0
# via -r requirements.txt
jsonschema-specifications==2023.12.1
# via
Expand Down Expand Up @@ -146,7 +146,7 @@ multidict==6.0.5
# yarl
networkx==3.1
# via -r requirements.txt
packaging==24.0
packaging==24.1
# via
# -r requirements.txt
# aiokafka
Expand All @@ -163,7 +163,7 @@ prometheus-client==0.20.0
# via -r requirements.txt
protobuf==3.20.3
# via -r requirements.txt
psutil==5.9.8
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relevant change for Karapace is psutil.connections() rename to psutil.net_connections(). The new name is already used and is used only in tests. Major version bump is safe.

psutil==6.0.0
# via
# -r requirements-dev.in
# locust
Expand All @@ -177,7 +177,7 @@ pyjwt==2.8.0
# via -r requirements.txt
pyrepl==0.9.0
# via fancycompleter
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements-dev.in
# pytest-cov
Expand All @@ -194,7 +194,7 @@ pytest-xdist[psutil]==3.6.1
# via -r requirements-dev.in
python-dateutil==2.9.0.post0
# via -r requirements.txt
python-snappy==0.7.1
python-snappy==0.7.2
# via -r requirements.txt
pyzmq==26.0.3
# via locust
Expand All @@ -211,12 +211,12 @@ rich==13.7.1
# via -r requirements.txt
roundrobin==0.0.4
# via locust
rpds-py==0.18.1
rpds-py==0.19.0
# via
# -r requirements.txt
# jsonschema
# referencing
sentry-sdk==2.5.0
sentry-sdk==2.11.0
# via -r requirements-dev.in
six==1.16.0
# via
Expand All @@ -230,14 +230,14 @@ sniffio==1.3.1
# anyio
sortedcontainers==2.4.0
# via hypothesis
tenacity==8.3.0
tenacity==8.5.0
# via -r requirements.txt
tomli==2.0.1
# via
# coverage
# locust
# pytest
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements.txt
# anyio
Expand Down Expand Up @@ -272,7 +272,7 @@ zope-event==5.0
# via gevent
zope-interface==6.4.post2
# via gevent
zstandard==0.22.0
zstandard==0.23.0
# via -r requirements.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 7 additions & 7 deletions requirements/requirements-typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# 'make requirements'
# pip-compile --output-file=requirements-typing.txt requirements-typing.in
#
attrs==23.2.0
# via
Expand All @@ -13,7 +13,7 @@ certifi==2024.7.4
# via
# -c requirements-dev.txt
# sentry-sdk
mypy==1.10.0
mypy==1.11.0
# via -r requirements-typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -22,26 +22,26 @@ referencing==0.35.1
# -c requirements-dev.txt
# -c requirements.txt
# types-jsonschema
rpds-py==0.18.1
rpds-py==0.19.0
# via
# -c requirements-dev.txt
# -c requirements.txt
# referencing
sentry-sdk==2.5.0
sentry-sdk==2.11.0
# via
# -c requirements-dev.txt
# -r requirements-typing.in
tomli==2.0.1
# via
# -c requirements-dev.txt
# mypy
types-cachetools==5.3.0.7
types-cachetools==5.4.0.20240717
# via -r requirements-typing.in
types-jsonschema==4.22.0.20240501
types-jsonschema==4.23.0.20240712
# via -r requirements-typing.in
types-protobuf==3.20.4.6
# via -r requirements-typing.in
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -c requirements-dev.txt
# -c requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jsonschema<5
lz4
networkx<4
protobuf<4
pyjwt>=2.4.0<3
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a fix to syntax, added ,.

pyjwt>=2.4.0,<3
python-dateutil<3
python-snappy
rich~=13.7.1
Expand Down
18 changes: 9 additions & 9 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# 'make requirements'
# pip-compile --output-file=requirements.txt requirements.in
#
accept-types==0.4.1
# via -r requirements.in
Expand Down Expand Up @@ -31,7 +31,7 @@ confluent-kafka==2.4.0
# via -r requirements.in
cramjam==2.8.3
# via python-snappy
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via anyio
frozenlist==1.4.1
# via
Expand All @@ -47,7 +47,7 @@ importlib-resources==6.4.0
# jsonschema-specifications
isodate==0.6.1
# via -r requirements.in
jsonschema==4.22.0
jsonschema==4.23.0
# via -r requirements.in
jsonschema-specifications==2023.12.1
# via jsonschema
Expand All @@ -63,7 +63,7 @@ multidict==6.0.5
# yarl
networkx==3.1
# via -r requirements.in
packaging==24.0
packaging==24.1
# via aiokafka
pkgutil-resolve-name==1.3.10
# via jsonschema
Expand All @@ -77,15 +77,15 @@ pyjwt==2.8.0
# via -r requirements.in
python-dateutil==2.9.0.post0
# via -r requirements.in
python-snappy==0.7.1
python-snappy==0.7.2
# via -r requirements.in
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
rich==13.7.1
# via -r requirements.in
rpds-py==0.18.1
rpds-py==0.19.0
# via
# jsonschema
# referencing
Expand All @@ -95,9 +95,9 @@ six==1.16.0
# python-dateutil
sniffio==1.3.1
# via anyio
tenacity==8.3.0
tenacity==8.5.0
# via -r requirements.in
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements.in
# anyio
Expand All @@ -112,5 +112,5 @@ yarl==1.9.4
# via aiohttp
zipp==3.19.2
# via importlib-resources
zstandard==0.22.0
zstandard==0.23.0
# via -r requirements.in
Loading