Skip to content

Commit bb166e5

Browse files
committed
Fixing aiohttp vulnerability
1 parent 1bd171e commit bb166e5

File tree

7 files changed

+35
-30
lines changed

7 files changed

+35
-30
lines changed

.project-creation/.skeleton/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
grpcio==1.64.1
1616
protobuf==5.27.2
1717
cloudevents==1.11.0
18-
aiohttp==3.9.5
18+
aiohttp==3.10.5

.project-creation/.skeleton/requirements.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
#
55
# pip-compile
66
#
7-
aiohttp==3.9.5
7+
aiohappyeyeballs==2.4.0
8+
# via aiohttp
9+
aiohttp==3.10.5
810
# via -r requirements.in
911
aiosignal==1.3.1
1012
# via aiohttp
1113
async-timeout==4.0.3
1214
# via aiohttp
13-
attrs==23.2.0
15+
attrs==24.2.0
1416
# via aiohttp
1517
cloudevents==1.11.0
1618
# via -r requirements.in
@@ -22,7 +24,7 @@ frozenlist==1.4.1
2224
# aiosignal
2325
grpcio==1.64.1
2426
# via -r requirements.in
25-
idna==3.7
27+
idna==3.8
2628
# via yarl
2729
multidict==6.0.5
2830
# via
@@ -32,5 +34,5 @@ packaging==24.1
3234
# via deprecation
3335
protobuf==5.27.2
3436
# via -r requirements.in
35-
yarl==1.9.4
37+
yarl==1.9.7
3638
# via aiohttp

NOTICE-3RD-PARTY-CONTENT.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
## Python
44
| Dependency | Version | License |
55
|:-----------|:-------:|--------:|
6-
|aiohttp|3.9.5|Apache 2.0|
6+
|aiohappyeyeballs|2.4.0|Other/Proprietary License<br/>Python Software Foundation License|
7+
|aiohttp|3.10.5|Apache 2.0|
78
|aiosignal|1.3.1|Apache 2.0|
89
|APScheduler|3.10.4|MIT|
910
|async-timeout|4.0.3|Apache 2.0|
1011
|attrs|24.2.0|MIT|
1112
|build|1.2.1|MIT|
12-
|cachetools|5.4.0|MIT|
13+
|cachetools|5.5.0|MIT|
1314
|cfgv|3.4.0|MIT|
1415
|chardet|5.2.0|LGPL|
1516
|click|8.1.7|New BSD|
@@ -26,11 +27,11 @@
2627
|grpcio|1.64.1|Apache 2.0|
2728
|grpcio-tools|1.64.1|Apache 2.0|
2829
|identify|2.6.0|MIT|
29-
|idna|3.7|BSD|
30+
|idna|3.8|BSD|
3031
|importlib-metadata|7.1.0|Apache 2.0|
3132
|iniconfig|2.0.0|MIT|
3233
|multidict|6.0.5|Apache 2.0|
33-
|mypy|1.11.1|MIT|
34+
|mypy|1.11.2|MIT|
3435
|mypy-extensions|1.0.0|MIT|
3536
|mypy-protobuf|3.6.0|Apache 2.0|
3637
|nodeenv|1.9.1|BSD|
@@ -51,14 +52,14 @@
5152
|pyproject-api|1.7.1|MIT|
5253
|pyproject-hooks|1.1.0|MIT|
5354
|pytest|8.3.2|MIT|
54-
|pytest-asyncio|0.23.8|Apache 2.0|
55+
|pytest-asyncio|0.24.0|Apache 2.0|
5556
|pytest-cov|5.0.0|MIT|
5657
|pytz|2024.1|MIT|
5758
|PyYAML|6.0.2|MIT|
5859
|setuptools|65.5.1|MIT|
5960
|six|1.16.0|MIT|
6061
|tomli|2.0.1|MIT|
61-
|tox|4.17.1|MIT|
62+
|tox|4.18.0|MIT|
6263
|types-Deprecated|1.2.9.20240311|Apache 2.0|
6364
|types-mock|5.1.0.20240425|Apache 2.0|
6465
|types-protobuf|5.27.0.20240626|Apache 2.0|
@@ -67,8 +68,8 @@
6768
|virtualenv|20.26.3|MIT|
6869
|wheel|0.44.0|MIT|
6970
|wrapt|1.16.0|BSD|
70-
|yarl|1.9.4|Apache 2.0|
71-
|zipp|3.19.2|MIT|
71+
|yarl|1.9.7|Apache 2.0|
72+
|zipp|3.20.1|MIT|
7273
## Workflows
7374
| Dependency | Version | License |
7475
|:-----------|:-------:|--------:|

