Skip to content

Commit

Permalink
Merge pull request #2211 from openedx/jenkins/upgrade-python-requirem…
Browse files Browse the repository at this point in the history
…ents-bc11319

Python Requirements Update
  • Loading branch information
feanil committed Nov 20, 2023
2 parents bc11319 + 87fd1bd commit 56148f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ babel==2.13.1
# sphinx-intl
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 @@ -41,7 +41,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 Expand Up @@ -81,7 +81,7 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.8.0
# via pydata-sphinx-theme
urllib3==2.0.7
urllib3==2.1.0
# via requests
zipp==3.17.0
# via importlib-metadata
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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beautifulsoup4==4.12.2
# pydata-sphinx-theme
build==1.0.3
# via pip-tools
certifi==2023.7.22
certifi==2023.11.17
# via
# -r base.txt
# requests
Expand Down Expand Up @@ -75,7 +75,7 @@ pydata-sphinx-theme==0.14.3
# via
# -r base.txt
# sphinx-book-theme
pygments==2.16.1
pygments==2.17.1
# via
# -r base.txt
# accessible-pygments
Expand Down Expand Up @@ -145,7 +145,7 @@ typing-extensions==4.8.0
# via
# -r base.txt
# pydata-sphinx-theme
urllib3==2.0.7
urllib3==2.1.0
# via
# -r base.txt
# requests
Expand Down

0 comments on commit 56148f0

Please sign in to comment.