Skip to content

Commit 330fd7a

Browse files
authored
Merge branch 'main' into munir/make-integrations-even-more-internal
2 parents e6f7561 + 6613185 commit 330fd7a

File tree

164 files changed

+2228
-1159
lines changed

Some content is hidden

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

164 files changed

+2228
-1159
lines changed
File renamed without changes.

.riot/requirements/d57247c.txt .riot/requirements/10f3c55.txt

+35-33
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,24 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate .riot/requirements/d57247c.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/10f3c55.in
66
#
77
arrow==1.3.0
88
asgiref==3.8.1
9-
attrs==24.2.0
9+
attrs==24.3.0
1010
autobahn==24.4.2
1111
automat==24.8.1
12+
bcrypt==4.2.1
1213
blessed==1.20.0
13-
certifi==2024.8.30
14-
cffi==1.17.0
15-
channels==4.1.0
16-
charset-normalizer==3.3.2
14+
certifi==2024.12.14
15+
cffi==1.17.1
16+
channels==4.2.0
17+
charset-normalizer==3.4.0
1718
constantly==23.10.4
18-
coverage[toml]==7.6.1
19-
cryptography==43.0.0
19+
coverage[toml]==7.6.9
20+
cryptography==43.0.3
2021
daphne==4.1.2
21-
django==4.2.15
22+
django==4.2.17
2223
django-configurations==2.5.1
2324
django-picklefield==3.2
2425
django-pylibmc==0.6.1
@@ -27,50 +28,51 @@ django-redis==4.5.0
2728
exceptiongroup==1.2.2
2829
hyperlink==21.0.0
2930
hypothesis==6.45.0
30-
idna==3.8
31-
importlib-metadata==8.4.0
31+
idna==3.10
32+
importlib-metadata==8.5.0
3233
incremental==24.7.2
3334
iniconfig==2.0.0
34-
isodate==0.6.1
35+
isodate==0.7.2
3536
lxml==5.3.0
3637
mock==5.1.0
3738
opentracing==2.4.0
38-
packaging==24.1
39-
platformdirs==4.2.2
39+
packaging==24.2
40+
platformdirs==4.3.6
4041
pluggy==1.5.0
41-
psycopg2-binary==2.9.9
42-
pyasn1==0.6.0
43-
pyasn1-modules==0.4.0
42+
psycopg==3.2.3
43+
psycopg2-binary==2.9.10
44+
pyasn1==0.6.1
45+
pyasn1-modules==0.4.1
4446
pycparser==2.22
4547
pylibmc==1.6.3
46-
pyopenssl==24.2.1
47-
pytest==8.3.2
48-
pytest-cov==5.0.0
48+
pyopenssl==24.3.0
49+
pytest==8.3.4
50+
pytest-cov==6.0.0
4951
pytest-django[testing]==3.10.0
5052
pytest-mock==3.14.0
51-
pytest-randomly==3.15.0
53+
pytest-randomly==3.16.0
5254
python-dateutil==2.9.0.post0
5355
python-memcached==1.62
54-
pytz==2024.1
56+
pytz==2024.2
5557
redis==2.10.6
5658
requests==2.32.3
5759
requests-file==2.1.0
5860
requests-toolbelt==1.0.0
59-
service-identity==24.1.0
60-
six==1.16.0
61+
service-identity==24.2.0
62+
six==1.17.0
6163
sortedcontainers==2.4.0
6264
spyne==2.14.0
63-
sqlparse==0.5.1
64-
tomli==2.0.1
65-
twisted[tls]==24.7.0
65+
sqlparse==0.5.3
66+
tomli==2.2.1
67+
twisted[tls]==24.11.0
6668
txaio==23.1.1
67-
types-python-dateutil==2.9.0.20240821
69+
types-python-dateutil==2.9.0.20241206
6870
typing-extensions==4.12.2
69-
urllib3==2.2.2
71+
urllib3==2.2.3
7072
wcwidth==0.2.13
71-
zeep==4.2.1
72-
zipp==3.20.1
73-
zope-interface==7.0.3
73+
zeep==4.3.1
74+
zipp==3.21.0
75+
zope-interface==7.2
7476

