Skip to content

Commit

Permalink
Using fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Jul 29, 2024
1 parent b373780 commit 20d4e3d
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 40 deletions.
6 changes: 3 additions & 3 deletions .project-creation/.skeleton/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# SPDX-License-Identifier: Apache-2.0

grpcio==1.59.0
protobuf==4.24.4
cloudevents==1.10.0
grpcio==1.64.1
protobuf==5.27.2
cloudevents==1.11.0
aiohttp==3.9.5
6 changes: 3 additions & 3 deletions .project-creation/.skeleton/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
# via aiohttp
cloudevents==1.10.0
cloudevents==1.11.0
# via -r requirements.in
deprecation==2.1.0
# via cloudevents
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
grpcio==1.59.0
grpcio==1.64.1
# via -r requirements.in
idna==3.7
# via yarl
Expand All @@ -30,7 +30,7 @@ multidict==6.0.5
# yarl
packaging==24.1
# via deprecation
protobuf==4.24.4
protobuf==5.27.2
# via -r requirements.in
yarl==1.9.4
# via aiohttp
16 changes: 8 additions & 8 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
|async-timeout|4.0.3|Apache 2.0|
|attrs|23.2.0|MIT|
|build|1.2.1|MIT|
|cachetools|5.3.3|MIT|
|cachetools|5.4.0|MIT|
|cfgv|3.4.0|MIT|
|chardet|5.2.0|LGPL|
|click|8.1.7|New BSD|
|cloudevents|1.11.0|Apache 2.0|
|colorama|0.4.6|BSD|
|coverage|7.5.4|Apache 2.0|
|coverage|7.6.0|Apache 2.0|
|Deprecated|1.2.14|MIT|
|deprecation|2.1.0|Apache 2.0|
|distlib|0.3.8|Python Software Foundation License|
|exceptiongroup|1.2.1|MIT|
|exceptiongroup|1.2.2|MIT|
|filelock|3.15.4|The Unlicense (Unlicense)|
|frozenlist|1.4.1|Apache 2.0|
|grpc-stubs|1.53.0.5|MIT|
|grpcio|1.64.1|Apache 2.0|
|grpcio-tools|1.64.1|Apache 2.0|
|identify|2.5.36|MIT|
|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.5|Apache 2.0|
|mypy|1.10.1|MIT|
|mypy|1.11.0|MIT|
|mypy-extensions|1.0.0|MIT|
|mypy-protobuf|3.6.0|Apache 2.0|
|nodeenv|1.9.1|BSD|
Expand All @@ -46,12 +46,12 @@
|pip-tools|7.4.1|BSD|
|platformdirs|4.2.2|MIT|
|pluggy|1.5.0|MIT|
|pre-commit|3.7.1|MIT|
|pre-commit|3.8.0|MIT|
|protobuf|5.27.2|Google License|
|pyproject-api|1.7.1|MIT|
|pyproject-hooks|1.1.0|MIT|
|pytest|8.2.2|MIT|
|pytest-asyncio|0.23.7|Apache 2.0|
|pytest|8.3.2|MIT|
|pytest-asyncio|0.23.8|Apache 2.0|
|pytest-cov|5.0.0|MIT|
|pytz|2024.1|MIT|
|PyYAML|6.0.1|MIT|
Expand Down
8 changes: 4 additions & 4 deletions examples/seat-adjuster/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#
# SPDX-License-Identifier: Apache-2.0

grpcio==1.59.0
protobuf==4.24.4
cloudevents==1.10.0
grpcio==1.64.1
protobuf==5.27.2
cloudevents==1.11.0
aiohttp==3.9.5
packaging==23.0
packaging==24.1
8 changes: 4 additions & 4 deletions examples/seat-adjuster/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
# via aiohttp
cloudevents==1.10.0
cloudevents==1.11.0
# via -r requirements.in
deprecation==2.1.0
# via cloudevents
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
grpcio==1.59.0
grpcio==1.64.1
# via -r requirements.in
idna==3.7
# via yarl
multidict==6.0.5
# via
# aiohttp
# yarl
packaging==23.0
packaging==24.1
# via
# -r requirements.in
# deprecation
protobuf==4.24.4
protobuf==5.27.2
# via -r requirements.in
yarl==1.9.4
# via aiohttp
20 changes: 11 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ attrs==23.2.0
# via aiohttp
build==1.2.1
# via pip-tools
cachetools==5.3.3
cachetools==5.4.0
# via tox
cfgv==3.4.0
# via pre-commit
Expand All @@ -28,8 +28,10 @@ cloudevents==1.11.0
# via velocitas_sdk (setup.py)
colorama==0.4.6
# via tox
coverage[toml]==7.5.4
# via pytest-cov
coverage[toml]==7.6.0
# via
# coverage
# pytest-cov
deprecated==1.2.14
# via
# opentelemetry-api
Expand All @@ -38,7 +40,7 @@ deprecation==2.1.0
# via cloudevents
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
filelock==3.15.4
# via
Expand All @@ -57,7 +59,7 @@ grpcio==1.64.1
# velocitas_sdk (setup.py)
grpcio-tools==1.64.1
# via velocitas_sdk (setup.py)
identify==2.5.36
identify==2.6.0
# via pre-commit
idna==3.7
# via yarl
Expand All @@ -69,7 +71,7 @@ multidict==6.0.5
# via
# aiohttp
# yarl
mypy==1.10.1
mypy==1.11.0
# via velocitas_sdk (setup.py)
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -118,7 +120,7 @@ pluggy==1.5.0
# via
# pytest
# tox
pre-commit==3.7.1
pre-commit==3.8.0
# via velocitas_sdk (setup.py)
protobuf==5.27.2
# via
Expand All @@ -131,12 +133,12 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.2
pytest==8.3.2
# via
# pytest-asyncio
# pytest-cov
# velocitas_sdk (setup.py)
pytest-asyncio==0.23.7
pytest-asyncio==0.23.8
# via velocitas_sdk (setup.py)
pytest-cov==5.0.0
# via velocitas_sdk (setup.py)
Expand Down
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
from setuptools import setup

requirements = [
"grpcio>=1.59.0",
"protobuf>=3.19.4",
"cloudevents>=1.10.0",
"aiohttp>=3.9.5",
"paho-mqtt>=2.1.0",
"opentelemetry-distro>=0.46b0",
"opentelemetry-instrumentation-logging>=0.46b0",
"opentelemetry-sdk>=1.25.0",
"opentelemetry-api>=1.25.0",
"grpcio==1.64.1",
"protobuf==5.27.2",
"cloudevents==1.11.0",
"aiohttp==3.9.5",
"paho-mqtt==2.1.0",
"opentelemetry-distro==0.46b0",
"opentelemetry-instrumentation-logging==0.46b0",
"opentelemetry-sdk==1.25.0",
"opentelemetry-api==1.25.0",
]

extra_requirements = {
Expand Down

0 comments on commit 20d4e3d

Please sign in to comment.