Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 23, 2023
1 parent 0822a39 commit f3072e0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
3 changes: 2 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# tox
# virtualenv
Expand All @@ -50,7 +51,7 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/tox.txt
virtualenv==20.24.6
virtualenv==20.24.7
# via
# -r requirements/tox.txt
# tox
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.3
# 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
8 changes: 5 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.0.0
# via pylint
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pylint==3.0.2
Expand Down Expand Up @@ -94,7 +96,7 @@ stevedore==5.1.0
# edx-opaque-keys
tomli==2.0.1
# via pylint
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
# via
Expand Down
3 changes: 2 additions & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand All @@ -34,5 +35,5 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/tox.in
virtualenv==20.24.6
virtualenv==20.24.7
# via tox

0 comments on commit f3072e0

Please sign in to comment.