Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #1171

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==6.0.0
django-ipware==6.0.1
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down
5 changes: 2 additions & 3 deletions requirements/ci.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/ci.in
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 @@ -26,8 +26,3 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected


# 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
9 changes: 4 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# rstcheck
# rstcheck-core
Expand All @@ -83,17 +83,16 @@ packaging==23.2
# via
# pyproject-api
# tox
path==16.7.1
path==16.9.0
# via
# edx-i18n-tools
# path-py
path-py==12.5.0
# via -r requirements/dev.in
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# pylint
# tox
# virtualenv
Expand Down Expand Up @@ -182,7 +181,7 @@ typing-extensions==4.8.0
# rstcheck
# rstcheck-core
# typer
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
wheel==0.42.0
# via -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via
# -c requirements/constraints.txt
# pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand Down
8 changes: 3 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ docutils==0.20.1
# via rstcheck-core
edx-lint==5.3.6
# via -r requirements/quality.in
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# rstcheck
# rstcheck-core
Expand All @@ -55,10 +55,8 @@ mdurl==0.1.2
# via markdown-it-py
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
platformdirs==4.1.0
# via pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.5.2
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ django-crum==0.7.9
# via
# -r requirements/base.in
# edx-django-utils
django-ipware==6.0.0
django-ipware==6.0.1
# via -r requirements/base.in
django-model-utils==4.3.1
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ exceptiongroup==1.2.0
# via pytest
execnet==2.0.2
# via pytest-xdist
freezegun==1.2.2
freezegun==1.3.1
# via -r requirements/test.in
fs==2.4.16
# via xblock
Expand All @@ -127,7 +127,7 @@ httpretty==1.1.4
# via -r requirements/test.in
idna==3.6
# via requests
importlib-metadata==6.8.0
importlib-metadata==6.11.0
# via logilab-common
iniconfig==2.0.0
# via pytest
Expand All @@ -136,7 +136,7 @@ jinja2==3.1.2
jsonfield==3.1.0
# via -r requirements/base.in
# via celery
logilab-common==1.11.0
logilab-common==2.0.0
# via -r requirements/test.in
lxml==4.9.3
# via
Expand All @@ -157,7 +157,7 @@ newrelic==9.2.0
# via edx-django-utils
packaging==23.2
# via pytest
path==16.7.1
path==16.9.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
Expand Down
Loading