Skip to content

Commit

Permalink
Merge branch 'main' into zachg/make_baggage_extraction_wsgi_compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
ZStriker19 authored Jan 6, 2025
2 parents 892efba + 148da15 commit d9e3240
Show file tree
Hide file tree
Showing 109 changed files with 1,467 additions and 957 deletions.
74 changes: 74 additions & 0 deletions .riot/requirements/105b4fa.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/105b4fa.in
#
arrow==1.3.0
asgiref==3.8.1
attrs==24.3.0
autobahn==24.4.2
automat==24.8.1
bcrypt==4.2.1
blessed==1.20.0
certifi==2024.12.14
cffi==1.17.1
channels==4.2.0
charset-normalizer==3.4.0
constantly==23.10.4
coverage[toml]==7.6.9
cryptography==44.0.0
daphne==4.1.2
django==4.2.17
django-configurations==2.5.1
django-picklefield==3.2
django-pylibmc==0.6.1
django-q==1.3.6
django-redis==4.5.0
hyperlink==21.0.0
hypothesis==6.45.0
idna==3.10
incremental==24.7.2
iniconfig==2.0.0
isodate==0.7.2
lxml==5.3.0
mock==5.1.0
opentracing==2.4.0
packaging==24.2
platformdirs==4.3.6
pluggy==1.5.0
psycopg==3.2.3
psycopg2-binary==2.9.10
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22
pylibmc==1.6.3
pyopenssl==24.3.0
pytest==8.3.4
pytest-cov==6.0.0
pytest-django[testing]==3.10.0
pytest-mock==3.14.0
pytest-randomly==3.16.0
python-dateutil==2.9.0.post0
python-memcached==1.62
pytz==2024.2
redis==2.10.6
requests==2.32.3
requests-file==2.1.0
requests-toolbelt==1.0.0
service-identity==24.2.0
six==1.17.0
sortedcontainers==2.4.0
spyne==2.14.0
sqlparse==0.5.3
twisted[tls]==24.11.0
txaio==23.1.1
types-python-dateutil==2.9.0.20241206
typing-extensions==4.12.2
urllib3==2.3.0
wcwidth==0.2.13
zeep==4.3.1
zope-interface==7.2

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0
26 changes: 13 additions & 13 deletions .riot/requirements/108f9cf.txt → .riot/requirements/1069d71.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,37 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/108f9cf.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1069d71.in
#
aiofiles==24.1.0
anyio==4.6.2.post1
attrs==24.2.0
certifi==2024.8.30
anyio==4.7.0
attrs==24.3.0
certifi==2024.12.14
charset-normalizer==3.4.0
coverage[toml]==7.6.3
coverage[toml]==7.6.9
exceptiongroup==1.2.2
fastapi==0.90.1
h11==0.14.0
httpcore==1.0.6
httpcore==1.0.7
httpx==0.27.2
hypothesis==6.45.0
idna==3.10
iniconfig==2.0.0
mock==5.1.0
opentracing==2.4.0
packaging==24.1
packaging==24.2
pluggy==1.5.0
pydantic==1.10.18
pytest==8.3.3
pydantic==1.10.19
pytest==8.3.4
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
python-multipart==0.0.12
pytest-randomly==3.16.0
python-multipart==0.0.20
requests==2.32.3
sniffio==1.3.1
sortedcontainers==2.4.0
starlette==0.23.1
tomli==2.0.2
tomli==2.2.1
typing-extensions==4.12.2
urllib3==2.2.3
27 changes: 27 additions & 0 deletions .riot/requirements/1078c3b.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1078c3b.in
#
attrs==24.3.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
greenlet==3.0.3
hypothesis==6.45.0
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
mysql-connector-python==9.0.0
opentracing==2.4.0
packaging==24.2
pluggy==1.5.0
psycopg2-binary==2.9.10
pytest==8.3.4
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
sqlalchemy==1.3.24
tomli==2.2.1
zipp==3.20.2
24 changes: 12 additions & 12 deletions .riot/requirements/41b3223.txt → .riot/requirements/108d1af.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,41 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/41b3223.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/108d1af.in
#
aiofiles==24.1.0
annotated-types==0.7.0
anyio==4.5.2
attrs==24.2.0
certifi==2024.8.30
attrs==24.3.0
certifi==2024.12.14
charset-normalizer==3.4.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
fastapi==0.115.2
fastapi==0.115.6
h11==0.14.0
httpcore==1.0.6
httpcore==1.0.7
httpx==0.27.2
hypothesis==6.45.0
idna==3.10
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
opentracing==2.4.0
packaging==24.1
packaging==24.2
pluggy==1.5.0
pydantic==2.9.2
pydantic-core==2.23.4
pytest==8.3.3
pydantic==2.10.3
pydantic-core==2.27.1
pytest==8.3.4
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
python-multipart==0.0.12
python-multipart==0.0.20
requests==2.32.3
sniffio==1.3.1
sortedcontainers==2.4.0
starlette==0.40.0
tomli==2.0.2
starlette==0.41.3
tomli==2.2.1
typing-extensions==4.12.2
urllib3==2.2.3
zipp==3.20.2
22 changes: 0 additions & 22 deletions .riot/requirements/109311c.txt

