From ba64759192bb5e9c17a7cd32f1e9df0249658049 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sat, 4 May 2024 20:10:18 -0400 Subject: [PATCH] chore: Updating Python Requirements --- requirements/ci.txt | 6 +++--- requirements/dev.txt | 17 ++++++++--------- requirements/django.txt | 4 ++-- requirements/doc.txt | 6 +++--- requirements/pip-tools.txt | 3 +-- requirements/test.txt | 14 +++++++------- 6 files changed, 24 insertions(+), 26 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index 4530829f4..dd2bd2cd2 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -10,11 +10,11 @@ chardet==5.2.0 # via tox colorama==0.4.6 # via tox -coverage==7.5.0 +coverage==7.5.1 # via -r requirements/ci.in distlib==0.3.8 # via virtualenv -filelock==3.13.4 +filelock==3.14.0 # via # tox # virtualenv @@ -36,5 +36,5 @@ tomli==2.0.1 # tox tox==4.15.0 # via -r requirements/ci.in -virtualenv==20.26.0 +virtualenv==20.26.1 # via tox diff --git a/requirements/dev.txt b/requirements/dev.txt index 685c4e5da..575383b43 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9" # via # -r requirements/test.txt # django -boto3==1.34.93 +boto3==1.34.98 # via # -r requirements/test.txt # fs-s3fs -botocore==1.34.93 +botocore==1.34.98 # via # -r requirements/test.txt # boto3 @@ -69,7 +69,7 @@ colorama==0.4.6 # -r requirements/ci.txt # -r requirements/test.txt # tox -coverage[toml]==7.5.0 +coverage[toml]==7.5.1 # via # -r requirements/ci.txt # -r requirements/test.txt @@ -107,7 +107,7 @@ exceptiongroup==1.2.1 # -r requirements/test.txt # hypothesis # pytest -filelock==3.13.4 +filelock==3.14.0 # via # -r requirements/ci.txt # -r requirements/test.txt @@ -122,7 +122,7 @@ fs-s3fs==1.1.1 # via # -r requirements/test.txt # openedx-django-pyfs -hypothesis==6.100.1 +hypothesis==6.100.4 # via -r requirements/test.txt importlib-metadata==6.11.0 # via @@ -214,7 +214,7 @@ pluggy==1.5.0 # tox pycodestyle==2.11.1 # via -r requirements/test.txt -pygments==2.17.2 +pygments==2.18.0 # via # -r requirements/test.txt # diff-cover @@ -247,7 +247,7 @@ pyproject-api==1.6.1 # -r requirements/ci.txt # -r requirements/test.txt # tox -pyproject-hooks==1.0.0 +pyproject-hooks==1.1.0 # via # -r requirements/pip-tools.txt # build @@ -315,7 +315,6 @@ tomli==2.0.1 # pip-tools # pylint # pyproject-api - # pyproject-hooks # pytest # tox tomlkit==0.12.4 @@ -343,7 +342,7 @@ urllib3==1.26.18 # via # -r requirements/test.txt # botocore -virtualenv==20.26.0 +virtualenv==20.26.1 # via # -r requirements/ci.txt # -r requirements/test.txt diff --git a/requirements/django.txt b/requirements/django.txt index 2109ccc92..29bf77716 100644 --- a/requirements/django.txt +++ b/requirements/django.txt @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9" # via # -r requirements/django.in # django -boto3==1.34.93 +boto3==1.34.98 # via fs-s3fs -botocore==1.34.93 +botocore==1.34.98 # via # boto3 # s3transfer diff --git a/requirements/doc.txt b/requirements/doc.txt index 6c13476a7..91fbda836 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -26,11 +26,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9" # django beautifulsoup4==4.12.3 # via pydata-sphinx-theme -boto3==1.34.93 +boto3==1.34.98 # via # -r requirements/django.txt # fs-s3fs -botocore==1.34.93 +botocore==1.34.98 # via # -r requirements/django.txt # boto3 @@ -103,7 +103,7 @@ pbr==6.0.0 # stevedore pydata-sphinx-theme==0.14.4 # via sphinx-book-theme -pygments==2.17.2 +pygments==2.18.0 # via # accessible-pygments # pydata-sphinx-theme diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 748bf44e6..3f056281e 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -16,7 +16,7 @@ packaging==24.0 # via build pip-tools==7.4.1 # via -r requirements/pip-tools.in -pyproject-hooks==1.0.0 +pyproject-hooks==1.1.0 # via # build # pip-tools @@ -24,7 +24,6 @@ tomli==2.0.1 # via # build # pip-tools - # pyproject-hooks wheel==0.43.0 # via pip-tools zipp==3.18.1 diff --git a/requirements/test.txt b/requirements/test.txt index 4ba5c291a..0a2fcba6f 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -23,11 +23,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9" # via # -r requirements/django.txt # django -boto3==1.34.93 +boto3==1.34.98 # via # -r requirements/django.txt # fs-s3fs -botocore==1.34.93 +botocore==1.34.98 # via # -r requirements/django.txt # boto3 @@ -47,7 +47,7 @@ code-annotations==1.8.0 # via edx-lint colorama==0.4.6 # via tox -coverage[toml]==7.5.0 +coverage[toml]==7.5.1 # via # -r requirements/test.in # pytest-cov @@ -77,7 +77,7 @@ exceptiongroup==1.2.1 # via # hypothesis # pytest -filelock==3.13.4 +filelock==3.14.0 # via # tox # virtualenv @@ -90,7 +90,7 @@ fs-s3fs==1.1.1 # via # -r requirements/django.txt # openedx-django-pyfs -hypothesis==6.100.1 +hypothesis==6.100.4 # via -r requirements/test.in importlib-metadata==6.11.0 # via @@ -156,7 +156,7 @@ pluggy==1.5.0 # tox pycodestyle==2.11.1 # via -r requirements/test.in -pygments==2.17.2 +pygments==2.18.0 # via diff-cover pylint==3.1.0 # via @@ -252,7 +252,7 @@ urllib3==1.26.18 # via # -r requirements/django.txt # botocore -virtualenv==20.26.0 +virtualenv==20.26.1 # via tox web-fragments==2.2.0 # via -r requirements/django.txt