Skip to content

Commit

Permalink
Updating SDK dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Aug 8, 2024
1 parent 3878812 commit 8016785
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 98 deletions.
76 changes: 39 additions & 37 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.1|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.15.4|The Unlicense (Unlicense)|
|frozenlist|1.4.1|Apache 2.0|
|grpcio|1.64.1|Apache 2.0|
|identify|2.6.0|MIT|
|idna|3.7|BSD|
|importlib-metadata|7.1.0|Apache 2.0|
|iniconfig|2.0.0|MIT|
|multidict|6.0.4|Apache 2.0|
|multidict|6.0.5|Apache 2.0|
|mypy|1.5.1|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|
|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|
|platformdirs|4.2.2|MIT|
|pluggy|1.5.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|
|protobuf|5.27.2|Google License|
|pyproject-hooks|1.1.0|MIT|
|pytest|8.3.2|MIT|
|pytest-asyncio|0.23.8|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.20240626|Apache 2.0|
|typing-extensions|4.12.2|Python Software Foundation License|
|velocitas-sdk|0.15.1|Apache 2.0|
|virtualenv|20.26.3|MIT|
|wheel|0.44.0|MIT|
|wrapt|1.16.0|BSD|
|yarl|1.9.2|Apache 2.0|
|yarl|1.9.4|Apache 2.0|
|zipp|3.19.2|MIT|
## Workflows
| Dependency | Version | License |
|:-----------|:-------:|--------:|
Expand Down
6 changes: 1 addition & 5 deletions app/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,4 @@
#
# SPDX-License-Identifier: Apache-2.0

grpcio==1.59.0
protobuf==4.24.4
cloudevents==1.10.0
aiohttp == 3.9.3
velocitas-sdk==0.14.1
velocitas-sdk==0.15.2
59 changes: 28 additions & 31 deletions app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,77 +4,74 @@
#
# pip-compile app/requirements.in
#
aiohttp==3.9.3
# via
# -r app/requirements.in
# velocitas-sdk
aiohttp==3.9.5
# via velocitas-sdk
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
attrs==24.2.0
# via aiohttp
cloudevents==1.10.0
# via
# -r app/requirements.in
# velocitas-sdk
cloudevents==1.11.0
# via velocitas-sdk
deprecated==1.2.14
# via opentelemetry-api
deprecation==2.1.0
# via cloudevents
frozenlist==1.4.0
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
grpcio==1.59.0
# via
# -r app/requirements.in
# velocitas-sdk
idna==3.4
grpcio==1.64.1
# via velocitas-sdk
idna==3.7
# via yarl
multidict==6.0.4
importlib-metadata==7.1.0
# via opentelemetry-api
multidict==6.0.5
# via
# aiohttp
# yarl
opentelemetry-api==1.15.0
opentelemetry-api==1.25.0
# via
# opentelemetry-distro
# opentelemetry-instrumentation
# opentelemetry-instrumentation-logging
# opentelemetry-sdk
# opentelemetry-semantic-conventions
# velocitas-sdk
opentelemetry-distro==0.36b0
opentelemetry-distro==0.46b0
# via velocitas-sdk
opentelemetry-instrumentation==0.36b0
opentelemetry-instrumentation==0.46b0
# via
# opentelemetry-distro
# opentelemetry-instrumentation-logging
opentelemetry-instrumentation-logging==0.36b0
opentelemetry-instrumentation-logging==0.46b0
# via velocitas-sdk
opentelemetry-sdk==1.15.0
opentelemetry-sdk==1.25.0
# via
# opentelemetry-distro
# velocitas-sdk
opentelemetry-semantic-conventions==0.36b0
opentelemetry-semantic-conventions==0.46b0
# via opentelemetry-sdk
packaging==23.2
packaging==24.1
# via deprecation
paho-mqtt==1.6.1
paho-mqtt==2.1.0
# via velocitas-sdk
protobuf==4.24.4
# via
# -r app/requirements.in
# velocitas-sdk
typing-extensions==4.11.0
protobuf==5.27.2
# via velocitas-sdk
typing-extensions==4.12.2
# via opentelemetry-sdk
velocitas-sdk==0.14.1
velocitas-sdk==0.15.2
# via -r app/requirements.in
wrapt==1.16.0
# via
# deprecated
# opentelemetry-instrumentation
yarl==1.9.2
yarl==1.9.4
# via aiohttp
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
16 changes: 8 additions & 8 deletions app/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# pip-compile requirements.in
#
coverage[toml]==7.3.2
coverage[toml]==7.6.1
# via pytest-cov
exceptiongroup==1.1.3
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
packaging==23.2
packaging==24.1
# via pytest
pluggy==1.3.0
pluggy==1.5.0
# via pytest
pytest==7.4.2
pytest==8.3.2
# via
# -r requirements.in
# pytest-asyncio
# pytest-cov
# pytest-ordering
pytest-asyncio==0.21.1
pytest-asyncio==0.23.8
# via -r requirements.in
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements.in
pytest-ordering==0.6
# via -r requirements.in
tomli==2.0.1
# via
# coverage
# pytest
types-mock==5.1.0.2
types-mock==5.1.0.20240425
# via -r requirements.in
35 changes: 18 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,62 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
# pip-compile requirements.in
#
build==1.0.3
build==1.2.1
# via pip-tools
cfgv==3.4.0
# via pre-commit
click==8.1.7
# via pip-tools
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.12.4
filelock==3.15.4
# via virtualenv
identify==2.5.30
identify==2.6.0
# via pre-commit
mypy==1.5.1
# via -r requirements.in
mypy-extensions==1.0.0
# via mypy
mypy-protobuf==3.5.0
# via -r requirements.in
nodeenv==1.8.0
nodeenv==1.9.1
# via pre-commit
packaging==23.2
packaging==24.1
# via
# -c app/requirements.txt
# -c app/tests/requirements.txt
# build
pip-tools==7.3.0
# via -r requirements.in
platformdirs==3.11.0
platformdirs==4.2.2
# via virtualenv
pre-commit==3.3.3
# via -r requirements.in
protobuf==4.24.4
protobuf==5.27.2
# via
# -c app/requirements.txt
# mypy-protobuf
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
pyyaml==6.0.1
pyyaml==6.0.2
# via pre-commit
tomli==2.0.1
# via
# -c app/tests/requirements.txt
# build
# mypy
# pip-tools
# pyproject-hooks
types-protobuf==4.24.0.2
types-protobuf==5.27.0.20240626
# via mypy-protobuf
typing-extensions==4.11.0
# via mypy
virtualenv==20.24.5
typing-extensions==4.12.2
# via
# -c app/requirements.txt
# mypy
virtualenv==20.26.3
# via pre-commit
wheel==0.41.2
wheel==0.44.0
# via pip-tools

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

0 comments on commit 8016785

Please sign in to comment.