Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Nov 27, 2023
2 parents 82a1dd3 + 812f983 commit 4e93467
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ babel==2.13.1
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -38,7 +38,7 @@ packaging==23.2
# sphinx
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
pygments==2.17.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down
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
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ beautifulsoup4==4.12.2
# via
# -r requirements/base.txt
# pydata-sphinx-theme
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -67,7 +67,7 @@ pydata-sphinx-theme==0.14.3
# via
# -r requirements/base.txt
# sphinx-book-theme
pygments==2.16.1
pygments==2.17.1
# via
# -r requirements/base.txt
# accessible-pygments
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.3
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.0
# via -r requirements/pip.in

0 comments on commit 4e93467

Please sign in to comment.