From 1416b9fa705567e71680631ebfc85fd48851f268 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Thu, 4 Jul 2024 07:47:38 -0400 Subject: [PATCH] chore: Upgrade Python requirements (#304) * chore: Upgrade Python requirements * chore: bump version to 4.6.6 --- completion/__init__.py | 2 +- requirements/base.txt | 2 +- requirements/dev.txt | 10 +++++----- requirements/doc.txt | 2 +- requirements/pip.txt | 4 ++-- requirements/quality.txt | 10 +++++----- requirements/test.txt | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/completion/__init__.py b/completion/__init__.py index 0e2efad..4979a2f 100644 --- a/completion/__init__.py +++ b/completion/__init__.py @@ -3,4 +3,4 @@ """ -__version__ = '4.6.5' +__version__ = '4.6.6' diff --git a/requirements/base.txt b/requirements/base.txt index b64583c..23b4fb5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -206,7 +206,7 @@ xblock==4.0.1 # via -r requirements/base.in # The following packages are considered to be unsafe in a requirements file: -setuptools==70.1.1 +setuptools==70.2.0 # via # -r requirements/base.in # fs diff --git a/requirements/dev.txt b/requirements/dev.txt index 9683e4a..9de4488 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -78,7 +78,7 @@ cryptography==42.0.8 # secretstorage ddt==1.7.2 # via -r requirements/test.in -diff-cover==9.0.0 +diff-cover==9.1.0 # via -r requirements/dev.in dill==0.3.8 # via pylint @@ -151,7 +151,7 @@ exceptiongroup==1.2.1 # via pytest factory-boy==3.3.0 # via -r requirements/test.in -faker==25.9.1 +faker==26.0.0 # via factory-boy fastavro==1.9.4 # via openedx-events @@ -241,7 +241,7 @@ pbr==6.0.0 # via stevedore pip-tools==7.4.1 # via -r requirements/dev.in -pkginfo==1.11.1 +pkginfo==1.10.0 # via twine platformdirs==4.2.2 # via @@ -274,7 +274,7 @@ pyjwt[crypto]==2.8.0 # via # drf-jwt # edx-drf-extensions -pylint==3.2.3 +pylint==3.2.5 # via # edx-lint # pylint-celery @@ -376,7 +376,7 @@ tomlkit==0.12.5 # via pylint tox==4.15.1 # via -r requirements/dev.in -twine==5.1.0 +twine==5.1.1 # via -r requirements/quality.in typing-extensions==4.12.2 # via diff --git a/requirements/doc.txt b/requirements/doc.txt index b20d81c..0ef343c 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -129,7 +129,7 @@ exceptiongroup==1.2.1 # via pytest factory-boy==3.3.0 # via -r requirements/test.in -faker==25.9.1 +faker==26.0.0 # via factory-boy fastavro==1.9.4 # via openedx-events diff --git a/requirements/pip.txt b/requirements/pip.txt index c7fd078..bc64c4e 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -8,7 +8,7 @@ wheel==0.43.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: -pip==24.1 +pip==24.1.1 # via -r requirements/pip.in -setuptools==70.1.1 +setuptools==70.2.0 # via -r requirements/pip.in diff --git a/requirements/quality.txt b/requirements/quality.txt index e02faf1..613f51c 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -131,7 +131,7 @@ exceptiongroup==1.2.1 # via pytest factory-boy==3.3.0 # via -r requirements/test.in -faker==25.9.1 +faker==26.0.0 # via factory-boy fastavro==1.9.4 # via openedx-events @@ -201,7 +201,7 @@ packaging==24.1 # via pytest pbr==6.0.0 # via stevedore -pkginfo==1.11.1 +pkginfo==1.10.0 # via twine platformdirs==4.2.2 # via pylint @@ -225,7 +225,7 @@ pyjwt[crypto]==2.8.0 # via # drf-jwt # edx-drf-extensions -pylint==3.2.3 +pylint==3.2.5 # via # edx-lint # pylint-celery @@ -314,7 +314,7 @@ tomli==2.0.1 # pytest tomlkit==0.12.5 # via pylint -twine==5.1.0 +twine==5.1.1 # via -r requirements/quality.in typing-extensions==4.12.2 # via @@ -353,7 +353,7 @@ zipp==3.19.2 # importlib-resources # The following packages are considered to be unsafe in a requirements file: -setuptools==70.1.1 +setuptools==70.2.0 # via # -r requirements/base.in # fs diff --git a/requirements/test.txt b/requirements/test.txt index b5b2d2d..ce2e11b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -109,7 +109,7 @@ exceptiongroup==1.2.1 # via pytest factory-boy==3.3.0 # via -r requirements/test.in -faker==25.9.1 +faker==26.0.0 # via factory-boy fastavro==1.9.4 # via openedx-events