Skip to content

Commit 020ef42

Browse files
authored
Merge branch 'main' into chore/er-max-frames
2 parents 895fe41 + 41fce6d commit 020ef42

File tree

231 files changed

+3218
-2396
lines changed

Some content is hidden

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

231 files changed

+3218
-2396
lines changed

.github/workflows/build_python_3.yml

+4
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ jobs:
132132
CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc
133133
CIBW_BEFORE_ALL_MACOS: rustup target add aarch64-apple-darwin
134134
CIBW_ENVIRONMENT_LINUX: PATH=$HOME/.cargo/bin:$PATH CMAKE_BUILD_PARALLEL_LEVEL=24
135+
# SYSTEM_VERSION_COMPAT is a workaround for versioning issue, a.k.a.
136+
# `platform.mac_ver()` reports incorrect MacOS version at 11.0
137+
# See: https://stackoverflow.com/a/65402241
138+
CIBW_ENVIRONMENT_MACOS: CMAKE_BUILD_PARALLEL_LEVEL=24 SYSTEM_VERSION_COMPAT=0
135139
CIBW_REPAIR_WHEEL_COMMAND_LINUX: |
136140
mkdir ./tempwheelhouse &&
137141
unzip -l {wheel} | grep '\.so' &&

.riot/requirements/1053dce.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1053dce.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
9-
gevent==24.2.1
7+
attrs==24.3.0
8+
coverage[toml]==7.6.10
9+
gevent==24.11.1
1010
greenlet==3.1.1
1111
hypothesis==6.45.0
1212
iniconfig==2.0.0
1313
mock==5.1.0
1414
opentracing==2.4.0
15-
packaging==24.1
15+
packaging==24.2
1616
pluggy==1.5.0
17-
pytest==8.3.3
18-
pytest-cov==5.0.0
17+
pytest==8.3.4
18+
pytest-cov==6.0.0
1919
pytest-mock==3.14.0
20-
pytest-randomly==3.15.0
20+
pytest-randomly==3.16.0
2121
sortedcontainers==2.4.0
2222
zope-event==5.0
23-
zope-interface==7.0.3
23+
zope-interface==7.2
2424

2525
# The following packages are considered to be unsafe in a requirements file:
26-
setuptools==75.1.0
26+
setuptools==75.7.0

.riot/requirements/105b4fa.txt

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.13
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/105b4fa.in
6+
#
7+
arrow==1.3.0
8+
asgiref==3.8.1
9+
attrs==24.3.0
10+
autobahn==24.4.2
11+
automat==24.8.1
12+
bcrypt==4.2.1
13+
blessed==1.20.0
14+
certifi==2024.12.14
15+
cffi==1.17.1
16+
channels==4.2.0
17+
charset-normalizer==3.4.0
18+
constantly==23.10.4
19+
coverage[toml]==7.6.9
20+
cryptography==44.0.0
21+
daphne==4.1.2
22+
django==4.2.17
23+
django-configurations==2.5.1
24+
django-picklefield==3.2
25+
django-pylibmc==0.6.1
26+
django-q==1.3.6
27+
django-redis==4.5.0
28+
hyperlink==21.0.0
29+
hypothesis==6.45.0
30+
idna==3.10
31+
incremental==24.7.2
32+
iniconfig==2.0.0
33+
isodate==0.7.2
34+
lxml==5.3.0
35+
mock==5.1.0
36+
opentracing==2.4.0
37+
packaging==24.2
38+
platformdirs==4.3.6
39+
pluggy==1.5.0
40+
psycopg==3.2.3
41+
psycopg2-binary==2.9.10
42+
pyasn1==0.6.1
43+
pyasn1-modules==0.4.1
44+
pycparser==2.22
45+
pylibmc==1.6.3
46+
pyopenssl==24.3.0
47+
pytest==8.3.4
48+
pytest-cov==6.0.0
49+
pytest-django[testing]==3.10.0
50+
pytest-mock==3.14.0
51+
pytest-randomly==3.16.0
52+
python-dateutil==2.9.0.post0
53+
python-memcached==1.62
54+
pytz==2024.2
55+
redis==2.10.6
56+
requests==2.32.3
57+
requests-file==2.1.0
58+
requests-toolbelt==1.0.0
59+
service-identity==24.2.0
60+
six==1.17.0
61+
sortedcontainers==2.4.0
62+
spyne==2.14.0
63+
sqlparse==0.5.3
64+
twisted[tls]==24.11.0
65+
txaio==23.1.1
66+
types-python-dateutil==2.9.0.20241206
67+
typing-extensions==4.12.2
68+
urllib3==2.3.0
69+
wcwidth==0.2.13
70+
zeep==4.3.1
71+
zope-interface==7.2
72+
73+
# The following packages are considered to be unsafe in a requirements file:
74+
setuptools==75.6.0

