From 430c0cab8aeb2347878174db0606014384844574 Mon Sep 17 00:00:00 2001 From: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com> Date: Thu, 7 Sep 2023 02:22:39 -0400 Subject: [PATCH] chore: Updating Python Requirements (#437) --- edx_repo_tools/conventional_commits/extra.txt | 4 ++-- requirements/base.txt | 4 ++-- requirements/development.txt | 10 +++++++--- requirements/pip-tools.txt | 6 +++++- requirements/pip.txt | 2 +- 5 files changed, 17 insertions(+), 9 deletions(-) diff --git a/edx_repo_tools/conventional_commits/extra.txt b/edx_repo_tools/conventional_commits/extra.txt index e29d53ba..28c06d2a 100644 --- a/edx_repo_tools/conventional_commits/extra.txt +++ b/edx_repo_tools/conventional_commits/extra.txt @@ -4,7 +4,7 @@ # # make upgrade # -alembic==1.11.3 +alembic==1.12.0 # via dataset banal==1.0.6 # via dataset @@ -49,7 +49,7 @@ python-dateutil==2.8.2 # via # matplotlib # pandas -pytz==2023.3 +pytz==2023.3.post1 # via pandas six==1.16.0 # via python-dateutil diff --git a/requirements/base.txt b/requirements/base.txt index aa3ebbc6..b8c310aa 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -47,7 +47,7 @@ gitdb==4.0.10 # via gitpython github3-py==4.0.1 # via -r requirements/base.in -gitpython==3.1.32 +gitpython==3.1.34 # via -r requirements/base.in idna==3.4 # via requests @@ -83,7 +83,7 @@ pycparser==2.21 # via cffi pyjwt[crypto]==2.8.0 # via github3-py -pytest==7.4.0 +pytest==7.4.1 # via # -r requirements/base.in # pytest-logging diff --git a/requirements/development.txt b/requirements/development.txt index 95998814..5309e70b 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -20,7 +20,7 @@ backports-csv==1.0.7 # via -r requirements/base.txt bowler==0.9.0 # via -r requirements/base.txt -build==0.10.0 +build==1.0.3 # via pip-tools cachecontrol==0.13.1 # via -r requirements/base.txt @@ -88,12 +88,14 @@ gitdb==4.0.10 # gitpython github3-py==4.0.1 # via -r requirements/base.txt -gitpython==3.1.32 +gitpython==3.1.34 # via -r requirements/base.txt idna==3.4 # via # -r requirements/base.txt # requests +importlib-metadata==6.8.0 + # via build iniconfig==2.0.0 # via # -r requirements/base.txt @@ -176,7 +178,7 @@ pylint-plugin-utils==0.8.2 # pylint-django pyproject-hooks==1.0.0 # via build -pytest==7.4.0 +pytest==7.4.1 # via # -r requirements/base.txt # -r requirements/development.in @@ -280,6 +282,8 @@ wheel==0.41.2 # via pip-tools wrapt==1.15.0 # via astroid +zipp==3.16.2 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 007ed388..d2e8e4e5 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,10 +4,12 @@ # # make upgrade # -build==0.10.0 +build==1.0.3 # via pip-tools click==8.1.7 # via pip-tools +importlib-metadata==6.8.0 + # via build packaging==23.1 # via build pip-tools==7.3.0 @@ -21,6 +23,8 @@ tomli==2.0.1 # pyproject-hooks wheel==0.41.2 # via pip-tools +zipp==3.16.2 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip diff --git a/requirements/pip.txt b/requirements/pip.txt index 13c7e845..da0741c5 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -10,5 +10,5 @@ wheel==0.41.2 # The following packages are considered to be unsafe in a requirements file: pip==23.2.1 # via -r requirements/pip.in -setuptools==68.1.2 +setuptools==68.2.0 # via -r requirements/pip.in