Skip to content

Commit

Permalink
Renew update
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Sep 9, 2024
1 parent 4e807dd commit 68d6d04
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 55 deletions.
86 changes: 44 additions & 42 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,61 +3,63 @@
## Python
| Dependency | Version | License |
|:-----------|:-------:|--------:|
|aiohttp|3.9.3|Apache 2.0|
|aiohttp|3.9.5|Apache 2.0|
|aiosignal|1.3.1|Apache 2.0|
|async-timeout|4.0.3|Apache 2.0|
|attrs|23.1.0|MIT|
|build|1.0.3|MIT|
|attrs|24.2.0|MIT|
|build|1.2.2|MIT|
|cfgv|3.4.0|MIT|
|click|8.1.7|New BSD|
|cloudevents|1.10.0|Apache 2.0|
|coverage|7.3.2|Apache 2.0|
|cloudevents|1.11.0|Apache 2.0|
|coverage|7.6.1|Apache 2.0|
|Deprecated|1.2.14|MIT|
|deprecation|2.1.0|Apache 2.0|
|distlib|0.3.7|Python Software Foundation License|
|exceptiongroup|1.1.3|MIT|
|filelock|3.12.4|The Unlicense (Unlicense)|
|frozenlist|1.4.0|Apache 2.0|
|grpcio|1.59.0|Apache 2.0|
|identify|2.5.30|MIT|
|idna|3.4|BSD|
|distlib|0.3.8|Python Software Foundation License|
|exceptiongroup|1.2.2|MIT|
|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|
|importlib-metadata|7.1.0|Apache 2.0|
|iniconfig|2.0.0|MIT|
|multidict|6.0.4|Apache 2.0|
|mypy|1.5.1|MIT|
|multidict|6.0.5|Apache 2.0|
|mypy|1.11.2|MIT|
|mypy-extensions|1.0.0|MIT|
|mypy-protobuf|3.5.0|Apache 2.0|
|nodeenv|1.8.0|BSD|
|opentelemetry-api|1.15.0|Apache 2.0|
|opentelemetry-distro|0.36b0|Apache 2.0|
|opentelemetry-instrumentation|0.36b0|Apache 2.0|
|opentelemetry-instrumentation-logging|0.36b0|Apache 2.0|
|opentelemetry-sdk|1.15.0|Apache 2.0|
|opentelemetry-semantic-conventions|0.36b0|Apache 2.0|
|packaging|23.2|Apache 2.0<br/>BSD|
|paho-mqtt|1.6.1|OSI Approved|
|mypy-protobuf|3.6.0|Apache 2.0|
|nodeenv|1.9.1|BSD|
|opentelemetry-api|1.25.0|Apache 2.0|
|opentelemetry-distro|0.46b0|Apache 2.0|
|opentelemetry-instrumentation|0.46b0|Apache 2.0|
|opentelemetry-instrumentation-logging|0.46b0|Apache 2.0|
|opentelemetry-sdk|1.25.0|Apache 2.0|
|opentelemetry-semantic-conventions|0.46b0|Apache 2.0|
|packaging|24.1|Apache 2.0<br/>BSD|
|paho-mqtt|2.1.0|OSI Approved|
|parameterized|0.9.0|Simplified BSD|
|pip|23.0.1|MIT|
|pip-tools|7.3.0|BSD|
|platformdirs|3.11.0|MIT|
|pluggy|1.3.0|MIT|
|pre-commit|3.3.3|MIT|
|protobuf|4.24.4|Google License|
|pyproject-hooks|1.0.0|MIT|
|pytest|7.4.2|MIT|
|pytest-asyncio|0.21.1|Apache 2.0|
|pytest-cov|4.1.0|MIT|
|pip-tools|7.4.1|BSD|
|platformdirs|4.3.2|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-asyncio|0.24.0|Apache 2.0|
|pytest-cov|5.0.0|MIT|
|pytest-ordering|0.6|MIT|
|PyYAML|6.0.1|MIT|
|PyYAML|6.0.2|MIT|
|setuptools|65.5.1|MIT|
|tomli|2.0.1|MIT|
|types-mock|5.1.0.2|Apache 2.0|
|types-protobuf|4.24.0.2|Apache 2.0|
|typing-extensions|4.11.0|Python Software Foundation License|
|velocitas-sdk|0.14.1|Apache 2.0|
|virtualenv|20.24.5|MIT|
|wheel|0.41.2|MIT|
|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|
|virtualenv|20.26.4|MIT|
|wheel|0.44.0|MIT|
|wrapt|1.16.0|BSD|
|yarl|1.9.2|Apache 2.0|
|yarl|1.11.0|Apache 2.0|
|zipp|3.20.1|MIT|
## Workflows
| Dependency | Version | License |
|:-----------|:-------:|--------:|
Expand All @@ -83,4 +85,4 @@
|peaceiris/actions-gh-pages|v4|MIT License|
|peaceiris/actions-hugo|v3|MIT License|
|pre-commit/action|v3.0.1|MIT License|
|softprops/action-gh-release|v2|MIT License|
|softprops/action-gh-release|v2|MIT License|
6 changes: 3 additions & 3 deletions app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ frozenlist==1.4.1
# aiosignal
grpcio==1.64.1
# via velocitas-sdk
idna==3.7
idna==3.8
# via yarl
importlib-metadata==7.1.0
# via opentelemetry-api
Expand Down Expand Up @@ -68,9 +68,9 @@ wrapt==1.16.0
# via
# deprecated
# opentelemetry-instrumentation
yarl==1.9.4
yarl==1.11.0
# via aiohttp
zipp==3.20.0
zipp==3.20.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 2 additions & 4 deletions app/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
# pip-compile app/tests/requirements.in
#
coverage[toml]==7.6.1
# via
# coverage
# pytest-cov
# via pytest-cov
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
Expand All @@ -22,7 +20,7 @@ pytest==8.3.2
# pytest-asyncio
# pytest-cov
# pytest-ordering
pytest-asyncio==0.23.8
pytest-asyncio==0.24.0
# via -r app/tests/requirements.in
pytest-cov==5.0.0
# via -r app/tests/requirements.in
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile
#
build==1.2.1
build==1.2.2
# via pip-tools
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via pip-tools
distlib==0.3.8
# via virtualenv
filelock==3.15.4
filelock==3.16.0
# via virtualenv
identify==2.6.0
# via pre-commit
mypy==1.11.1
mypy==1.11.2
# via -r requirements.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -31,7 +31,7 @@ packaging==24.1
# build
pip-tools==7.4.1
# via -r requirements.in
platformdirs==4.2.2
platformdirs==4.3.2
# via virtualenv
pre-commit==3.8.0
# via -r requirements.in
Expand All @@ -51,13 +51,13 @@ tomli==2.0.1
# build
# mypy
# pip-tools
types-protobuf==5.27.0.20240626
types-protobuf==5.27.0.20240907
# via mypy-protobuf
typing-extensions==4.12.2
# via
# -c app/requirements.txt
# mypy
virtualenv==20.26.3
virtualenv==20.26.4
# via pre-commit
wheel==0.44.0
# via pip-tools
Expand Down

0 comments on commit 68d6d04

Please sign in to comment.