examples/seat-adjuster/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
grpcio==1.64.1
1616
protobuf==5.27.2
1717
cloudevents==1.11.0
18-
aiohttp==3.9.5
18+
aiohttp==3.10.5
1919
packaging==24.1

examples/seat-adjuster/requirements.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
#
55
# pip-compile
66
#
7-
aiohttp==3.9.5
7+
aiohappyeyeballs==2.4.0
8+
# via aiohttp
9+
aiohttp==3.10.5
810
# via -r requirements.in
911
aiosignal==1.3.1
1012
# via aiohttp
1113
async-timeout==4.0.3
1214
# via aiohttp
13-
attrs==23.2.0
15+
attrs==24.2.0
1416
# via aiohttp
1517
cloudevents==1.11.0
1618
# via -r requirements.in
@@ -22,7 +24,7 @@ frozenlist==1.4.1
2224
# aiosignal
2325
grpcio==1.64.1
2426
# via -r requirements.in
25-
idna==3.7
27+
idna==3.8
2628
# via yarl
2729
multidict==6.0.5
2830
# via
@@ -34,5 +36,5 @@ packaging==24.1
3436
# deprecation
3537
protobuf==5.27.2
3638
# via -r requirements.in
37-
yarl==1.9.4
39+
yarl==1.9.7
3840
# via aiohttp

requirements.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
#
55
# pip-compile --extra=dev
66
#
7-
aiohttp==3.9.5
7+
aiohappyeyeballs==2.4.0
8+
# via aiohttp
9+
aiohttp==3.10.5
810
# via velocitas_sdk (setup.py)
911
aiosignal==1.3.1
1012
# via aiohttp
@@ -16,7 +18,7 @@ attrs==24.2.0
1618
# via aiohttp
1719
build==1.2.1
1820
# via pip-tools
19-
cachetools==5.4.0
21+
cachetools==5.5.0
2022
# via tox
2123
cfgv==3.4.0
2224
# via pre-commit
@@ -29,9 +31,7 @@ cloudevents==1.11.0
2931
colorama==0.4.6
3032
# via tox
3133
coverage[toml]==7.6.1
32-
# via
33-
# coverage
34-
# pytest-cov
34+
# via pytest-cov
3535
deprecated==1.2.14
3636
# via
3737
# opentelemetry-api
@@ -61,7 +61,7 @@ grpcio-tools==1.64.1
6161
# via velocitas_sdk (setup.py)
6262
identify==2.6.0
6363
# via pre-commit
64-
idna==3.7
64+
idna==3.8
6565
# via yarl
6666
importlib-metadata==7.1.0
6767
# via opentelemetry-api
@@ -71,7 +71,7 @@ multidict==6.0.5
7171
# via
7272
# aiohttp
7373
# yarl
74-
mypy==1.11.1
74+
mypy==1.11.2
7575
# via velocitas_sdk (setup.py)
7676
mypy-extensions==1.0.0
7777
# via mypy
@@ -138,7 +138,7 @@ pytest==8.3.2
138138
# pytest-asyncio
139139
# pytest-cov
140140
# velocitas_sdk (setup.py)
141-
pytest-asyncio==0.23.8
141+
pytest-asyncio==0.24.0
142142
# via velocitas_sdk (setup.py)
143143
pytest-cov==5.0.0
144144
# via velocitas_sdk (setup.py)
@@ -157,7 +157,7 @@ tomli==2.0.1
157157
# pyproject-api
158158
# pytest
159159
# tox
160-
tox==4.17.1
160+
tox==4.18.0
161161
# via velocitas_sdk (setup.py)
162162
types-deprecated==1.2.9.20240311
163163
# via velocitas_sdk (setup.py)
@@ -181,9 +181,9 @@ wrapt==1.16.0
181181
# via
182182
# deprecated
183183
# opentelemetry-instrumentation
184-
yarl==1.9.4
184+
yarl==1.9.7
185185
# via aiohttp
186-
zipp==3.19.2
186+
zipp==3.20.1
187187
# via importlib-metadata
188188

189189
# The following packages are considered to be unsafe in a requirements file:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"grpcio==1.64.1",
1919
"protobuf==5.27.2",
2020
"cloudevents==1.11.0",
21-
"aiohttp==3.9.5",
21+
"aiohttp==3.10.5",
2222
"paho-mqtt==2.1.0",
2323
"opentelemetry-distro==0.46b0",
2424
"opentelemetry-instrumentation-logging==0.46b0",

0 commit comments

Comments
 (0)