Skip to content

Commit 5f2e678

Browse files
committed
Update dependencies
To prevent using vulnerable aiohttp < 3.10.2 Performed changes - Changing to velocitas-sdk 0.1.5.4 - general updates by: pip-compile --upgrade app/requirements.in pip-compile --upgrade app/tests/requirements.in pip-compile --upgrade requirements.in
1 parent e662524 commit 5f2e678

File tree

5 files changed

+26
-21
lines changed

5 files changed

+26
-21
lines changed

NOTICE-3RD-PARTY-CONTENT.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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
|async-timeout|4.0.3|Apache 2.0|
910
|attrs|24.2.0|MIT|
@@ -19,11 +20,11 @@
1920
|filelock|3.16.0|The Unlicense (Unlicense)|
2021
|frozenlist|1.4.1|Apache 2.0|
2122
|grpcio|1.64.1|Apache 2.0|
22-
|identify|2.6.0|MIT|
23-
|idna|3.8|BSD|
23+
|identify|2.6.1|MIT|
24+
|idna|3.10|BSD|
2425
|importlib-metadata|7.1.0|Apache 2.0|
2526
|iniconfig|2.0.0|MIT|
26-
|multidict|6.0.5|Apache 2.0|
27+
|multidict|6.1.0|Apache 2.0|
2728
|mypy|1.11.2|MIT|
2829
|mypy-extensions|1.0.0|MIT|
2930
|mypy-protobuf|3.6.0|Apache 2.0|
@@ -39,12 +40,12 @@
3940
|parameterized|0.9.0|Simplified BSD|
4041
|pip|23.0.1|MIT|
4142
|pip-tools|7.4.1|BSD|
42-
|platformdirs|4.3.2|MIT|
43+
|platformdirs|4.3.3|MIT|
4344
|pluggy|1.5.0|MIT|
4445
|pre-commit|3.8.0|MIT|
4546
|protobuf|5.27.2|Google License|
4647
|pyproject-hooks|1.1.0|MIT|
47-
|pytest|8.3.2|MIT|
48+
|pytest|8.3.3|MIT|
4849
|pytest-asyncio|0.24.0|Apache 2.0|
4950
|pytest-cov|5.0.0|MIT|
5051
|pytest-ordering|0.6|MIT|
@@ -54,12 +55,12 @@
5455
|types-mock|5.1.0.20240425|Apache 2.0|
5556
|types-protobuf|5.27.0.20240907|Apache 2.0|
5657
|typing-extensions|4.12.2|Python Software Foundation License|
57-
|velocitas-sdk|0.15.3|Apache 2.0|
58+
|velocitas-sdk|0.15.4|Apache 2.0|
5859
|virtualenv|20.26.4|MIT|
5960
|wheel|0.44.0|MIT|
6061
|wrapt|1.16.0|BSD|
61-
|yarl|1.11.0|Apache 2.0|
62-
|zipp|3.20.1|MIT|
62+
|yarl|1.11.1|Apache 2.0|
63+
|zipp|3.20.2|MIT|
6364
## Workflows
6465
| Dependency | Version | License |
6566
|:-----------|:-------:|--------:|

app/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
#
1313
# SPDX-License-Identifier: Apache-2.0
1414

15-
velocitas-sdk==0.15.3
15+
velocitas-sdk==0.15.4

app/requirements.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
#
55
# pip-compile app/requirements.in
66
#
7-
aiohttp==3.9.5
7+
aiohappyeyeballs==2.4.0
8+
# via aiohttp
9+
aiohttp==3.10.5
810
# via velocitas-sdk
911
aiosignal==1.3.1
1012
# via aiohttp
@@ -24,11 +26,11 @@ frozenlist==1.4.1
2426
# aiosignal
2527
grpcio==1.64.1
2628
# via velocitas-sdk
27-
idna==3.8
29+
idna==3.10
2830
# via yarl
2931
importlib-metadata==7.1.0
3032
# via opentelemetry-api
31-
multidict==6.0.5
33+
multidict==6.1.0
3234
# via
3335
# aiohttp
3436
# yarl
@@ -61,16 +63,18 @@ paho-mqtt==2.1.0
6163
protobuf==5.27.2
6264
# via velocitas-sdk
6365
typing-extensions==4.12.2
64-
# via opentelemetry-sdk
65-
velocitas-sdk==0.15.3
66+
# via
67+
# multidict
68+
# opentelemetry-sdk
69+
velocitas-sdk==0.15.4
6670
# via -r app/requirements.in
6771
wrapt==1.16.0
6872
# via
6973
# deprecated
7074
# opentelemetry-instrumentation
71-
yarl==1.11.0
75+
yarl==1.11.1
7276
# via aiohttp
73-
zipp==3.20.1
77+
zipp==3.20.2
7478
# via importlib-metadata
7579

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

app/tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packaging==24.1
1414
# via pytest
1515
pluggy==1.5.0
1616
# via pytest
17-
pytest==8.3.2
17+
pytest==8.3.3
1818
# via
1919
# -r app/tests/requirements.in
2020
# pytest-asyncio

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile
5+
# pip-compile requirements.in
66
#
77
build==1.2.2
88
# via pip-tools
@@ -14,7 +14,7 @@ distlib==0.3.8
1414
# via virtualenv
1515
filelock==3.16.0
1616
# via virtualenv
17-
identify==2.6.0
17+
identify==2.6.1
1818
# via pre-commit
1919
mypy==1.11.2
2020
# via -r requirements.in
@@ -31,7 +31,7 @@ packaging==24.1
3131
# build
3232
pip-tools==7.4.1
3333
# via -r requirements.in
34-
platformdirs==4.3.2
34+
platformdirs==4.3.3
3535
# via virtualenv
3636
pre-commit==3.8.0
3737
# via -r requirements.in

0 commit comments

Comments
 (0)