Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Jun 27, 2023
2 parents 8534c79 + 13ae153 commit 64c75f1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==5.3.0
sphinx==6.2.1
# via
# -c common_constraints.txt
# -r base.in
# pydata-sphinx-theme
# sphinx-book-theme
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ 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

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ soupsieve==2.4.1
# via
# -r base.txt
# beautifulsoup4
sphinx==5.3.0
sphinx==6.2.1
# via
# -r base.txt
# pydata-sphinx-theme
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.40.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r pip.in
setuptools==67.8.0
setuptools==68.0.0
# via -r pip.in

0 comments on commit 64c75f1

Please sign in to comment.