From 076340d798e34ee28b22c8aeec6b3f2f8ec5b1ee Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sun, 26 Nov 2023 19:12:48 -0500 Subject: [PATCH] chore: Updating Python Requirements --- requirements/common_constraints.txt | 5 +++++ requirements/pip.txt | 4 ++-- requirements/pip_tools.txt | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 15aafb2..d6c9280 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -21,3 +21,8 @@ elasticsearch<7.14.0 # django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected django-simple-history==3.0.0 + +# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version +# This constraint can be removed once the issue +# https://github.com/pypa/virtualenv/issues/2666 gets resolved +platformdirs<4.0 diff --git a/requirements/pip.txt b/requirements/pip.txt index 9014f2c..14cb99c 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,11 +4,11 @@ # # make upgrade # -wheel==0.41.3 +wheel==0.42.0 # via -r requirements/pip.in # The following packages are considered to be unsafe in a requirements file: pip==23.3.1 # via -r requirements/pip.in -setuptools==68.2.2 +setuptools==69.0.2 # via -r requirements/pip.in diff --git a/requirements/pip_tools.txt b/requirements/pip_tools.txt index 449e80a..1ab9e25 100644 --- a/requirements/pip_tools.txt +++ b/requirements/pip_tools.txt @@ -21,7 +21,7 @@ tomli==2.0.1 # build # pip-tools # pyproject-hooks -wheel==0.41.3 +wheel==0.42.0 # via pip-tools zipp==3.17.0 # via importlib-metadata