Skip to content

Commit

Permalink
Fixing aiohttp vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Sep 3, 2024
1 parent 1bd171e commit 2c6dc92
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .project-creation/.skeleton/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
grpcio==1.64.1
protobuf==5.27.2
cloudevents==1.11.0
aiohttp==3.9.5
aiohttp==3.10.5
10 changes: 6 additions & 4 deletions .project-creation/.skeleton/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#
# pip-compile
#
aiohttp==3.9.5
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
attrs==24.2.0
# via aiohttp
cloudevents==1.11.0
# via -r requirements.in
Expand All @@ -22,7 +24,7 @@ frozenlist==1.4.1
# aiosignal
grpcio==1.64.1
# via -r requirements.in
idna==3.7
idna==3.8
# via yarl
multidict==6.0.5
# via
Expand All @@ -32,5 +34,5 @@ packaging==24.1
# via deprecation
protobuf==5.27.2
# via -r requirements.in
yarl==1.9.4
yarl==1.9.7
# via aiohttp
2 changes: 1 addition & 1 deletion examples/seat-adjuster/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
grpcio==1.64.1
protobuf==5.27.2
cloudevents==1.11.0
aiohttp==3.9.5
aiohttp==3.10.5
packaging==24.1
10 changes: 6 additions & 4 deletions examples/seat-adjuster/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
#
# pip-compile
#
aiohttp==3.9.5
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
# via -r requirements.in
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
attrs==24.2.0
# via aiohttp
cloudevents==1.11.0
# via -r requirements.in
Expand All @@ -22,7 +24,7 @@ frozenlist==1.4.1
# aiosignal
grpcio==1.64.1
# via -r requirements.in
idna==3.7
idna==3.8
# via yarl
multidict==6.0.5
# via
Expand All @@ -34,5 +36,5 @@ packaging==24.1
# deprecation
protobuf==5.27.2
# via -r requirements.in
yarl==1.9.4
yarl==1.9.7
# via aiohttp
22 changes: 11 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile --extra=dev
#
aiohttp==3.9.5
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
# via velocitas_sdk (setup.py)
aiosignal==1.3.1
# via aiohttp
Expand All @@ -16,7 +18,7 @@ attrs==24.2.0
# via aiohttp
build==1.2.1
# via pip-tools
cachetools==5.4.0
cachetools==5.5.0
# via tox
cfgv==3.4.0
# via pre-commit
Expand All @@ -29,9 +31,7 @@ cloudevents==1.11.0
colorama==0.4.6
# via tox
coverage[toml]==7.6.1
# via
# coverage
# pytest-cov
# via pytest-cov
deprecated==1.2.14
# via
# opentelemetry-api
Expand Down Expand Up @@ -61,7 +61,7 @@ grpcio-tools==1.64.1
# via velocitas_sdk (setup.py)
identify==2.6.0
# via pre-commit
idna==3.7
idna==3.8
# via yarl
importlib-metadata==7.1.0
# via opentelemetry-api
Expand All @@ -71,7 +71,7 @@ multidict==6.0.5
# via
# aiohttp
# yarl
mypy==1.11.1
mypy==1.11.2
# via velocitas_sdk (setup.py)
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -138,7 +138,7 @@ pytest==8.3.2
# pytest-asyncio
# pytest-cov
# velocitas_sdk (setup.py)
pytest-asyncio==0.23.8
pytest-asyncio==0.24.0
# via velocitas_sdk (setup.py)
pytest-cov==5.0.0
# via velocitas_sdk (setup.py)
Expand All @@ -157,7 +157,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.17.1
tox==4.18.0
# via velocitas_sdk (setup.py)
types-deprecated==1.2.9.20240311
# via velocitas_sdk (setup.py)
Expand All @@ -181,9 +181,9 @@ wrapt==1.16.0
# via
# deprecated
# opentelemetry-instrumentation
yarl==1.9.4
yarl==1.9.7
# via aiohttp
zipp==3.19.2
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"grpcio==1.64.1",
"protobuf==5.27.2",
"cloudevents==1.11.0",
"aiohttp==3.9.5",
"aiohttp==3.10.5",
"paho-mqtt==2.1.0",
"opentelemetry-distro==0.46b0",
"opentelemetry-instrumentation-logging==0.46b0",
Expand Down

0 comments on commit 2c6dc92

Please sign in to comment.