7577
# The following packages are considered to be unsafe in a requirements file:
76-
setuptools==74.0.0
78+
setuptools==75.6.0

.riot/requirements/14ebf3b.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/14ebf3b.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
7+
attrs==24.3.0
8+
coverage[toml]==7.6.9
99
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
1111
iniconfig==2.0.0
12-
mako==1.3.5
13-
markupsafe==2.1.5
12+
mako==1.3.8
13+
markupsafe==3.0.2
1414
mock==5.1.0
1515
opentracing==2.4.0
16-
packaging==24.1
16+
packaging==24.2
1717
pluggy==1.5.0
18-
pytest==8.3.3
19-
pytest-cov==5.0.0
18+
pytest==8.3.4
19+
pytest-cov==6.0.0
2020
pytest-mock==3.14.0
21-
pytest-randomly==3.15.0
21+
pytest-randomly==3.16.0
2222
sortedcontainers==2.4.0
23-
tomli==2.0.1
23+
tomli==2.2.1

.riot/requirements/2848d2c.txt .riot/requirements/1532dd6.txt

+10-9
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/2848d2c.in
5+
# pip-compile --allow-unsafe --no-annotate --resolver=backtracking .riot/requirements/1532dd6.in
66
#
77
arrow==1.2.3
88
asgiref==3.7.2
99
attrs==24.2.0
1010
autobahn==23.1.2
1111
automat==22.10.0
12+
bcrypt==4.2.1
1213
blessed==1.20.0
1314
cached-property==1.5.2
14-
certifi==2024.8.30
15+
certifi==2024.12.14
1516
cffi==1.15.1
1617
channels==3.0.5
17-
charset-normalizer==3.3.2
18+
charset-normalizer==3.4.0
1819
constantly==15.1.0
1920
coverage[toml]==7.2.7
20-
cryptography==43.0.0
21+
cryptography==44.0.0
2122
daphne==3.0.2
2223
django==3.2.25
2324
django-configurations==2.4.2
@@ -28,11 +29,11 @@ django-redis==4.5.0
2829
exceptiongroup==1.2.2
2930
hyperlink==21.0.0
3031
hypothesis==6.45.0
31-
idna==3.8
32+
idna==3.10
3233
importlib-metadata==6.7.0
3334
incremental==22.10.0
3435
iniconfig==2.0.0
35-
isodate==0.6.1
36+
isodate==0.7.2
3637
lxml==5.3.0
3738
mock==5.1.0
3839
opentracing==2.4.0
@@ -44,21 +45,21 @@ pyasn1==0.5.1
4445
pyasn1-modules==0.3.0
4546
pycparser==2.21
4647
pylibmc==1.6.3
47-
pyopenssl==24.2.1
48+
pyopenssl==24.3.0
4849
pytest==7.4.4
4950
pytest-cov==4.1.0
5051
pytest-django[testing]==3.10.0
5152
pytest-mock==3.11.1
5253
pytest-randomly==3.12.0
5354
python-dateutil==2.9.0.post0
5455
python-memcached==1.62
55-
pytz==2024.1
56+
pytz==2024.2
5657
redis==2.10.6
5758
requests==2.31.0
5859
requests-file==2.1.0
5960
requests-toolbelt==1.0.0
6061
service-identity==21.1.0
61-
six==1.16.0
62+
six==1.17.0
6263
sortedcontainers==2.4.0
6364
spyne==2.14.0
6465
sqlparse==0.4.4

.riot/requirements/1ef9f39.txt .riot/requirements/1655cb3.txt

