From 69afe87045d818eb95222e2772561d77ac86745d Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Sun, 22 Dec 2024 23:58:51 -0500 Subject: [PATCH] chore: Upgrade Python requirements (#806) --- requirements/dev.txt | 14 +++++++------- requirements/django.txt | 4 ++-- requirements/doc.txt | 8 ++++---- requirements/pip-tools.txt | 2 +- requirements/test.txt | 14 +++++++------- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 23a627acb..486d3e987 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,20 +12,20 @@ asgiref==3.8.1 # via # -r requirements/test.txt # django -astroid==3.3.6 +astroid==3.3.7 # via # -r requirements/test.txt # pylint # pylint-celery -attrs==24.2.0 +attrs==24.3.0 # via # -r requirements/test.txt # hypothesis -boto3==1.35.81 +boto3==1.35.86 # via # -r requirements/test.txt # fs-s3fs -botocore==1.35.81 +botocore==1.35.86 # via # -r requirements/test.txt # boto3 @@ -45,7 +45,7 @@ chardet==5.2.0 # -r requirements/test.txt # diff-cover # tox -click==8.1.7 +click==8.1.8 # via # -r requirements/pip-tools.txt # -r requirements/test.txt @@ -112,7 +112,7 @@ fs-s3fs==1.1.1 # via # -r requirements/test.txt # openedx-django-pyfs -hypothesis==6.122.3 +hypothesis==6.122.6 # via -r requirements/test.txt iniconfig==2.0.0 # via @@ -122,7 +122,7 @@ isort==5.13.2 # via # -r requirements/test.txt # pylint -jinja2==3.1.4 +jinja2==3.1.5 # via # -r requirements/test.txt # code-annotations diff --git a/requirements/django.txt b/requirements/django.txt index ca0cae08f..14466a07a 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -10,9 +10,9 @@ appdirs==1.4.4 # fs asgiref==3.8.1 # via django -boto3==1.35.81 +boto3==1.35.86 # via fs-s3fs -botocore==1.35.81 +botocore==1.35.86 # via # boto3 # s3transfer diff --git a/requirements/doc.txt b/requirements/doc.txt index f21f94eed..065d6d6fa 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -22,11 +22,11 @@ babel==2.16.0 # sphinx beautifulsoup4==4.12.3 # via pydata-sphinx-theme -boto3==1.35.81 +boto3==1.35.86 # via # -r requirements/django.txt # fs-s3fs -botocore==1.35.81 +botocore==1.35.86 # via # -r requirements/django.txt # boto3 @@ -63,7 +63,7 @@ idna==3.10 # via requests imagesize==1.4.1 # via sphinx -jinja2==3.1.4 +jinja2==3.1.5 # via sphinx jmespath==1.0.1 # via @@ -91,7 +91,7 @@ pbr==6.1.0 # via # -r requirements/django.txt # stevedore -pydata-sphinx-theme==0.16.0 +pydata-sphinx-theme==0.16.1 # via sphinx-book-theme pygments==2.18.0 # via diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 830827822..5461e4357 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -6,7 +6,7 @@ # build==1.2.2.post1 # via pip-tools -click==8.1.7 +click==8.1.8 # via pip-tools packaging==24.2 # via build diff --git a/requirements/test.txt b/requirements/test.txt index 9563be9fa..2841a9f53 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -12,18 +12,18 @@ asgiref==3.8.1 # via # -r requirements/django.txt # django -astroid==3.3.6 +astroid==3.3.7 # via # -r requirements/test.in # pylint # pylint-celery -attrs==24.2.0 +attrs==24.3.0 # via hypothesis -boto3==1.35.81 +boto3==1.35.86 # via # -r requirements/django.txt # fs-s3fs -botocore==1.35.81 +botocore==1.35.86 # via # -r requirements/django.txt # boto3 @@ -34,7 +34,7 @@ chardet==5.2.0 # via # diff-cover # tox -click==8.1.7 +click==8.1.8 # via # click-log # code-annotations @@ -82,13 +82,13 @@ fs-s3fs==1.1.1 # via # -r requirements/django.txt # openedx-django-pyfs -hypothesis==6.122.3 +hypothesis==6.122.6 # via -r requirements/test.in iniconfig==2.0.0 # via pytest isort==5.13.2 # via pylint -jinja2==3.1.4 +jinja2==3.1.5 # via # code-annotations # diff-cover