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 Dec 5, 2023
1 parent e1be36d commit 45ec5bf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 18 deletions.
5 changes: 2 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,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 @@ -49,5 +48,5 @@ tox==4.11.4
# via -r requirements/ci.in
urllib3==2.1.0
# via requests
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
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
7 changes: 3 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ idna==3.6
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -184,7 +184,7 @@ packaging==23.2
# -r requirements/quality.txt
# build
# pytest
path==16.7.1
path==16.9.0
# via edx-i18n-tools
path-py==11.5.0
# via -r requirements/dev.in
Expand All @@ -194,9 +194,8 @@ pbr==6.0.0
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
# pylint
pluggy==1.3.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# keyring
# sphinx
Expand Down
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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,8 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
# via
# -r requirements/test.txt
Expand Down

0 comments on commit 45ec5bf

Please sign in to comment.