Skip to content

Commit c3c46db

Browse files
committed
upgrade all requirements files to avoid conflicting pinnings
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 3f33b3d commit c3c46db

File tree

3 files changed

+58
-49
lines changed

3 files changed

+58
-49
lines changed

Tests/kaas/requirements.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,32 @@ aiosignal==1.3.2
1212
# via aiohttp
1313
attrs==25.3.0
1414
# via aiohttp
15-
cachetools==5.5.0
15+
cachetools==5.5.2
1616
# via google-auth
17-
certifi==2024.8.30
17+
certifi==2025.4.26
1818
# via
1919
# kubernetes
2020
# kubernetes-asyncio
2121
# requests
22-
charset-normalizer==3.3.2
22+
charset-normalizer==3.4.2
2323
# via requests
24+
durationpy==0.9
25+
# via kubernetes
2426
frozenlist==1.6.0
2527
# via
2628
# aiohttp
2729
# aiosignal
28-
google-auth==2.34.0
30+
google-auth==2.40.1
2931
# via kubernetes
30-
idna==3.8
32+
idna==3.10
3133
# via
3234
# requests
3335
# yarl
3436
jinja2==3.1.6
3537
# via -r requirements.in
3638
junitparser==3.2.0
3739
# via -r requirements.in
38-
kubernetes==30.1.0
40+
kubernetes==32.0.1
3941
# via -r requirements.in
4042
kubernetes-asyncio==32.3.2
4143
# via -r requirements.in
@@ -53,11 +55,11 @@ propcache==0.3.1
5355
# via
5456
# aiohttp
5557
# yarl
56-
pyasn1==0.6.0
58+
pyasn1==0.6.1
5759
# via
5860
# pyasn1-modules
5961
# rsa
60-
pyasn1-modules==0.4.0
62+
pyasn1-modules==0.4.2
6163
# via google-auth
6264
pykube-ng==23.6.0
6365
# via pytest-kind
@@ -79,14 +81,14 @@ requests==2.32.3
7981
# requests-oauthlib
8082
requests-oauthlib==2.0.0
8183
# via kubernetes
82-
rsa==4.9
84+
rsa==4.9.1
8385
# via google-auth
84-
six==1.16.0
86+
six==1.17.0
8587
# via
8688
# kubernetes
8789
# kubernetes-asyncio
8890
# python-dateutil
89-
urllib3==2.2.2
91+
urllib3==2.4.0
9092
# via
9193
# kubernetes
9294
# kubernetes-asyncio

Tests/requirements.txt

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,72 @@
44
#
55
# pip-compile requirements.in
66
#
7-
aiohappyeyeballs==2.3.5
7+
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.10.11
9+
aiohttp==3.11.18
1010
# via -r requirements.in
11-
aiosignal==1.3.1
11+
aiosignal==1.3.2
1212
# via aiohttp
13-
attrs==24.2.0
13+
annotated-types==0.7.0
14+
# via pydantic
15+
attrs==25.3.0
1416
# via aiohttp
15-
certifi==2024.7.4
17+
certifi==2025.4.26
1618
# via requests
17-
cffi==1.17.0
19+
cffi==1.17.1
1820
# via cryptography
19-
charset-normalizer==3.3.2
21+
charset-normalizer==3.4.2
2022
# via requests
21-
click==8.1.7
23+
click==8.2.0
2224
# via -r requirements.in
23-
cryptography==44.0.1
25+
cryptography==44.0.3
2426
# via sslyze
25-
frozenlist==1.4.1
27+
frozenlist==1.6.0
2628
# via
2729
# aiohttp
2830
# aiosignal
29-
idna==3.7
31+
idna==3.10
3032
# via
3133
# requests
3234
# yarl
33-
multidict==6.0.5
35+
multidict==6.4.3
3436
# via
3537
# aiohttp
3638
# yarl
37-
nassl==1.0.3
39+
nassl==5.3.0
3840
# via sslyze
39-
propcache==0.2.0
40-
# via yarl
41+
propcache==0.3.1
42+
# via
43+
# aiohttp
44+
# yarl
4145
pycparser==2.22
4246
# via cffi
47+
pydantic==2.11.4
48+
# via sslyze
49+
pydantic-core==2.33.2
50+
# via pydantic
4351
python-dateutil==2.9.0.post0
4452
# via -r requirements.in
4553
pyyaml==6.0.2
4654
# via -r requirements.in
4755
requests==2.32.3
4856
# via -r requirements.in
49-
six==1.16.0
57+
six==1.17.0
5058
# via python-dateutil
51-
sslyze==1.3.4
59+
sslyze==6.1.0
5260
# via -r requirements.in
53-
tls-parser==1.2.2
61+
tls-parser==2.0.2
5462
# via sslyze
55-
tomli==2.0.1
63+
tomli==2.2.1
5664
# via -r requirements.in
57-
urllib3==2.2.2
65+
typing-extensions==4.13.2
66+
# via
67+
# pydantic
68+
# pydantic-core
69+
# typing-inspection
70+
typing-inspection==0.4.0
71+
# via pydantic
72+
urllib3==2.4.0
5873
# via requests
59-
yarl==1.17.2
74+
yarl==1.20.0
6075
# via aiohttp

Tests/test-requirements.txt

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile test-requirements.in
66
#
7-
coverage[toml]==7.4.4
8-
# via
9-
# coverage
10-
# pytest-cov
11-
exceptiongroup==1.2.0
7+
coverage[toml]==7.8.0
8+
# via pytest-cov
9+
iniconfig==2.1.0
1210
# via pytest
13-
iniconfig==2.0.0
11+
packaging==25.0
1412
# via pytest
15-
packaging==23.2
13+
pluggy==1.6.0
1614
# via pytest
17-
pluggy==1.4.0
18-
# via pytest
19-
pytest==8.0.2
15+
pytest==8.3.5
2016
# via
2117
# -r test-requirements.in
2218
# pytest-asyncio
2319
# pytest-cov
24-
pytest-asyncio==0.23.5
20+
pytest-asyncio==0.26.0
2521
# via -r test-requirements.in
26-
pytest-cov==4.1.0
22+
pytest-cov==6.1.1
2723
# via -r test-requirements.in
28-
tomli==2.0.1
29-
# via
30-
# coverage
31-
# pytest

0 commit comments

Comments
 (0)