Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Dec 10, 2024
1 parent 8adb306 commit 94f2a1a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 47 deletions.
40 changes: 20 additions & 20 deletions app/requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,42 @@
#
# pip-compile requirements.dev.in
#
build==1.0.3
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
coverage[toml]==7.2.7
coverage[toml]==7.6.9
# via pytest-cov
iniconfig==2.0.0
# via pytest
mypy==1.4.1
mypy==1.13.0
# via -r requirements.dev.in
mypy-extensions==1.0.0
# via mypy
packaging==23.1
packaging==24.2
# via
# build
# pytest
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements.dev.in
pluggy==1.2.0
pluggy==1.5.0
# via pytest
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.3.4
# via
# -r requirements.dev.in
# pytest-cov
# pytest-mock
# pytest-randomly
# pytest-tornado
pytest-cov==4.1.0
pytest-cov==6.0.0
# via -r requirements.dev.in
pytest-mock==3.11.1
pytest-mock==3.14.0
# via -r requirements.dev.in
pytest-randomly==3.12.0
pytest-randomly==3.16.0
# via -r requirements.dev.in
pytest-tornado==0.8.1
# via -r requirements.dev.in
Expand All @@ -47,17 +49,15 @@ tornado==6.4.2
# pytest-tornado
types-chardet==5.0.4.6
# via -r requirements.dev.in
types-mock==5.0.0.7
types-mock==5.1.0.20240425
# via -r requirements.dev.in
types-setuptools==68.0.0.0
types-setuptools==75.6.0.20241126
# via -r requirements.dev.in
types-toml==0.10.8.6
types-toml==0.10.8.20240310
# via -r requirements.dev.in
typing-extensions==4.7.0
# via
# -c requirements.txt
# mypy
wheel==0.41.2
typing-extensions==4.12.2
# via mypy
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
50 changes: 23 additions & 27 deletions app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,63 +4,59 @@
#
# pip-compile
#
aiodocker==0.21.0
aiodocker==0.24.0
# via -r requirements.in
aiohappyeyeballs==2.3.5
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.11
aiohttp==3.11.10
# via aiodocker
aiosignal==1.3.1
# via aiohttp
attrs==23.1.0
attrs==24.2.0
# via aiohttp
cachetools==5.3.1
cachetools==5.5.0
# via google-auth
certifi==2024.7.4
certifi==2024.8.30
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.4.0
# via requests
dataclasses==0.6
# via -r requirements.in
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
google-auth==2.21.0
google-auth==2.36.0
# via -r requirements.in
idna==3.7
idna==3.10
# via
# requests
# yarl
multidict==6.0.4
multidict==6.1.0
# via
# aiohttp
# yarl
prometheus-client==0.17.0
prometheus-client==0.21.1
# via -r requirements.in
propcache==0.2.0
# via yarl
pyasn1==0.5.0
propcache==0.2.1
# via
# aiohttp
# yarl
pyasn1==0.6.1
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
pyasn1-modules==0.4.1
# via google-auth
requests==2.32.0
requests==2.32.3
# via -r requirements.in
rsa==4.9
# via google-auth
six==1.16.0
# via google-auth
tomli==2.0.1
tomli==2.2.1
# via -r requirements.in
tornado==6.4.2
# via -r requirements.in
typing-extensions==4.7.0
# via aiodocker
urllib3==1.26.19
# via
# google-auth
# requests
yarl==1.17.2
urllib3==2.2.3
# via requests
yarl==1.18.3
# via aiohttp

0 comments on commit 94f2a1a

Please sign in to comment.