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 16, 2023
1 parent 0822a39 commit 60bd5f9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions 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 Down
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
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
1 change: 1 addition & 0 deletions 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 Down

0 comments on commit 60bd5f9

Please sign in to comment.