.riot/requirements/108f9cf.txt .riot/requirements/1069d71.txt

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate .riot/requirements/108f9cf.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1069d71.in
66
#
77
aiofiles==24.1.0
8-
anyio==4.6.2.post1
9-
attrs==24.2.0
10-
certifi==2024.8.30
8+
anyio==4.7.0
9+
attrs==24.3.0
10+
certifi==2024.12.14
1111
charset-normalizer==3.4.0
12-
coverage[toml]==7.6.3
12+
coverage[toml]==7.6.9
1313
exceptiongroup==1.2.2
1414
fastapi==0.90.1
1515
h11==0.14.0
16-
httpcore==1.0.6
16+
httpcore==1.0.7
1717
httpx==0.27.2
1818
hypothesis==6.45.0
1919
idna==3.10
2020
iniconfig==2.0.0
2121
mock==5.1.0
2222
opentracing==2.4.0
23-
packaging==24.1
23+
packaging==24.2
2424
pluggy==1.5.0
25-
pydantic==1.10.18
26-
pytest==8.3.3
25+
pydantic==1.10.19
26+
pytest==8.3.4
2727
pytest-asyncio==0.21.1
28-
pytest-cov==5.0.0
28+
pytest-cov==6.0.0
2929
pytest-mock==3.14.0
30-
pytest-randomly==3.15.0
31-
python-multipart==0.0.12
30+
pytest-randomly==3.16.0
31+
python-multipart==0.0.20
3232
requests==2.32.3
3333
sniffio==1.3.1
3434
sortedcontainers==2.4.0
3535
starlette==0.23.1
36-
tomli==2.0.2
36+
tomli==2.2.1
3737
typing-extensions==4.12.2
3838
urllib3==2.2.3

.riot/requirements/1078c3b.txt

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.8
3+
# by the following command:
4+
#
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1078c3b.in
6+
#
7+
attrs==24.3.0
8+
coverage[toml]==7.6.1
9+
exceptiongroup==1.2.2
10+
greenlet==3.0.3
11+
hypothesis==6.45.0
12+
importlib-metadata==8.5.0
13+
iniconfig==2.0.0
14+
mock==5.1.0
15+
mysql-connector-python==9.0.0
16+
opentracing==2.4.0
17+
packaging==24.2
18+
pluggy==1.5.0
19+
psycopg2-binary==2.9.10
20+
pytest==8.3.4
21+
pytest-cov==5.0.0
22+
pytest-mock==3.14.0
23+
pytest-randomly==3.15.0
24+
sortedcontainers==2.4.0
25+
sqlalchemy==1.3.24
26+
tomli==2.2.1
27+
zipp==3.20.2

.riot/requirements/41b3223.txt .riot/requirements/108d1af.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,41 +2,41 @@
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 .riot/requirements/41b3223.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/108d1af.in
66
#
77
aiofiles==24.1.0
88
annotated-types==0.7.0
99
anyio==4.5.2
10-
attrs==24.2.0
11-
certifi==2024.8.30
10+
attrs==24.3.0
11+
certifi==2024.12.14
1212
charset-normalizer==3.4.0
1313
coverage[toml]==7.6.1
1414
exceptiongroup==1.2.2
15-
fastapi==0.115.2
15+
fastapi==0.115.6
1616
h11==0.14.0
17-
httpcore==1.0.6
17+
httpcore==1.0.7
1818
httpx==0.27.2
1919
hypothesis==6.45.0
2020
idna==3.10
2121
importlib-metadata==8.5.0
2222
iniconfig==2.0.0
2323
mock==5.1.0
2424
opentracing==2.4.0
25-
packaging==24.1
25+
packaging==24.2
2626
pluggy==1.5.0
27-
pydantic==2.9.2
28-
pydantic-core==2.23.4
29-
pytest==8.3.3
27+
pydantic==2.10.3
28+
pydantic-core==2.27.1
29+
pytest==8.3.4
3030
pytest-asyncio==0.21.1
3131
pytest-cov==5.0.0
3232
pytest-mock==3.14.0
3333
pytest-randomly==3.15.0
34-
python-multipart==0.0.12
34+
python-multipart==0.0.20
3535
requests==2.32.3
3636
sniffio==1.3.1
3737
sortedcontainers==2.4.0
38-
starlette==0.40.0
39-
tomli==2.0.2
38+
starlette==0.41.3
39+
tomli==2.2.1
4040
typing-extensions==4.12.2
4141
urllib3==2.2.3
4242
zipp==3.20.2

