Skip to content

Commit

Permalink
Merge pull request #156 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-7bde4e0

Python Requirements Update
  • Loading branch information
farhan authored Nov 13, 2023
2 parents 7bde4e0 + 0203a5c commit e9bb785
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 27 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fs==2.4.16
# via xblock
lxml==4.9.3
# via xblock
mako==1.2.4
mako==1.3.0
# via xblock
markupsafe==2.1.3
# via
Expand Down
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +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

# 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
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lxml==4.9.3
# via
# -r requirements/base.txt
# xblock
mako==1.2.4
mako==1.3.0
# via
# -r requirements/base.txt
# xblock
Expand All @@ -57,7 +57,7 @@ packaging==23.2
# via
# -r requirements/test.txt
# pytest
platformdirs==3.11.0
platformdirs==4.0.0
# via pylint
pluggy==1.3.0
# via
Expand All @@ -71,7 +71,7 @@ pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-django
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluggy==1.3.0
# via pytest
pytest==7.4.3
# via pytest-django
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
tomli==2.0.1
# via pytest
26 changes: 17 additions & 9 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,35 @@
#
# make upgrade
#
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
# via virtualenv
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
# via tox
# via
# pyproject-api
# tox
platformdirs==3.11.0
# via virtualenv
# via
# tox
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
# pyproject-api
# tox
tox==4.11.3
# via -r requirements/tox.in
virtualenv==20.24.6
# via tox
27 changes: 18 additions & 9 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@
#
# make upgrade
#
cachetools==5.3.2
# via
# -r requirements/tox.txt
# tox
certifi==2023.7.22
# via requests
chardet==5.2.0
# via
# -r requirements/tox.txt
# tox
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage==6.5.0
# via coveralls
coveralls==3.3.1
Expand All @@ -28,33 +40,30 @@ idna==3.4
packaging==23.2
# via
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==3.11.0
# via
# -r requirements/tox.txt
# tox
# virtualenv
pluggy==1.3.0
# via
# -r requirements/tox.txt
# tox
py==1.11.0
pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# tox
requests==2.31.0
# via coveralls
six==1.16.0
# via
# -r requirements/tox.txt
# tox
tomli==2.0.1
# via
# -r requirements/tox.txt
# pyproject-api
# tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
tox==4.11.3
# via -r requirements/tox.txt
urllib3==2.0.7
# via requests
virtualenv==20.24.6
Expand Down

0 comments on commit e9bb785

Please sign in to comment.