Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 5, 2023
1 parent 5d4fef1 commit 4cfe716
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ 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-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand Down
6 changes: 2 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ mccabe==0.7.0
# via pylint
packaging==23.2
# via pytest
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
# via pytest
pycodestyle==2.11.1
Expand Down
5 changes: 2 additions & 3 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand All @@ -37,5 +36,5 @@ tomli==2.0.1
# tox
tox==4.11.4
# via -r requirements/tox.in
virtualenv==20.24.7
virtualenv==20.25.0
# via tox

0 comments on commit 4cfe716

Please sign in to comment.