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 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 15, 2023
1 parent 5d4fef1 commit b94a71c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 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
14 changes: 6 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.1
astroid==3.0.2
# via pylint
certifi==2023.11.17
# via
Expand Down Expand Up @@ -32,23 +32,21 @@ idna==3.6
# requests
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.1
# via pylint
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
# via -r requirements/test.in
pydocstyle==6.3.0
# via -r requirements/test.in
pylint==3.0.2
pylint==3.0.3
# via -r requirements/test.in
pytest==7.4.3
# via
Expand All @@ -69,7 +67,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# astroid
# pylint
Expand Down
7 changes: 3 additions & 4 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
coverage==7.3.2
# via -r requirements/tox.in
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand All @@ -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 b94a71c

Please sign in to comment.