Skip to content

Commit a7ae8ef

Browse files
committed
fix CI
1 parent 045203a commit a7ae8ef

File tree

21 files changed

+221
-271
lines changed

21 files changed

+221
-271
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.13
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1b0c82a.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/10e0262.in
66
#
7+
anyio==4.12.0
78
attrs==25.4.0
8-
certifi==2025.10.5
9-
coverage[toml]==7.11.0
9+
certifi==2025.11.12
10+
coverage[toml]==7.12.0
1011
h11==0.16.0
11-
httpcore==0.12.3
12-
httpx==0.17.1
12+
httpcore==1.0.9
13+
httpx==0.27.2
1314
hypothesis==6.45.0
1415
idna==3.11
1516
iniconfig==2.3.0
16-
legacy-cgi==2.6.4
1717
mock==5.2.0
1818
opentracing==2.4.0
1919
packaging==25.0
2020
pluggy==1.6.0
2121
pygments==2.19.2
22-
pytest==8.4.2
22+
pytest==9.0.1
2323
pytest-asyncio==0.21.1
2424
pytest-cov==7.0.0
2525
pytest-mock==3.15.1
2626
pytest-randomly==4.0.1
27-
rfc3986[idna2008]==1.5.0
2827
sniffio==1.3.1
2928
sortedcontainers==2.4.0
29+
typing-extensions==4.15.0

.riot/requirements/14f8251.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/14f8251.in
6+
#
7+
anyio==4.12.0
8+
attrs==25.4.0
9+
certifi==2025.11.12
10+
coverage[toml]==7.12.0
11+
exceptiongroup==1.3.1
12+
h11==0.14.0
13+
httpcore==0.17.3
14+
httpx==0.24.1
15+
hypothesis==6.45.0
16+
idna==3.11
17+
iniconfig==2.3.0
18+
mock==5.2.0
19+
opentracing==2.4.0
20+
packaging==25.0
21+
pluggy==1.6.0
22+
pygments==2.19.2
23+
pytest==9.0.1
24+
pytest-asyncio==0.21.1
25+
pytest-cov==7.0.0
26+
pytest-mock==3.15.1
27+
pytest-randomly==4.0.1
28+
sniffio==1.3.1
29+
sortedcontainers==2.4.0
30+
tomli==2.3.0
31+
typing-extensions==4.15.0

.riot/requirements/1819a02.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.10
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1819a02.in
6+
#
7+
anyio==4.12.0
8+
attrs==25.4.0
9+
certifi==2025.11.12
10+
coverage[toml]==7.12.0
11+
exceptiongroup==1.3.1
12+
h11==0.16.0
13+
httpcore==1.0.9
14+
httpx==0.27.2
15+
hypothesis==6.45.0
16+
idna==3.11
17+
iniconfig==2.3.0
18+
mock==5.2.0
19+
opentracing==2.4.0
20+
packaging==25.0
21+
pluggy==1.6.0
22+
pygments==2.19.2
23+
pytest==9.0.1
24+
pytest-asyncio==0.21.1
25+
pytest-cov==7.0.0
26+
pytest-mock==3.15.1
27+
pytest-randomly==4.0.1
28+
sniffio==1.3.1
29+
sortedcontainers==2.4.0
30+
tomli==2.3.0
31+
typing-extensions==4.15.0
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.13
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1dae29b.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/188c3f9.in
66
#
7-
anyio==4.11.0
7+
anyio==4.12.0
88
attrs==25.4.0
9-
certifi==2025.10.5
10-
coverage[toml]==7.11.0
9+
certifi==2025.11.12
10+
coverage[toml]==7.12.0
1111
h11==0.14.0
12-
httpcore==0.16.3
13-
httpx==0.23.3
12+
httpcore==0.17.3
13+
httpx==0.24.1
1414
hypothesis==6.45.0
1515
idna==3.11
1616
iniconfig==2.3.0
17-
legacy-cgi==2.6.4
1817
mock==5.2.0
1918
opentracing==2.4.0
2019
packaging==25.0
2120
pluggy==1.6.0
2221
pygments==2.19.2
23-
pytest==8.4.2
22+
pytest==9.0.1
2423
pytest-asyncio==0.21.1
2524
pytest-cov==7.0.0
2625
pytest-mock==3.15.1
2726
pytest-randomly==4.0.1
28-
rfc3986[idna2008]==1.5.0
2927
sniffio==1.3.1
3028
sortedcontainers==2.4.0
29+
typing-extensions==4.15.0

.riot/requirements/1895c02.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.

.riot/requirements/19c8864.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/19c8864.in
6+
#
7+
anyio==4.12.0
8+
attrs==25.4.0
9+
certifi==2025.11.12
10+
coverage[toml]==7.12.0
11+
h11==0.16.0
12+
httpcore==1.0.9
13+
httpx==0.27.2
14+
hypothesis==6.45.0
15+
idna==3.11
16+
iniconfig==2.3.0
17+
mock==5.2.0
18+
opentracing==2.4.0
19+
packaging==25.0
20+
pluggy==1.6.0
21+
pygments==2.19.2
22+
pytest==9.0.1
23+
pytest-asyncio==0.21.1
24+
pytest-cov==7.0.0
25+
pytest-mock==3.15.1
26+
pytest-randomly==4.0.1
27+
sniffio==1.3.1
28+
sortedcontainers==2.4.0
29+
typing-extensions==4.15.0

.riot/requirements/1a7c146.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

.riot/requirements/1c1eb74.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1c1eb74.in
6+
#
7+
anyio==4.12.0
8+
attrs==25.4.0
9+
certifi==2025.11.12
10+
coverage[toml]==7.12.0
11+
h11==0.14.0
12+
httpcore==0.17.3
13+
httpx==0.24.1
14+
hypothesis==6.45.0
15+
idna==3.11
16+
iniconfig==2.3.0
17+
mock==5.2.0
18+
opentracing==2.4.0
19+
packaging==25.0
20+
pluggy==1.6.0
21+
pygments==2.19.2
22+
pytest==9.0.1
23+
pytest-asyncio==0.21.1
24+
pytest-cov==7.0.0
25+
pytest-mock==3.15.1
26+
pytest-randomly==4.0.1
27+
sniffio==1.3.1
28+
sortedcontainers==2.4.0
29+
typing-extensions==4.15.0

.riot/requirements/1ce43cf.txt

Lines changed: 0 additions & 31 deletions
This file was deleted.

.riot/requirements/29fa506.txt

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)