Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Nov 20, 2023
2 parents e9bb785 + 936a000 commit 4ae1b63
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ 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
8 changes: 5 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ packaging==23.2
# via
# -r requirements/test.txt
# pytest
platformdirs==4.0.0
# via pylint
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
pluggy==1.3.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -104,7 +106,7 @@ tomli==2.0.1
# -r requirements/test.txt
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
# via
Expand Down
1 change: 1 addition & 0 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand Down
5 changes: 3 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==5.3.2
# via
# -r requirements/tox.txt
# tox
certifi==2023.7.22
certifi==2023.11.17
# via requests
chardet==5.2.0
# via
Expand Down Expand Up @@ -44,6 +44,7 @@ packaging==23.2
# tox
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
# tox
# virtualenv
Expand All @@ -64,7 +65,7 @@ tomli==2.0.1
# tox
tox==4.11.3
# via -r requirements/tox.txt
urllib3==2.0.7
urllib3==2.1.0
# via requests
virtualenv==20.24.6
# via
Expand Down

0 comments on commit 4ae1b63

Please sign in to comment.