Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed May 30, 2023
2 parents 7099d16 + dd81536 commit bfc6fbd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
8 changes: 7 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.6.0
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.2
Expand All @@ -44,6 +46,8 @@ pygments==2.15.1
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pytz==2023.3
# via babel
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
Expand Down Expand Up @@ -76,10 +80,12 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.5.0
typing-extensions==4.6.2
# via pydata-sphinx-theme
urllib3==2.0.2
# via requests
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,3 @@ tox<4.0.0
# 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

# 2023-05-18: edx-drf-extensions 8.8.0 inadvertently introduced stricter Base64 decoding,
# and some of our IDAs have malformed configs. This should be a very temporary constraint.
# See https://github.com/openedx/edx-drf-extensions/issues/346 for details.
edx-drf-extensions<8.8.0
16 changes: 15 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ imagesize==1.4.1
# via
# -r base.txt
# sphinx
importlib-metadata==6.6.0
# via
# -r base.txt
# sphinx
jinja2==3.1.2
# via
# -r base.txt
Expand Down Expand Up @@ -78,6 +82,10 @@ pygments==2.15.1
# sphinx
pyproject-hooks==1.0.0
# via build
pytz==2023.3
# via
# -r base.txt
# babel
requests==2.31.0
# via
# -r base.txt
Expand Down Expand Up @@ -127,7 +135,9 @@ sphinxcontrib-serializinghtml==1.1.5
# via
# -r base.txt
# sphinx
typing-extensions==4.5.0
tomli==2.0.1
# via build
typing-extensions==4.6.2
# via
# -r base.txt
# pydata-sphinx-theme
Expand All @@ -137,6 +147,10 @@ urllib3==2.0.2
# requests
wheel==0.40.0
# via pip-tools
zipp==3.15.0
# via
# -r base.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit bfc6fbd

Please sign in to comment.