From 5f4db270ded3aa9e261195dd4ac93f4f128f78e1 Mon Sep 17 00:00:00 2001 From: ericholscher <25510+ericholscher@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:31:41 +0000 Subject: [PATCH] Dependencies: all packages updated via pip-tools --- requirements/analyzer.txt | 16 +++++----- requirements/base.txt | 27 +++++++++-------- requirements/development.txt | 57 ++++++++++++++++++------------------ requirements/production.txt | 35 +++++++++++----------- requirements/testing.txt | 10 +++---- 5 files changed, 74 insertions(+), 71 deletions(-) diff --git a/requirements/analyzer.txt b/requirements/analyzer.txt index 7b2ac890..1122d6ac 100644 --- a/requirements/analyzer.txt +++ b/requirements/analyzer.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/base.txt b/requirements/base.txt index aada5345..2952bd2a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 @@ -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 @@ -24,7 +24,7 @@ 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 @@ -32,11 +32,11 @@ 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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/development.txt b/requirements/development.txt index 362f6b3b..c995a8ae 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/production.txt b/requirements/production.txt index bedc74b7..192cd42d 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile production.in +# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None production.in # aiohappyeyeballs==2.6.1 # via aiohttp @@ -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 @@ -24,13 +24,13 @@ async-timeout==5.0.1 # redis attrs==25.3.0 # via aiohttp -azure-core==1.35.0 +azure-core==1.35.1 # via # azure-storage-blob # django-storages azure-storage-blob==12.26.0 # via django-storages -billiard==4.2.1 +billiard==4.2.2 # via celery bleach==6.2.0 # via -r base.in @@ -40,11 +40,11 @@ certifi==2025.8.3 # via # requests # sentry-sdk -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 @@ -58,7 +58,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 # azure-storage-blob # fido2 @@ -80,11 +80,11 @@ django==5.2.6 # django-storages # djangorestframework # jsonfield -django-allauth[mfa]==65.11.0 +django-allauth[mfa]==65.11.2 # via -r base.in -django-anymail==13.0.1 +django-anymail==13.1 # via -r production.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 @@ -140,7 +140,7 @@ multidict==6.6.4 # via # aiohttp # yarl -newrelic==10.16.0 +newrelic==11.0.0 # via -r production.in packaging==25.0 # via @@ -148,7 +148,7 @@ packaging==25.0 # 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 @@ -156,7 +156,7 @@ propcache==0.3.2 # yarl psycopg2-binary==2.9.10 # via -r production.in -pycparser==2.22 +pycparser==2.23 # via cffi pyjwt==2.10.1 # via @@ -179,7 +179,7 @@ requests==2.32.5 # django-slack # geoip2 # stripe -sentry-sdk==2.35.0 +sentry-sdk==2.39.0 # via -r production.in six==1.17.0 # via @@ -191,12 +191,13 @@ stripe==4.2.0 # via # -r base.in # dj-stripe -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # aiosignal # asgiref # azure-core # azure-storage-blob + # cryptography # django-countries # multidict tzdata==2025.2 @@ -219,11 +220,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 diff --git a/requirements/testing.txt b/requirements/testing.txt index 9a9c91e0..845358de 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,9 +2,9 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile testing.in +# pip-compile --cert=None --client-cert=None --index-url=None --pip-args=None testing.in # -beautifulsoup4==4.13.4 +beautifulsoup4==4.14.2 # via -r testing.in distlib==0.4.0 # via virtualenv @@ -14,7 +14,7 @@ filelock==3.19.1 # virtualenv packaging==25.0 # via tox -platformdirs==4.3.8 +platformdirs==4.4.0 # via virtualenv pluggy==1.6.0 # via tox @@ -22,13 +22,13 @@ py==1.11.0 # via tox six==1.17.0 # via tox -soupsieve==2.7 +soupsieve==2.8 # via beautifulsoup4 tomli==2.2.1 # via tox tox==3.28.0 # via -r testing.in -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # beautifulsoup4 # virtualenv