File tree 7 files changed +35
-30
lines changed
.project-creation/.skeleton
7 files changed +35
-30
lines changed Original file line number Diff line number Diff line change 15
15
grpcio==1.64.1
16
16
protobuf==5.27.2
17
17
cloudevents==1.11.0
18
- aiohttp==3.9 .5
18
+ aiohttp==3.10 .5
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile
6
6
#
7
- aiohttp == 3.9.5
7
+ aiohappyeyeballs == 2.4.0
8
+ # via aiohttp
9
+ aiohttp == 3.10.5
8
10
# via -r requirements.in
9
11
aiosignal == 1.3.1
10
12
# via aiohttp
11
13
async-timeout == 4.0.3
12
14
# via aiohttp
13
- attrs == 23 .2.0
15
+ attrs == 24 .2.0
14
16
# via aiohttp
15
17
cloudevents == 1.11.0
16
18
# via -r requirements.in
@@ -22,7 +24,7 @@ frozenlist==1.4.1
22
24
# aiosignal
23
25
grpcio == 1.64.1
24
26
# via -r requirements.in
25
- idna == 3.7
27
+ idna == 3.8
26
28
# via yarl
27
29
multidict == 6.0.5
28
30
# via
@@ -32,5 +34,5 @@ packaging==24.1
32
34
# via deprecation
33
35
protobuf == 5.27.2
34
36
# via -r requirements.in
35
- yarl == 1.9.4
37
+ yarl == 1.9.7
36
38
# via aiohttp
Original file line number Diff line number Diff line change 3
3
## Python
4
4
| Dependency | Version | License |
5
5
| :-----------| :-------:| --------:|
6
- | aiohttp| 3.9.5| Apache 2.0|
6
+ | aiohappyeyeballs| 2.4.0| Other/Proprietary License<br />Python Software Foundation License|
7
+ | aiohttp| 3.10.5| Apache 2.0|
7
8
| aiosignal| 1.3.1| Apache 2.0|
8
9
| APScheduler| 3.10.4| MIT|
9
10
| async-timeout| 4.0.3| Apache 2.0|
10
11
| attrs| 24.2.0| MIT|
11
12
| build| 1.2.1| MIT|
12
- | cachetools| 5.4 .0| MIT|
13
+ | cachetools| 5.5 .0| MIT|
13
14
| cfgv| 3.4.0| MIT|
14
15
| chardet| 5.2.0| LGPL|
15
16
| click| 8.1.7| New BSD|
26
27
| grpcio| 1.64.1| Apache 2.0|
27
28
| grpcio-tools| 1.64.1| Apache 2.0|
28
29
| identify| 2.6.0| MIT|
29
- | idna| 3.7 | BSD|
30
+ | idna| 3.8 | BSD|
30
31
| importlib-metadata| 7.1.0| Apache 2.0|
31
32
| iniconfig| 2.0.0| MIT|
32
33
| multidict| 6.0.5| Apache 2.0|
33
- | mypy| 1.11.1 | MIT|
34
+ | mypy| 1.11.2 | MIT|
34
35
| mypy-extensions| 1.0.0| MIT|
35
36
| mypy-protobuf| 3.6.0| Apache 2.0|
36
37
| nodeenv| 1.9.1| BSD|
51
52
| pyproject-api| 1.7.1| MIT|
52
53
| pyproject-hooks| 1.1.0| MIT|
53
54
| pytest| 8.3.2| MIT|
54
- | pytest-asyncio| 0.23.8 | Apache 2.0|
55
+ | pytest-asyncio| 0.24.0 | Apache 2.0|
55
56
| pytest-cov| 5.0.0| MIT|
56
57
| pytz| 2024.1| MIT|
57
58
| PyYAML| 6.0.2| MIT|
58
59
| setuptools| 65.5.1| MIT|
59
60
| six| 1.16.0| MIT|
60
61
| tomli| 2.0.1| MIT|
61
- | tox| 4.17.1 | MIT|
62
+ | tox| 4.18.0 | MIT|
62
63
| types-Deprecated| 1.2.9.20240311| Apache 2.0|
63
64
| types-mock| 5.1.0.20240425| Apache 2.0|
64
65
| types-protobuf| 5.27.0.20240626| Apache 2.0|
67
68
| virtualenv| 20.26.3| MIT|
68
69
| wheel| 0.44.0| MIT|
69
70
| wrapt| 1.16.0| BSD|
70
- | yarl| 1.9.4 | Apache 2.0|
71
- | zipp| 3.19.2 | MIT|
71
+ | yarl| 1.9.7 | Apache 2.0|
72
+ | zipp| 3.20.1 | MIT|
72
73
## Workflows
73
74
| Dependency | Version | License |
74
75
| :-----------| :-------:| --------:|
Original file line number Diff line number Diff line change 15
15
grpcio==1.64.1
16
16
protobuf==5.27.2
17
17
cloudevents==1.11.0
18
- aiohttp==3.9 .5
18
+ aiohttp==3.10 .5
19
19
packaging==24.1
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile
6
6
#
7
- aiohttp == 3.9.5
7
+ aiohappyeyeballs == 2.4.0
8
+ # via aiohttp
9
+ aiohttp == 3.10.5
8
10
# via -r requirements.in
9
11
aiosignal == 1.3.1
10
12
# via aiohttp
11
13
async-timeout == 4.0.3
12
14
# via aiohttp
13
- attrs == 23 .2.0
15
+ attrs == 24 .2.0
14
16
# via aiohttp
15
17
cloudevents == 1.11.0
16
18
# via -r requirements.in
@@ -22,7 +24,7 @@ frozenlist==1.4.1
22
24
# aiosignal
23
25
grpcio == 1.64.1
24
26
# via -r requirements.in
25
- idna == 3.7
27
+ idna == 3.8
26
28
# via yarl
27
29
multidict == 6.0.5
28
30
# via
@@ -34,5 +36,5 @@ packaging==24.1
34
36
# deprecation
35
37
protobuf == 5.27.2
36
38
# via -r requirements.in
37
- yarl == 1.9.4
39
+ yarl == 1.9.7
38
40
# via aiohttp
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --extra=dev
6
6
#
7
- aiohttp == 3.9.5
7
+ aiohappyeyeballs == 2.4.0
8
+ # via aiohttp
9
+ aiohttp == 3.10.5
8
10
# via velocitas_sdk (setup.py)
9
11
aiosignal == 1.3.1
10
12
# via aiohttp
@@ -16,7 +18,7 @@ attrs==24.2.0
16
18
# via aiohttp
17
19
build == 1.2.1
18
20
# via pip-tools
19
- cachetools == 5.4 .0
21
+ cachetools == 5.5 .0
20
22
# via tox
21
23
cfgv == 3.4.0
22
24
# via pre-commit
@@ -29,9 +31,7 @@ cloudevents==1.11.0
29
31
colorama == 0.4.6
30
32
# via tox
31
33
coverage [toml ]== 7.6.1
32
- # via
33
- # coverage
34
- # pytest-cov
34
+ # via pytest-cov
35
35
deprecated == 1.2.14
36
36
# via
37
37
# opentelemetry-api
@@ -61,7 +61,7 @@ grpcio-tools==1.64.1
61
61
# via velocitas_sdk (setup.py)
62
62
identify == 2.6.0
63
63
# via pre-commit
64
- idna == 3.7
64
+ idna == 3.8
65
65
# via yarl
66
66
importlib-metadata == 7.1.0
67
67
# via opentelemetry-api
@@ -71,7 +71,7 @@ multidict==6.0.5
71
71
# via
72
72
# aiohttp
73
73
# yarl
74
- mypy == 1.11.1
74
+ mypy == 1.11.2
75
75
# via velocitas_sdk (setup.py)
76
76
mypy-extensions == 1.0.0
77
77
# via mypy
@@ -138,7 +138,7 @@ pytest==8.3.2
138
138
# pytest-asyncio
139
139
# pytest-cov
140
140
# velocitas_sdk (setup.py)
141
- pytest-asyncio == 0.23.8
141
+ pytest-asyncio == 0.24.0
142
142
# via velocitas_sdk (setup.py)
143
143
pytest-cov == 5.0.0
144
144
# via velocitas_sdk (setup.py)
@@ -157,7 +157,7 @@ tomli==2.0.1
157
157
# pyproject-api
158
158
# pytest
159
159
# tox
160
- tox == 4.17.1
160
+ tox == 4.18.0
161
161
# via velocitas_sdk (setup.py)
162
162
types-deprecated == 1.2.9.20240311
163
163
# via velocitas_sdk (setup.py)
@@ -181,9 +181,9 @@ wrapt==1.16.0
181
181
# via
182
182
# deprecated
183
183
# opentelemetry-instrumentation
184
- yarl == 1.9.4
184
+ yarl == 1.9.7
185
185
# via aiohttp
186
- zipp == 3.19.2
186
+ zipp == 3.20.1
187
187
# via importlib-metadata
188
188
189
189
# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change 18
18
"grpcio==1.64.1" ,
19
19
"protobuf==5.27.2" ,
20
20
"cloudevents==1.11.0" ,
21
- "aiohttp==3.9 .5" ,
21
+ "aiohttp==3.10 .5" ,
22
22
"paho-mqtt==2.1.0" ,
23
23
"opentelemetry-distro==0.46b0" ,
24
24
"opentelemetry-instrumentation-logging==0.46b0" ,
You can’t perform that action at this time.
0 commit comments