This file was deleted.

3 changes: 1 addition & 2 deletions .riot/requirements/10f3c55.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ channels==4.2.0
charset-normalizer==3.4.0
constantly==23.10.4
coverage[toml]==7.6.9
cryptography==43.0.3
cryptography==44.0.0
daphne==4.1.2
django==4.2.17
django-configurations==2.5.1
Expand All @@ -39,7 +39,6 @@ opentracing==2.4.0
packaging==24.2
platformdirs==4.3.6
pluggy==1.5.0
psycopg==3.2.3
psycopg2-binary==2.9.10
pyasn1==0.6.1
pyasn1-modules==0.4.1
Expand Down
22 changes: 11 additions & 11 deletions .riot/requirements/13f7667.txt → .riot/requirements/11b0a50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13f7667.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/11b0a50.in
#
aiofiles==24.1.0
anyio==3.7.1
attrs==24.2.0
certifi==2024.8.30
attrs==24.3.0
certifi==2024.12.14
charset-normalizer==3.4.0
coverage[toml]==7.6.3
coverage[toml]==7.6.9
fastapi==0.86.0
h11==0.14.0
httpcore==1.0.6
httpcore==1.0.7
httpx==0.27.2
hypothesis==6.45.0
idna==3.10
iniconfig==2.0.0
mock==5.1.0
opentracing==2.4.0
packaging==24.1
packaging==24.2
pluggy==1.5.0
pydantic==1.10.18
pytest==8.3.3
pydantic==1.10.19
pytest==8.3.4
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
python-multipart==0.0.12
pytest-randomly==3.16.0
python-multipart==0.0.20
requests==2.32.3
sniffio==1.3.1
sortedcontainers==2.4.0
Expand Down
20 changes: 0 additions & 20 deletions .riot/requirements/1231d9a.txt

This file was deleted.

27 changes: 27 additions & 0 deletions .riot/requirements/134deb1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/134deb1.in
#
attrs==24.3.0
coverage[toml]==7.6.9
exceptiongroup==1.2.2
greenlet==3.0.3
hypothesis==6.45.0
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
mysql-connector-python==9.1.0
opentracing==2.4.0
packaging==24.2
pluggy==1.5.0
psycopg2-binary==2.9.10
pytest==8.3.4
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-randomly==3.16.0
sortedcontainers==2.4.0
sqlalchemy==1.3.24
tomli==2.2.1
zipp==3.21.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/1b7df87.in
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/137d3ed.in
#
aiofiles==23.2.1
anyio==3.7.1
attrs==24.2.0
certifi==2024.8.30
certifi==2024.12.14
charset-normalizer==3.4.0
coverage[toml]==7.2.7
exceptiongroup==1.2.2
Expand All @@ -23,7 +23,7 @@ mock==5.1.0
opentracing==2.4.0
packaging==24.0
pluggy==1.2.0
pydantic==1.10.18
pydantic==1.10.19
pytest==7.4.4
pytest-asyncio==0.21.1
pytest-cov==4.1.0
Expand Down
26 changes: 26 additions & 0 deletions .riot/requirements/1384411.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1384411.in
#
attrs==24.3.0
coverage[toml]==7.6.9
exceptiongroup==1.2.2
greenlet==3.0.3
hypothesis==6.45.0
iniconfig==2.0.0
mock==5.1.0
mysql-connector-python==9.1.0
opentracing==2.4.0
packaging==24.2
pluggy==1.5.0
psycopg2-binary==2.9.10
pytest==8.3.4
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-randomly==3.16.0
sortedcontainers==2.4.0
sqlalchemy==2.0.36
tomli==2.2.1
typing-extensions==4.12.2
Loading

0 comments on commit d9e3240

Please sign in to comment.