Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements/analyzer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile analyzer.in
# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None analyzer.in
#
adlfs==2024.12.0
# via -r analyzer.in
Expand Down Expand Up @@ -35,13 +35,13 @@ azure-storage-blob==12.26.0
# via adlfs
babel==2.17.0
# via courlan
beautifulsoup4==4.13.5
beautifulsoup4==4.14.2
# via -r analyzer.in
blis==1.2.1
# via thinc
boto3==1.40.39
boto3==1.40.42
# via -r analyzer.in
botocore==1.40.39
botocore==1.40.42
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -78,7 +78,7 @@ confection==0.1.5
# weasel
courlan==1.3.2
# via trafilatura
cryptography==46.0.1
cryptography==46.0.2
# via
# azure-identity
# azure-storage-blob
Expand Down Expand Up @@ -163,7 +163,7 @@ langdetect==1.0.9
# via -r analyzer.in
language-data==1.3.0
# via langcodes
lxml[html-clean,html_clean]==5.4.0
lxml[html-clean]==5.4.0
# via
# -r analyzer.in
# htmldate
Expand All @@ -176,7 +176,7 @@ marisa-trie==1.3.1
# via language-data
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
Expand Down Expand Up @@ -253,7 +253,7 @@ nvidia-nvjitlink-cu12==12.8.93
# torch
nvidia-nvtx-cu12==12.8.90
# via torch
openai==1.109.1
openai==2.0.0
# via -r analyzer.in
packaging==25.0
# via
Expand Down
27 changes: 14 additions & 13 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile base.in
# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None base.in
#
aiohappyeyeballs==2.6.1
# via aiohttp
Expand All @@ -12,7 +12,7 @@ aiosignal==1.4.0
# via aiohttp
amqp==5.3.1
# via kombu
asgiref==3.9.1
asgiref==3.9.2
# via
# django
# django-allauth
Expand All @@ -24,19 +24,19 @@ async-timeout==5.0.1
# redis
attrs==25.3.0
# via aiohttp
billiard==4.2.1
billiard==4.2.2
# via celery
bleach==6.2.0
# via -r base.in
celery[redis]==5.5.0rc1
# via -r base.in
certifi==2025.8.3
# via requests
cffi==1.17.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# celery
# click-didyoumean
Expand All @@ -50,7 +50,7 @@ click-repl==0.3.0
# via celery
crispy-bootstrap4==2025.6
# via -r base.in
cryptography==45.0.6
cryptography==46.0.2
# via fido2
dj-stripe==2.8.4
# via -r base.in
Expand All @@ -67,9 +67,9 @@ django==5.2.6
# django-slack
# djangorestframework
# jsonfield
django-allauth[mfa]==65.11.0
django-allauth[mfa]==65.11.2
# via -r base.in
django-cors-headers==4.7.0
django-cors-headers==4.9.0
# via -r base.in
django-countries==7.6.1
# via -r base.in
Expand Down Expand Up @@ -121,13 +121,13 @@ packaging==25.0
# via kombu
pillow==11.3.0
# via -r base.in
prompt-toolkit==3.0.51
prompt-toolkit==3.0.52
# via click-repl
propcache==0.3.2
# via
# aiohttp
# yarl
pycparser==2.22
pycparser==2.23
# via cffi
pyjwt==2.10.1
# via
Expand All @@ -154,10 +154,11 @@ stripe==4.2.0
# via
# -r base.in
# dj-stripe
typing-extensions==4.14.1
typing-extensions==4.15.0
# via
# aiosignal
# asgiref
# cryptography
# django-countries
# multidict
tzdata==2025.2
Expand All @@ -177,11 +178,11 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.2.13
wcwidth==0.2.14
# via prompt-toolkit
webencodings==0.5.1
# via bleach
whitenoise==6.9.0
whitenoise==6.11.0
# via -r base.in
yarl==1.20.1
# via aiohttp
57 changes: 29 additions & 28 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile development.in
# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None development.in
#
aiohappyeyeballs==2.6.1
# via aiohttp
Expand All @@ -14,11 +14,11 @@ alabaster==0.7.16
# via sphinx
amqp==5.3.1
# via kombu
anyio==4.10.0
anyio==4.11.0
# via
# starlette
# watchfiles
asgiref==3.9.1
asgiref==3.9.2
# via
# django
# django-allauth
Expand All @@ -37,25 +37,25 @@ attrs==25.3.0
# requests-cache
babel==2.17.0
# via sphinx
beautifulsoup4==4.13.4
beautifulsoup4==4.14.2
# via -r testing.in
billiard==4.2.1
billiard==4.2.2
# via celery
bleach==6.2.0
# via -r base.in
cattrs==25.1.1
cattrs==25.2.0
# via requests-cache
celery[redis]==5.5.0rc1
# via -r base.in
certifi==2025.8.3
# via requests
cffi==1.17.1
cffi==2.0.0
# via cryptography
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# celery
# click-didyoumean
Expand All @@ -70,13 +70,13 @@ click-repl==0.3.0
# via celery
colorama==0.4.6
# via sphinx-autobuild
coverage==7.10.4
coverage==7.10.7
# via
# -r development.in
# django-coverage-plugin
crispy-bootstrap4==2025.6
# via -r base.in
cryptography==45.0.6
cryptography==46.0.2
# via fido2
decorator==5.2.1
# via
Expand All @@ -100,9 +100,9 @@ django==5.2.6
# django-slack
# djangorestframework
# jsonfield
django-allauth[mfa]==65.11.0
django-allauth[mfa]==65.11.2
# via -r base.in
django-cors-headers==4.7.0
django-cors-headers==4.9.0
# via -r base.in
django-countries==7.6.1
# via -r base.in
Expand All @@ -128,7 +128,7 @@ django-simple-history==3.10.1
# via -r base.in
django-slack==5.19.0
# via -r base.in
django-upgrade==1.25.0
django-upgrade==1.28.0
# via -r development.in
djangorestframework==3.16.1
# via -r base.in
Expand All @@ -144,7 +144,7 @@ exceptiongroup==1.3.0
# cattrs
# ipython
# pytest
executing==2.2.0
executing==2.2.1
# via stack-data
fido2==2.0.0
# via django-allauth
Expand All @@ -160,7 +160,7 @@ geoip2==5.1.0
# via -r base.in
h11==0.16.0
# via uvicorn
identify==2.6.13
identify==2.6.14
# via pre-commit
idna==3.10
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ jsonfield==3.2.0
# via -r base.in
kombu==5.5.4
# via celery
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
matplotlib-inline==0.1.7
# via ipython
Expand All @@ -206,13 +206,13 @@ packaging==25.0
# pytest
# sphinx
# tox
parso==0.8.4
parso==0.8.5
# via jedi
pexpect==4.9.0
# via ipython
pillow==11.3.0
# via -r base.in
platformdirs==4.3.8
platformdirs==4.4.0
# via
# requests-cache
# virtualenv
Expand All @@ -222,7 +222,7 @@ pluggy==1.6.0
# tox
pre-commit==4.3.0
# via -r development.in
prompt-toolkit==3.0.51
prompt-toolkit==3.0.52
# via
# click-repl
# ipython
Expand All @@ -236,7 +236,7 @@ pure-eval==0.2.3
# via stack-data
py==1.11.0
# via tox
pycparser==2.22
pycparser==2.23
# via cffi
pygments==2.19.2
# via
Expand All @@ -247,7 +247,7 @@ pyjwt==2.10.1
# via
# -r base.in
# redis
pytest==8.4.1
pytest==8.4.2
# via
# -r development.in
# pytest-django
Expand All @@ -257,7 +257,7 @@ python-dateutil==2.9.0.post0
# via celery
pytz==2025.2
# via -r base.in
pyyaml==6.0.2
pyyaml==6.0.3
# via
# pre-commit
# responses
Expand Down Expand Up @@ -288,7 +288,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.7
soupsieve==2.8
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down Expand Up @@ -323,7 +323,7 @@ sqlparse==0.5.3
# django-debug-toolbar
stack-data==0.6.3
# via ipython
starlette==0.47.2
starlette==0.48.0
# via sphinx-autobuild
stripe==4.2.0
# via
Expand All @@ -342,13 +342,14 @@ traitlets==5.14.3
# via
# ipython
# matplotlib-inline
typing-extensions==4.14.1
typing-extensions==4.15.0
# via
# aiosignal
# anyio
# asgiref
# beautifulsoup4
# cattrs
# cryptography
# django-countries
# exceptiongroup
# ipython
Expand All @@ -374,7 +375,7 @@ user-agents==2.2.0
# via -r base.in
uuid-utils==0.11.0
# via -r base.in
uvicorn==0.35.0
uvicorn==0.37.0
# via sphinx-autobuild
vine==5.1.0
# via
Expand All @@ -387,13 +388,13 @@ virtualenv==20.34.0
# tox
watchfiles==1.1.0
# via sphinx-autobuild
wcwidth==0.2.13
wcwidth==0.2.14
# via prompt-toolkit
webencodings==0.5.1
# via bleach
websockets==15.0.1
# via sphinx-autobuild
whitenoise==6.9.0
whitenoise==6.11.0
# via -r base.in
yarl==1.20.1
# via aiohttp
Loading