From c31b802a875b5656248aa6fbc5dce1c14efe4df8 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 24 Nov 2024 19:18:42 -0500 Subject: [PATCH] chore: Upgrade Python requirements --- requirements/ci.txt | 12 ++++++------ requirements/pip-tools.txt | 2 +- requirements/pip.txt | 4 ++-- requirements/quality.txt | 10 +++++----- requirements/test.txt | 12 ++++++------ 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index f4c572b..1783a12 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -29,11 +29,11 @@ binaryornot==0.4.4 # via # -r requirements/test.txt # cookiecutter -boto3==1.35.63 +boto3==1.35.68 # via # -r requirements/test.txt # fs-s3fs -botocore==1.35.63 +botocore==1.35.68 # via # -r requirements/test.txt # boto3 @@ -71,7 +71,7 @@ click-log==0.4.0 # via # -r requirements/test.txt # edx-lint -code-annotations==1.8.1 +code-annotations==1.8.2 # via # -r requirements/test.txt # edx-lint @@ -83,7 +83,7 @@ cookiecutter==2.6.0 # via # -r requirements/test.txt # xblock-sdk -coverage[toml]==7.6.7 +coverage[toml]==7.6.8 # via # -r requirements/test.txt # coveralls @@ -329,7 +329,7 @@ rich==13.9.4 # -r requirements/test.txt # cookiecutter # twine -s3transfer==0.10.3 +s3transfer==0.10.4 # via # -r requirements/test.txt # boto3 @@ -353,7 +353,7 @@ sqlparse==0.5.2 # via # -r requirements/test.txt # django -stevedore==5.3.0 +stevedore==5.4.0 # via # -r requirements/test.txt # code-annotations diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index dc539c5..8308278 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -wheel==0.45.0 +wheel==0.45.1 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 52cd319..908f78f 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,7 +4,7 @@ # # make upgrade # -wheel==0.45.0 +wheel==0.45.1 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: @@ -12,5 +12,5 @@ pip==24.2 # via # -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt # -r requirements/pip.in -setuptools==75.5.0 +setuptools==75.6.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index 6058119..4fd9cab 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -20,9 +20,9 @@ astroid==3.3.5 # pylint-celery binaryornot==0.4.4 # via cookiecutter -boto3==1.35.63 +boto3==1.35.68 # via fs-s3fs -botocore==1.35.63 +botocore==1.35.68 # via # boto3 # s3transfer @@ -40,7 +40,7 @@ click==8.1.7 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==1.8.1 +code-annotations==1.8.2 # via edx-lint cookiecutter==2.6.0 # via xblock-sdk @@ -146,7 +146,7 @@ requests==2.32.3 # xblock-sdk rich==13.9.4 # via cookiecutter -s3transfer==0.10.3 +s3transfer==0.10.4 # via boto3 simplejson==3.19.3 # via @@ -164,7 +164,7 @@ sqlparse==0.5.2 # via # -r requirements/base.txt # django -stevedore==5.3.0 +stevedore==5.4.0 # via code-annotations text-unidecode==1.3 # via python-slugify diff --git a/requirements/test.txt b/requirements/test.txt index 3e9c48b..5c37bc1 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -22,9 +22,9 @@ backports-tarfile==1.2.0 # via jaraco-context binaryornot==0.4.4 # via cookiecutter -boto3==1.35.63 +boto3==1.35.68 # via fs-s3fs -botocore==1.35.63 +botocore==1.35.68 # via # boto3 # s3transfer @@ -44,11 +44,11 @@ click==8.1.7 # edx-lint click-log==0.4.0 # via edx-lint -code-annotations==1.8.1 +code-annotations==1.8.2 # via edx-lint cookiecutter==2.6.0 # via xblock-sdk -coverage[toml]==7.6.7 +coverage[toml]==7.6.8 # via coveralls coveralls==4.0.1 # via -r requirements/test.in @@ -203,7 +203,7 @@ rich==13.9.4 # via # cookiecutter # twine -s3transfer==0.10.3 +s3transfer==0.10.4 # via boto3 secretstorage==3.3.3 # via keyring @@ -223,7 +223,7 @@ sqlparse==0.5.2 # via # -r requirements/base.txt # django -stevedore==5.3.0 +stevedore==5.4.0 # via code-annotations text-unidecode==1.3 # via python-slugify