Bump dependencies (#6417)

This commit is contained in:
Jakub Kuczys 2024-08-04 23:37:47 +02:00 committed by GitHub
parent 2d47d75919
commit 0b8bcef86c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
aiohttp
aiohttp<3.10
aiohttp-json-rpc
apsw
babel

View File

@ -10,7 +10,7 @@ aiosignal==1.3.1
# via aiohttp
apsw==3.46.0.1
# via -r base.in
attrs==23.2.0
attrs==24.1.0
# via aiohttp
babel==2.15.0
# via -r base.in
@ -52,7 +52,7 @@ python-dateutil==2.9.0.post0
# via -r base.in
pyyaml==6.0.1
# via -r base.in
rapidfuzz==3.9.4
rapidfuzz==3.9.5
# via -r base.in
red-commons==1.0.0
# via
@ -80,7 +80,7 @@ colorama==0.4.6; sys_platform == "win32"
# via click
distro==1.9.0; sys_platform == "linux" and sys_platform == "linux"
# via -r base.in
importlib-metadata==8.0.0; python_version != "3.10" and python_version != "3.11"
importlib-metadata==8.2.0; python_version != "3.10" and python_version != "3.11"
# via markdown
pytz==2024.1; python_version == "3.8"
# via babel

View File

@ -11,7 +11,7 @@ docutils==0.20.1
# sphinx-rtd-theme
imagesize==1.4.1
# via sphinx
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via
# -c base.txt
# sphinx

View File

@ -1,4 +1,4 @@
astroid==3.2.2
astroid==3.2.4
# via pylint
dill==0.3.8
# via pylint
@ -10,7 +10,7 @@ mccabe==0.7.0
# via pylint
pluggy==1.5.0
# via pytest
pylint==3.2.5
pylint==3.2.6
# via -r extra-test.in
pytest==7.4.4
# via
@ -23,7 +23,7 @@ pytest-mock==3.14.0
# via -r extra-test.in
tomlkit==0.13.0
# via pylint
exceptiongroup==1.2.1; python_version != "3.11"
exceptiongroup==1.2.2; python_version != "3.11"
# via pytest
tomli==2.0.1; python_version != "3.11"
# via