diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index f0d20b13..adc55524 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -3,7 +3,8 @@ ## Python | Dependency | Version | License | |:-----------|:-------:|--------:| -|aiohttp|3.9.5|Apache 2.0| +|aiohappyeyeballs|2.4.0|Other/Proprietary License
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| @@ -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| @@ -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| @@ -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 | |:-----------|:-------:|--------:| diff --git a/app/requirements.in b/app/requirements.in index 164da319..2ada9351 100644 --- a/app/requirements.in +++ b/app/requirements.in @@ -12,4 +12,4 @@ # # SPDX-License-Identifier: Apache-2.0 -velocitas-sdk==0.15.3 +velocitas-sdk==0.15.4 diff --git a/app/requirements.txt b/app/requirements.txt index d80c7f68..6f935d84 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -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 @@ -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 @@ -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: diff --git a/app/tests/requirements.txt b/app/tests/requirements.txt index e6e2a2d4..79ea03b1 100644 --- a/app/tests/requirements.txt +++ b/app/tests/requirements.txt @@ -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 diff --git a/requirements.txt b/requirements.txt index 75a64517..1721d14f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 @@ -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