Skip to content

Commit c38be92

Browse files
authored
Merge branch 'main' into debugging/probe-source-file-resolution
2 parents 36946c6 + 4d812d8 commit c38be92

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+1333
-1329
lines changed

.github/workflows/requirements-locks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
run: pyenv global 3.10 3.8 3.9 3.11 3.12 3.13 3.14
2929

3030
- name: Install Dependencies
31-
run: pip install --upgrade pip && pip install riot==0.20.1 && pip install toml==0.10.2
31+
# Keep pip at <25.3 until https://github.com/jazzband/pip-tools/issues/2252 is resolved
32+
run: pip install --upgrade "pip<25.3" && pip install riot==0.20.1 && pip install toml==0.10.2
3233

3334
- name: Generate riot locks
3435
run: scripts/compile-and-prune-test-requirements

.riot/requirements/1ee2a7f.txt renamed to .riot/requirements/108bb1d.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate --resolver=backtracking .riot/requirements/1ee2a7f.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/108bb1d.in
66
#
77
attrs==25.3.0
88
coverage[toml]==7.6.1
@@ -11,7 +11,6 @@ gunicorn==23.0.0
1111
hypothesis==6.45.0
1212
importlib-metadata==8.5.0
1313
iniconfig==2.1.0
14-
lz4==4.3.3
1514
mock==5.2.0
1615
opentracing==2.4.0
1716
packaging==25.0
@@ -25,7 +24,8 @@ pytest-cov==5.0.0
2524
pytest-mock==3.14.1
2625
pytest-randomly==3.15.0
2726
sortedcontainers==2.4.0
28-
tomli==2.2.1
27+
tomli==2.3.0
2928
typing-extensions==4.13.2
30-
uwsgi==2.0.30
29+
uwsgi==2.0.31
3130
zipp==3.20.2
31+
zstandard==0.23.0

.riot/requirements/10ba61c.txt

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

.riot/requirements/10ded6c.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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/10ded6c.in
6+
#
7+
attrs==25.4.0
8+
coverage[toml]==7.11.0
9+
exceptiongroup==1.3.0
10+
gevent==25.9.1
11+
greenlet==3.2.4
12+
gunicorn[gevent]==23.0.0
13+
hypothesis==6.45.0
14+
iniconfig==2.3.0
15+
mock==5.2.0
16+
opentracing==2.4.0
17+
packaging==25.0
18+
pluggy==1.6.0
19+
py-cpuinfo==8.0.0
20+
pygments==2.19.2
21+
pytest==8.4.2
22+
pytest-asyncio==0.21.1
23+
pytest-benchmark==5.2.1
24+
pytest-cov==7.0.0
25+
pytest-mock==3.15.1
26+
pytest-randomly==4.0.1
27+
sortedcontainers==2.4.0
28+
tomli==2.3.0
29+
typing-extensions==4.15.0
30+
uwsgi==2.0.31
31+
zope-event==6.0
32+
zope-interface==8.0.1
33+
zstandard==0.25.0
34+
35+
# The following packages are considered to be unsafe in a requirements file:
36+
setuptools==80.9.0

.riot/requirements/110d00d.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/110d00d.in
6+
#
7+
attrs==25.4.0
8+
coverage[toml]==7.11.0
9+
gunicorn==23.0.0
10+
hypothesis==6.45.0
11+
iniconfig==2.3.0
12+
jsonschema==4.25.1
13+
jsonschema-specifications==2025.9.1
14+
mock==5.2.0
15+
opentracing==2.4.0
16+
packaging==25.0
17+
pluggy==1.6.0
18+
protobuf==4.22.0
19+
py-cpuinfo==8.0.0
20+
pygments==2.19.2
21+
pytest==8.4.2
22+
pytest-asyncio==0.21.1
23+
pytest-benchmark==5.2.1
24+
pytest-cov==7.0.0
25+
pytest-cpp==2.6.0
26+
pytest-mock==3.15.1
27+
pytest-randomly==4.0.1
28+
referencing==0.37.0
29+
rpds-py==0.28.0
30+
sortedcontainers==2.4.0
31+
typing-extensions==4.15.0
32+
uwsgi==2.0.31
33+
zstandard==0.25.0

.riot/requirements/11c2039.txt

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

.riot/requirements/12f8771.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/12f8771.in
6+
#
7+
attrs==25.4.0
8+
coverage[toml]==7.11.0
9+
gunicorn==23.0.0
10+
hypothesis==6.45.0
11+
iniconfig==2.3.0
12+
jsonschema==4.25.1
13+
jsonschema-specifications==2025.9.1
14+
mock==5.2.0
15+
opentracing==2.4.0
16+
packaging==25.0
17+
pluggy==1.6.0
18+
protobuf==6.33.0
19+
py-cpuinfo==8.0.0
20+
pygments==2.19.2
21+
pytest==8.4.2
22+
pytest-asyncio==0.21.1
23+
pytest-benchmark==5.2.1
24+
pytest-cov==7.0.0
25+
pytest-cpp==2.6.0
26+
pytest-mock==3.15.1
27+
pytest-randomly==4.0.1
28+
referencing==0.37.0
29+
rpds-py==0.28.0
30+
sortedcontainers==2.4.0
31+
typing-extensions==4.15.0
32+
uwsgi==2.0.31
33+
zstandard==0.25.0

.riot/requirements/133f532.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.11
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/133f532.in
6+
#
7+
attrs==25.4.0
8+
coverage[toml]==7.11.0
9+
gunicorn==23.0.0
10+
hypothesis==6.45.0
11+
iniconfig==2.3.0
12+
jsonschema==4.25.1
13+
jsonschema-specifications==2025.9.1
14+
mock==5.2.0
15+
opentracing==2.4.0
16+
packaging==25.0
17+
pluggy==1.6.0
18+
py-cpuinfo==8.0.0
19+
pygments==2.19.2
20+
pytest==8.4.2
21+
pytest-asyncio==0.21.1
22+
pytest-benchmark==5.2.1
23+
pytest-cov==7.0.0
24+
pytest-cpp==2.6.0
25+
pytest-mock==3.15.1
26+
pytest-randomly==4.0.1
27+
referencing==0.37.0
28+
rpds-py==0.28.0
29+
sortedcontainers==2.4.0
30+
typing-extensions==4.15.0
31+
zstandard==0.25.0

.riot/requirements/137ea60.txt

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

.riot/requirements/1387420.txt

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

0 commit comments

Comments
 (0)