+32-31
Original file line numberDiff line numberDiff line change
@@ -2,72 +2,73 @@
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/1ef9f39.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1655cb3.in
66
#
77
arrow==1.3.0
88
asgiref==3.8.1
9-
attrs==24.2.0
9+
attrs==24.3.0
1010
autobahn==24.4.2
1111
automat==24.8.1
12+
bcrypt==4.2.1
1213
blessed==1.20.0
13-
certifi==2024.8.30
14-
cffi==1.17.0
15-
channels==4.1.0
16-
charset-normalizer==3.3.2
14+
certifi==2024.12.14
15+
cffi==1.17.1
16+
channels==4.2.0
17+
charset-normalizer==3.4.0
1718
constantly==23.10.4
18-
coverage[toml]==7.6.1
19-
cryptography==43.0.0
19+
coverage[toml]==7.6.9
20+
cryptography==44.0.0
2021
daphne==4.1.2
21-
django==4.2.15
22+
django==4.2.17
2223
django-configurations==2.5.1
2324
django-picklefield==3.2
2425
django-pylibmc==0.6.1
2526
django-q==1.3.6
2627
django-redis==4.5.0
2728
hyperlink==21.0.0
2829
hypothesis==6.45.0
29-
idna==3.8
30+
idna==3.10
3031
incremental==24.7.2
3132
iniconfig==2.0.0
32-
isodate==0.6.1
33+
isodate==0.7.2
3334
lxml==5.3.0
3435
mock==5.1.0
3536
opentracing==2.4.0
36-
packaging==24.1
37-
platformdirs==4.2.2
37+
packaging==24.2
38+
platformdirs==4.3.6
3839
pluggy==1.5.0
39-
psycopg==3.2.1
40-
psycopg2-binary==2.9.9
41-
pyasn1==0.6.0
42-
pyasn1-modules==0.4.0
40+
psycopg==3.2.3
41+
psycopg2-binary==2.9.10
42+
pyasn1==0.6.1
43+
pyasn1-modules==0.4.1
4344
pycparser==2.22
4445
pylibmc==1.6.3
45-
pyopenssl==24.2.1
46-
pytest==8.3.2
47-
pytest-cov==5.0.0
46+
pyopenssl==24.3.0
47+
pytest==8.3.4
48+
pytest-cov==6.0.0
4849
pytest-django[testing]==3.10.0
4950
pytest-mock==3.14.0
50-
pytest-randomly==3.15.0
51+
pytest-randomly==3.16.0
5152
python-dateutil==2.9.0.post0
5253
python-memcached==1.62
53-
pytz==2024.1
54+
pytz==2024.2
5455
redis==2.10.6
5556
requests==2.32.3
5657
requests-file==2.1.0
5758
requests-toolbelt==1.0.0
58-
service-identity==24.1.0
59-
six==1.16.0
59+
service-identity==24.2.0
60+
six==1.17.0
6061
sortedcontainers==2.4.0
6162
spyne==2.14.0
62-
sqlparse==0.5.1
63-
twisted[tls]==24.7.0
63+
sqlparse==0.5.3
64+
twisted[tls]==24.11.0
6465
txaio==23.1.1
65-
types-python-dateutil==2.9.0.20240821
66+
types-python-dateutil==2.9.0.20241206
6667
typing-extensions==4.12.2
67-
urllib3==2.2.2
68+
urllib3==2.2.3
6869
wcwidth==0.2.13
69-
zeep==4.2.1
70-
zope-interface==7.0.3
70+
zeep==4.3.1
71+
zope-interface==7.2
7172

7273
# The following packages are considered to be unsafe in a requirements file:
73-
setuptools==74.0.0
74+
setuptools==75.6.0

.riot/requirements/175d0d6.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/175d0d6.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
7+
attrs==24.3.0
8+
coverage[toml]==7.6.9
99
hypothesis==6.45.0
1010
iniconfig==2.0.0
11-
mako==1.3.5
12-
markupsafe==2.1.5
11+
mako==1.3.8
12+
markupsafe==3.0.2
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

.riot/requirements/19255aa.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/19255aa.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
7+
attrs==24.3.0
8+
coverage[toml]==7.6.9
99
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
1111
iniconfig==2.0.0
1212
mako==1.1.6
13-
markupsafe==2.1.5
13+
markupsafe==3.0.2
1414
mock==5.1.0
1515
opentracing==2.4.0
16-
packaging==24.1
16+
packaging==24.2
1717
pluggy==1.5.0
18-
pytest==8.3.3
19-
pytest-cov==5.0.0
18+
pytest==8.3.4
19+
pytest-cov==6.0.0
2020
pytest-mock==3.14.0
21-
pytest-randomly==3.15.0
21+
pytest-randomly==3.16.0
2222
sortedcontainers==2.4.0
23-
tomli==2.0.1
23+
tomli==2.2.1

0 commit comments

Comments
 (0)