.riot/requirements/1092157.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1092157.in
66
#
7-
attrs==23.2.0
8-
coverage[toml]==7.6.0
9-
gevent==24.2.1
10-
greenlet==3.0.3
7+
attrs==24.3.0
8+
coverage[toml]==7.6.10
9+
gevent==24.11.1
10+
greenlet==3.1.1
1111
httpretty==1.1.4
1212
hypothesis==6.45.0
1313
iniconfig==2.0.0
1414
mock==5.1.0
1515
opentracing==2.4.0
16-
packaging==24.1
16+
packaging==24.2
1717
pluggy==1.5.0
18-
pyfakefs==5.6.0
19-
pytest==8.3.1
18+
pyfakefs==5.7.3
19+
pytest==8.3.4
2020
pytest-asyncio==0.23.8
21-
pytest-cov==5.0.0
21+
pytest-cov==6.0.0
2222
pytest-mock==3.14.0
23-
pytest-randomly==3.15.0
23+
pytest-randomly==3.16.0
2424
python-json-logger==2.0.7
2525
sortedcontainers==2.4.0
2626
zope-event==5.0
27-
zope-interface==6.4.post2
27+
zope-interface==7.2
2828

2929
# The following packages are considered to be unsafe in a requirements file:
30-
setuptools==71.1.0
30+
setuptools==75.7.0

.riot/requirements/109311c.txt

-22
This file was deleted.

.riot/requirements/10f3c55.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ channels==4.2.0
1717
charset-normalizer==3.4.0
1818
constantly==23.10.4
1919
coverage[toml]==7.6.9
20-
cryptography==43.0.3
20+
cryptography==44.0.0
2121
daphne==4.1.2
2222
django==4.2.17
2323
django-configurations==2.5.1
@@ -39,7 +39,6 @@ opentracing==2.4.0
3939
packaging==24.2
4040
platformdirs==4.3.6
4141
pluggy==1.5.0
42-
psycopg==3.2.3
4342
psycopg2-binary==2.9.10
4443
pyasn1==0.6.1
4544
pyasn1-modules==0.4.1

.riot/requirements/13f7667.txt .riot/requirements/11b0a50.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,32 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13f7667.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/11b0a50.in
66
#
77
aiofiles==24.1.0
88
anyio==3.7.1
9-
attrs==24.2.0
10-
certifi==2024.8.30
9+
attrs==24.3.0
10+
certifi==2024.12.14
1111
charset-normalizer==3.4.0
12-
coverage[toml]==7.6.3
12+
coverage[toml]==7.6.9
1313
fastapi==0.86.0
1414
h11==0.14.0
15-
httpcore==1.0.6
15+
httpcore==1.0.7
1616
httpx==0.27.2
1717
hypothesis==6.45.0
1818
idna==3.10
1919
iniconfig==2.0.0
2020
mock==5.1.0
2121
opentracing==2.4.0
22-
packaging==24.1
22+
packaging==24.2
2323
pluggy==1.5.0
24-
pydantic==1.10.18
25-
pytest==8.3.3
24+
pydantic==1.10.19
25+
pytest==8.3.4
2626
pytest-asyncio==0.21.1
27-
pytest-cov==5.0.0
27+
pytest-cov==6.0.0
2828
pytest-mock==3.14.0
29-
pytest-randomly==3.15.0
30-
python-multipart==0.0.12
29+
pytest-randomly==3.16.0
30+
python-multipart==0.0.20
3131
requests==2.32.3
3232
sniffio==1.3.1
3333
sortedcontainers==2.4.0

.riot/requirements/1231d9a.txt

-20
This file was deleted.

0 commit comments

Comments
 (0)