Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
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
  • Loading branch information
erikbosch committed Sep 19, 2024
1 parent e662524 commit 5f2e678
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 21 deletions.
19 changes: 10 additions & 9 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Python
| Dependency | Version | License |
|:-----------|:-------:|--------:|
|aiohttp|3.9.5|Apache 2.0|
|aiohappyeyeballs|2.4.0|Other/Proprietary License<br/>Python Software Foundation License|
|aiohttp|3.10.5|Apache 2.0|
|aiosignal|1.3.1|Apache 2.0|
|async-timeout|4.0.3|Apache 2.0|
|attrs|24.2.0|MIT|
Expand All @@ -19,11 +20,11 @@
|filelock|3.16.0|The Unlicense (Unlicense)|
|frozenlist|1.4.1|Apache 2.0|
|grpcio|1.64.1|Apache 2.0|
|identify|2.6.0|MIT|
|idna|3.8|BSD|
|identify|2.6.1|MIT|
|idna|3.10|BSD|
|importlib-metadata|7.1.0|Apache 2.0|
|iniconfig|2.0.0|MIT|
|multidict|6.0.5|Apache 2.0|
|multidict|6.1.0|Apache 2.0|
|mypy|1.11.2|MIT|
|mypy-extensions|1.0.0|MIT|
|mypy-protobuf|3.6.0|Apache 2.0|
Expand All @@ -39,12 +40,12 @@
|parameterized|0.9.0|Simplified BSD|
|pip|23.0.1|MIT|
|pip-tools|7.4.1|BSD|
|platformdirs|4.3.2|MIT|
|platformdirs|4.3.3|MIT|
|pluggy|1.5.0|MIT|
|pre-commit|3.8.0|MIT|
|protobuf|5.27.2|Google License|
|pyproject-hooks|1.1.0|MIT|
|pytest|8.3.2|MIT|
|pytest|8.3.3|MIT|
|pytest-asyncio|0.24.0|Apache 2.0|
|pytest-cov|5.0.0|MIT|
|pytest-ordering|0.6|MIT|
Expand All @@ -54,12 +55,12 @@
|types-mock|5.1.0.20240425|Apache 2.0|
|types-protobuf|5.27.0.20240907|Apache 2.0|
|typing-extensions|4.12.2|Python Software Foundation License|
|velocitas-sdk|0.15.3|Apache 2.0|
|velocitas-sdk|0.15.4|Apache 2.0|
|virtualenv|20.26.4|MIT|
|wheel|0.44.0|MIT|
|wrapt|1.16.0|BSD|
|yarl|1.11.0|Apache 2.0|
|zipp|3.20.1|MIT|
|yarl|1.11.1|Apache 2.0|
|zipp|3.20.2|MIT|
## Workflows
| Dependency | Version | License |
|:-----------|:-------:|--------:|
Expand Down
2 changes: 1 addition & 1 deletion app/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
#
# SPDX-License-Identifier: Apache-2.0

velocitas-sdk==0.15.3
velocitas-sdk==0.15.4
18 changes: 11 additions & 7 deletions app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile app/requirements.in
#
aiohttp==3.9.5
aiohappyeyeballs==2.4.0
# via aiohttp
aiohttp==3.10.5
# via velocitas-sdk
aiosignal==1.3.1
# via aiohttp
Expand All @@ -24,11 +26,11 @@ frozenlist==1.4.1
# aiosignal
grpcio==1.64.1
# via velocitas-sdk
idna==3.8
idna==3.10
# via yarl
importlib-metadata==7.1.0
# via opentelemetry-api
multidict==6.0.5
multidict==6.1.0
# via
# aiohttp
# yarl
Expand Down Expand Up @@ -61,16 +63,18 @@ paho-mqtt==2.1.0
protobuf==5.27.2
# via velocitas-sdk
typing-extensions==4.12.2
# via opentelemetry-sdk
velocitas-sdk==0.15.3
# via
# multidict
# opentelemetry-sdk
velocitas-sdk==0.15.4
# via -r app/requirements.in
wrapt==1.16.0
# via
# deprecated
# opentelemetry-instrumentation
yarl==1.11.0
yarl==1.11.1
# via aiohttp
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion app/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.2
pytest==8.3.3
# via
# -r app/tests/requirements.in
# pytest-asyncio
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#
build==1.2.2
# via pip-tools
Expand All @@ -14,7 +14,7 @@ distlib==0.3.8
# via virtualenv
filelock==3.16.0
# via virtualenv
identify==2.6.0
identify==2.6.1
# via pre-commit
mypy==1.11.2
# via -r requirements.in
Expand All @@ -31,7 +31,7 @@ packaging==24.1
# build
pip-tools==7.4.1
# via -r requirements.in
platformdirs==4.3.2
platformdirs==4.3.3
# via virtualenv
pre-commit==3.8.0
# via -r requirements.in
Expand Down

0 comments on commit 5f2e678

Please sign in to comment.