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

Python Requirements Update #1529

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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ lxml==4.9.3
# via edx-i18n-tools
markupsafe==2.1.3
# via jinja2
newrelic==9.1.1
newrelic==9.1.2
# via edx-django-utils
oauthlib==3.2.2
# via
Expand All @@ -145,7 +145,7 @@ path==16.7.1
# path-py
path-py==12.5.0
# via -r requirements/base.in
pbr==5.11.1
pbr==6.0.0
# via stevedore
polib==1.2.0
# via edx-i18n-tools
Expand Down
7 changes: 4 additions & 3 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ 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

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.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
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
newrelic==9.1.1
newrelic==9.1.2
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -196,7 +196,7 @@ path==16.7.1
# path-py
path-py==12.5.0
# via -r requirements/base.txt
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
Expand Down
2 changes: 1 addition & 1 deletion requirements/github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# virtualenv
pluggy==1.3.0
Expand All @@ -41,7 +42,6 @@ tomli==2.0.1
# tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# tox-battery
tox-battery==0.6.2
Expand Down
10 changes: 5 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cryptography==41.0.5
# -r requirements/test.txt
# pyjwt
# social-auth-core
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.txt
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -232,7 +232,7 @@ mccabe==0.7.0
# pylint
mysqlclient==2.2.0
# via -r requirements/local.in
newrelic==9.1.1
newrelic==9.1.2
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -256,14 +256,15 @@ path==16.7.1
# path-py
path-py==12.5.0
# via -r requirements/test.txt
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pip-tools==7.3.0
# via -r requirements/pip_tools.txt
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# -r requirements/tox.txt
# pylint
Expand Down Expand Up @@ -342,7 +343,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.txt
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -444,7 +445,6 @@ tomlkit==0.12.2
# pylint
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# tox-battery
tox-battery==0.6.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# make upgrade
#
newrelic==9.1.1
newrelic==9.1.2
# via -r requirements/optional.in
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ markupsafe==2.1.3
# jinja2
mysqlclient==2.2.0
# via -r requirements/production.in
newrelic==9.1.1
newrelic==9.1.2
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -181,7 +181,7 @@ path==16.7.1
# path-py
path-py==12.5.0
# via -r requirements/base.txt
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
Expand Down
12 changes: 7 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ cryptography==41.0.5
# -r requirements/base.txt
# pyjwt
# social-auth-core
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -192,7 +192,7 @@ markupsafe==2.1.3
# jinja2
mccabe==0.7.0
# via pylint
newrelic==9.1.1
newrelic==9.1.2
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -210,12 +210,14 @@ path==16.7.1
# path-py
path-py==12.5.0
# via -r requirements/base.txt
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.11.0
# via pylint
# via
# -c requirements/common_constraints.txt
# pylint
pluggy==1.3.0
# via pytest
polib==1.2.0
Expand Down Expand Up @@ -273,7 +275,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
python-slugify==8.0.1
# via
Expand Down
14 changes: 10 additions & 4 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,26 @@ filelock==3.13.1
# tox
# virtualenv
packaging==23.2
# via tox
# via
# pyproject-api
# tox
platformdirs==3.11.0
# via virtualenv
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
# via
# pyproject-api
# tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
# tox-battery
tox-battery==0.6.2
Expand Down
Loading