diff --git a/requirements/deploy.txt b/requirements/deploy.txt index d30f3515a0c..a0b3c4b00bd 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -29,11 +29,11 @@ billiard==4.2.4 # via # -r requirements/pip.txt # celery -boto3==1.42.63 +boto3==1.42.68 # via # -r requirements/pip.txt # django-storages -botocore==1.42.63 +botocore==1.42.68 # via # -r requirements/pip.txt # boto3 @@ -213,7 +213,7 @@ fido2==2.1.1 # via # -r requirements/pip.txt # django-allauth -filelock==3.25.0 +filelock==3.25.2 # via # -r requirements/pip.txt # python-discovery @@ -260,7 +260,7 @@ markdown==3.10.2 # via -r requirements/pip.txt matplotlib-inline==0.2.1 # via ipython -newrelic==11.5.0 +newrelic==12.0.0 # via -r requirements/deploy.in oauthlib==3.3.1 # via @@ -324,7 +324,7 @@ pygments==2.19.2 # -r requirements/pip.txt # ipython # ipython-pygments-lexers -pyjwt[crypto]==2.11.0 +pyjwt[crypto]==2.12.1 # via # -r requirements/pip.txt # django-allauth @@ -345,7 +345,7 @@ python-dateutil==2.9.0.post0 # botocore # celery # elasticsearch -python-discovery==1.1.1 +python-discovery==1.1.3 # via # -r requirements/pip.txt # virtualenv @@ -490,7 +490,7 @@ vine==5.1.0 # amqp # celery # kombu -virtualenv==21.1.0 +virtualenv==21.2.0 # via -r requirements/pip.txt wcwidth==0.6.0 # via diff --git a/requirements/docker.txt b/requirements/docker.txt index 0da172081d2..b9030b624bc 100644 --- a/requirements/docker.txt +++ b/requirements/docker.txt @@ -29,18 +29,18 @@ billiard==4.2.4 # via # -r requirements/pip.txt # celery -boto3==1.42.63 +boto3==1.42.68 # via # -r requirements/pip.txt # django-storages -botocore==1.42.63 +botocore==1.42.68 # via # -r requirements/pip.txt # boto3 # s3transfer bumpver==2025.1131 # via -r requirements/pip.txt -cachetools==7.0.3 +cachetools==7.0.5 # via tox celery==5.6.2 # via @@ -221,7 +221,7 @@ fido2==2.1.1 # via # -r requirements/pip.txt # django-allauth -filelock==3.25.0 +filelock==3.25.2 # via # -r requirements/pip.txt # python-discovery @@ -346,7 +346,7 @@ pygments==2.19.2 # ipython-pygments-lexers # pdbpp # rich -pyjwt[crypto]==2.11.0 +pyjwt[crypto]==2.12.1 # via # -r requirements/pip.txt # django-allauth @@ -371,7 +371,7 @@ python-dateutil==2.9.0.post0 # botocore # celery # elasticsearch -python-discovery==1.1.1 +python-discovery==1.1.3 # via # -r requirements/pip.txt # virtualenv @@ -454,7 +454,7 @@ toml==0.10.2 # bumpver tomli-w==1.2.0 # via tox -tox==4.49.0 +tox==4.49.1 # via -r requirements/docker.in traitlets==5.14.3 # via @@ -516,7 +516,7 @@ vine==5.1.0 # amqp # celery # kombu -virtualenv==21.1.0 +virtualenv==21.2.0 # via # -r requirements/pip.txt # tox diff --git a/requirements/docs.txt b/requirements/docs.txt index dd36a3e3dcc..2530240e94a 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -37,7 +37,7 @@ docutils==0.21.2 # sphinx-prompt # sphinx-rtd-theme # sphinx-tabs -fonttools==4.61.1 +fonttools==4.62.1 # via matplotlib h11==0.16.0 # via uvicorn @@ -53,7 +53,7 @@ jinja2==3.1.6 # myst-parser # sphinx # sphinx-prompt -kiwisolver==1.4.9 +kiwisolver==1.5.0 # via matplotlib markdown-it-py==4.0.0 # via @@ -69,7 +69,7 @@ mdurl==0.1.2 # via markdown-it-py myst-parser==5.0.0 # via -r requirements/docs.in -numpy==2.4.2 +numpy==2.4.3 # via # contourpy # matplotlib diff --git a/requirements/pip.txt b/requirements/pip.txt index 4b45dea934b..c0bb7e83e7b 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -18,9 +18,9 @@ asgiref==3.11.1 # django-structlog billiard==4.2.4 # via celery -boto3==1.42.63 +boto3==1.42.68 # via django-storages -botocore==1.42.63 +botocore==1.42.68 # via # boto3 # s3transfer @@ -166,7 +166,7 @@ elasticsearch==9.3.0 # django-elasticsearch-dsl fido2==2.1.1 # via django-allauth -filelock==3.25.0 +filelock==3.25.2 # via # python-discovery # virtualenv @@ -234,7 +234,7 @@ pygithub==2.8.1 # via -r requirements/pip.in pygments==2.19.2 # via -r requirements/pip.in -pyjwt[crypto]==2.11.0 +pyjwt[crypto]==2.12.1 # via # django-allauth # pygithub @@ -250,7 +250,7 @@ python-dateutil==2.9.0.post0 # botocore # celery # elasticsearch -python-discovery==1.1.1 +python-discovery==1.1.3 # via virtualenv python-ipware==3.0.0 # via django-ipware @@ -354,7 +354,7 @@ vine==5.1.0 # amqp # celery # kombu -virtualenv==21.1.0 +virtualenv==21.2.0 # via -r requirements/pip.in wcwidth==0.6.0 # via prompt-toolkit diff --git a/requirements/testing.txt b/requirements/testing.txt index 09a2ba9758a..0407b36bfe2 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -31,11 +31,11 @@ billiard==4.2.4 # via # -r requirements/pip.txt # celery -boto3==1.42.63 +boto3==1.42.68 # via # -r requirements/pip.txt # django-storages -botocore==1.42.63 +botocore==1.42.68 # via # -r requirements/pip.txt # boto3 @@ -218,7 +218,7 @@ fido2==2.1.1 # via # -r requirements/pip.txt # django-allauth -filelock==3.25.0 +filelock==3.25.2 # via # -r requirements/pip.txt # python-discovery @@ -324,7 +324,7 @@ pygments==2.19.2 # -r requirements/pip.txt # pytest # sphinx -pyjwt[crypto]==2.11.0 +pyjwt[crypto]==2.12.1 # via # -r requirements/pip.txt # django-allauth @@ -360,7 +360,7 @@ python-dateutil==2.9.0.post0 # botocore # celery # elasticsearch -python-discovery==1.1.1 +python-discovery==1.1.3 # via # -r requirements/pip.txt # virtualenv @@ -515,7 +515,7 @@ vine==5.1.0 # amqp # celery # kombu -virtualenv==21.1.0 +virtualenv==21.2.0 # via -r requirements/pip.txt wcwidth==0.6.0 # via