Skip to content

Commit de93359

Browse files
authored
Fix security alerts (#116)
* Fix security alerts * Fix notice 3rd ...
1 parent e8186e4 commit de93359

File tree

7 files changed

+40
-34
lines changed

7 files changed

+40
-34
lines changed

.project-creation/.skeleton/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ grpcio==1.59.0
1616
protobuf==4.24.4
1717
dapr==1.11.0
1818
cloudevents==1.10.0
19-
aiohttp==3.9.2
19+
aiohttp==3.9.3

.project-creation/.skeleton/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile
66
#
7-
aiohttp==3.9.0
7+
aiohttp==3.9.3
88
# via
99
# -r requirements.in
1010
# dapr

NOTICE-3RD-PARTY-CONTENT.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Python
44
| Dependency | Version | License |
55
|:-----------|:-------:|--------:|
6-
|aiohttp|3.9.2|Apache 2.0|
6+
|aiohttp|3.9.3|Apache 2.0|
77
|aiosignal|1.3.1|Apache 2.0|
88
|APScheduler|3.10.4|MIT|
99
|async-timeout|4.0.3|Apache 2.0|
@@ -13,7 +13,7 @@
1313
|cfgv|3.4.0|MIT|
1414
|chardet|5.2.0|LGPL|
1515
|click|8.1.7|New BSD|
16-
|cloudevents|1.9.0|Apache 2.0|
16+
|cloudevents|1.10.1|Apache 2.0|
1717
|colorama|0.4.6|BSD|
1818
|coverage|7.4.1|Apache 2.0|
1919
|dapr|1.10.0|Apache 2.0|
@@ -28,23 +28,24 @@
2828
|grpcio-tools|1.59.0|Apache 2.0|
2929
|identify|2.5.33|MIT|
3030
|idna|3.4|BSD|
31+
|importlib-metadata|6.11.0|Apache 2.0|
3132
|iniconfig|2.0.0|MIT|
3233
|multidict|6.0.4|Apache 2.0|
3334
|mypy|1.8.0|MIT|
3435
|mypy-extensions|1.0.0|MIT|
3536
|mypy-protobuf|3.4.0|Apache 2.0|
3637
|nodeenv|1.8.0|BSD|
37-
|opentelemetry-api|1.15.0|Apache 2.0|
38-
|opentelemetry-distro|0.36b0|Apache 2.0|
39-
|opentelemetry-instrumentation|0.36b0|Apache 2.0|
40-
|opentelemetry-instrumentation-logging|0.36b0|Apache 2.0|
41-
|opentelemetry-sdk|1.15.0|Apache 2.0|
42-
|opentelemetry-semantic-conventions|0.36b0|Apache 2.0|
38+
|opentelemetry-api|1.22.0|Apache 2.0|
39+
|opentelemetry-distro|0.43b0|Apache 2.0|
40+
|opentelemetry-instrumentation|0.43b0|Apache 2.0|
41+
|opentelemetry-instrumentation-logging|0.43b0|Apache 2.0|
42+
|opentelemetry-sdk|1.22.0|Apache 2.0|
43+
|opentelemetry-semantic-conventions|0.43b0|Apache 2.0|
4344
|packaging|23.1|Apache 2.0<br/>BSD|
4445
|paho-mqtt|1.6.1|OSI Approved|
45-
|pip|23.3.2|MIT|
46+
|pip|24.0|MIT|
4647
|pip-tools|7.3.0|BSD|
47-
|platformdirs|4.1.0|MIT|
48+
|platformdirs|4.2.0|MIT|
4849
|pluggy|1.4.0|MIT|
4950
|pre-commit|3.6.0|MIT|
5051
|protobuf|4.21.12|Google License|
@@ -54,21 +55,22 @@
5455
|pytest-asyncio|0.23.4|Apache 2.0|
5556
|pytest-cov|4.1.0|MIT|
5657
|python-dateutil|2.8.2|Apache 2.0<br/>BSD|
57-
|pytz|2023.4|MIT|
58+
|pytz|2024.1|MIT|
5859
|PyYAML|6.0.1|MIT|
5960
|setuptools|58.1.0|MIT|
6061
|six|1.16.0|MIT|
6162
|tomli|2.0.1|MIT|
6263
|tox|4.11.4|MIT|
6364
|types-Deprecated|1.2.9.20240106|Apache 2.0|
6465
|types-mock|5.1.0.20240106|Apache 2.0|
65-
|types-protobuf|4.24.0.20240106|Apache 2.0|
66+
|types-protobuf|4.24.0.20240129|Apache 2.0|
6667
|typing-extensions|4.7.1|Python Software Foundation License|
6768
|tzlocal|5.2|MIT|
6869
|virtualenv|20.25.0|MIT|
6970
|wheel|0.42.0|MIT|
7071
|wrapt|1.15.0|BSD|
7172
|yarl|1.9.2|Apache 2.0|
73+
|zipp|3.17.0|MIT|
7274
## Workflows
7375
| Dependency | Version | License |
7476
|:-----------|:-------:|--------:|

examples/seat-adjuster/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ grpcio==1.59.0
1616
protobuf==4.24.4
1717
dapr==1.11.0
1818
cloudevents==1.10.0
19-
aiohttp==3.9.2
19+
aiohttp==3.9.3
2020
packaging==23.0

examples/seat-adjuster/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile
66
#
7-
aiohttp==3.9.2
7+
aiohttp==3.9.3
88
# via
99
# -r requirements.in
1010
# dapr

requirements.txt

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --extra=dev
66
#
7-
aiohttp==3.9.2
7+
aiohttp==3.9.3
88
# via
99
# dapr
1010
# velocitas_sdk (setup.py)
@@ -26,7 +26,7 @@ chardet==5.2.0
2626
# via tox
2727
click==8.1.7
2828
# via pip-tools
29-
cloudevents==1.9.0
29+
cloudevents==1.10.1
3030
# via velocitas_sdk (setup.py)
3131
colorama==0.4.6
3232
# via tox
@@ -68,6 +68,8 @@ identify==2.5.33
6868
# via pre-commit
6969
idna==3.4
7070
# via yarl
71+
importlib-metadata==6.11.0
72+
# via opentelemetry-api
7173
iniconfig==2.0.0
7274
# via pytest
7375
multidict==6.0.4
@@ -82,26 +84,26 @@ mypy-protobuf==3.4.0
8284
# via velocitas_sdk (setup.py)
8385
nodeenv==1.8.0
8486
# via pre-commit
85-
opentelemetry-api==1.15.0
87+
opentelemetry-api==1.22.0
8688
# via
8789
# opentelemetry-distro
8890
# opentelemetry-instrumentation
8991
# opentelemetry-instrumentation-logging
9092
# opentelemetry-sdk
9193
# velocitas_sdk (setup.py)
92-
opentelemetry-distro==0.36b0
94+
opentelemetry-distro==0.43b0
9395
# via velocitas_sdk (setup.py)
94-
opentelemetry-instrumentation==0.36b0
96+
opentelemetry-instrumentation==0.43b0
9597
# via
9698
# opentelemetry-distro
9799
# opentelemetry-instrumentation-logging
98-
opentelemetry-instrumentation-logging==0.36b0
100+
opentelemetry-instrumentation-logging==0.43b0
99101
# via velocitas_sdk (setup.py)
100-
opentelemetry-sdk==1.15.0
102+
opentelemetry-sdk==1.22.0
101103
# via
102104
# opentelemetry-distro
103105
# velocitas_sdk (setup.py)
104-
opentelemetry-semantic-conventions==0.36b0
106+
opentelemetry-semantic-conventions==0.43b0
105107
# via opentelemetry-sdk
106108
packaging==23.1
107109
# via
@@ -114,7 +116,7 @@ paho-mqtt==1.6.1
114116
# via velocitas_sdk (setup.py)
115117
pip-tools==7.3.0
116118
# via velocitas_sdk (setup.py)
117-
platformdirs==4.1.0
119+
platformdirs==4.2.0
118120
# via
119121
# tox
120122
# virtualenv
@@ -145,7 +147,7 @@ pytest-cov==4.1.0
145147
# via velocitas_sdk (setup.py)
146148
python-dateutil==2.8.2
147149
# via dapr
148-
pytz==2023.4
150+
pytz==2024.1
149151
# via apscheduler
150152
pyyaml==6.0.1
151153
# via pre-commit
@@ -169,7 +171,7 @@ types-deprecated==1.2.9.20240106
169171
# via velocitas_sdk (setup.py)
170172
types-mock==5.1.0.20240106
171173
# via velocitas_sdk (setup.py)
172-
types-protobuf==4.24.0.20240106
174+
types-protobuf==4.24.0.20240129
173175
# via mypy-protobuf
174176
typing-extensions==4.7.1
175177
# via
@@ -190,6 +192,8 @@ wrapt==1.15.0
190192
# opentelemetry-instrumentation
191193
yarl==1.9.2
192194
# via aiohttp
195+
zipp==3.17.0
196+
# via importlib-metadata
193197

194198
# The following packages are considered to be unsafe in a requirements file:
195199
# pip

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
requirements = [
1818
"grpcio>=1.59.0",
1919
"protobuf>=3.19.4",
20-
"cloudevents",
20+
"cloudevents>=1.10.0",
2121
"dapr",
22-
"aiohttp>=3.9.0",
22+
"aiohttp==3.9.3",
2323
"paho-mqtt>=1.6.1",
24-
"opentelemetry-distro<=0.36b0",
25-
"opentelemetry-instrumentation-logging<=0.36b0",
26-
"opentelemetry-sdk<=1.15.0",
27-
"opentelemetry-api<=1.15.0",
24+
"opentelemetry-distro>=0.43b0",
25+
"opentelemetry-instrumentation-logging>=0.43b0",
26+
"opentelemetry-sdk>=1.22.0",
27+
"opentelemetry-api>=1.22.0",
2828
]
2929

3030
extra_requirements = {

0 commit comments

Comments
 (0)