Skip to content

Commit

Permalink
Renew update
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Sep 6, 2024
1 parent 4e807dd commit af0e0cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
6 changes: 3 additions & 3 deletions app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ frozenlist==1.4.1
# aiosignal
grpcio==1.64.1
# via velocitas-sdk
idna==3.7
idna==3.8
# via yarl
importlib-metadata==7.1.0
# via opentelemetry-api
Expand Down Expand Up @@ -68,9 +68,9 @@ wrapt==1.16.0
# via
# deprecated
# opentelemetry-instrumentation
yarl==1.9.4
yarl==1.11.0
# via aiohttp
zipp==3.20.0
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 2 additions & 4 deletions app/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
# pip-compile app/tests/requirements.in
#
coverage[toml]==7.6.1
# via
# coverage
# pytest-cov
# via pytest-cov
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
Expand All @@ -22,7 +20,7 @@ pytest==8.3.2
# pytest-asyncio
# pytest-cov
# pytest-ordering
pytest-asyncio==0.23.8
pytest-asyncio==0.24.0
# via -r app/tests/requirements.in
pytest-cov==5.0.0
# via -r app/tests/requirements.in
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile
#
build==1.2.1
build==1.2.2
# via pip-tools
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via pip-tools
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.0
# via virtualenv
identify==2.6.0
# via pre-commit
mypy==1.11.1
mypy==1.11.2
# via -r requirements.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -31,7 +31,7 @@ packaging==24.1
# build
pip-tools==7.4.1
# via -r requirements.in
platformdirs==4.2.2
platformdirs==4.3.2
# via virtualenv
pre-commit==3.8.0
# via -r requirements.in
Expand All @@ -51,13 +51,13 @@ tomli==2.0.1
# build
# mypy
# pip-tools
types-protobuf==5.27.0.20240626
types-protobuf==5.27.0.20240907
# via mypy-protobuf
typing-extensions==4.12.2
# via
# -c app/requirements.txt
# mypy
virtualenv==20.26.3
virtualenv==20.26.4
# via pre-commit
wheel==0.44.0
# via pip-tools
Expand Down

0 comments on commit af0e0cf

Please sign in to comment.