Skip to content

Commit

Permalink
Merge pull request #99 from openedx/jenkins/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-15ac809

Python Requirements Update
  • Loading branch information
aht007 authored Jan 18, 2022
2 parents 15ac809 + a2e2935 commit 3dab30b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ django-mptt==0.13.4
# via -r requirements/base.in
django-sekizai==2.0.0
# via -r requirements/base.in
importlib-metadata==4.10.0
importlib-metadata==4.10.1
# via markdown
markdown==3.3.6
# via -r requirements/base.in
Expand Down
9 changes: 5 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
importlib-metadata==4.10.1
# via sphinx
jinja2==3.0.3
# via sphinx
markupsafe==2.0.1
Expand All @@ -38,7 +40,7 @@ six==1.16.0
# via edx-sphinx-theme
snowballstemmer==2.2.0
# via sphinx
sphinx==4.3.2
sphinx==4.4.0
# via
# -r requirements/docs.in
# edx-sphinx-theme
Expand All @@ -56,6 +58,5 @@ sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.8
# via requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
zipp==3.7.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ django-mptt==0.13.4
# via -r requirements/base.txt
django-sekizai==2.0.0
# via -r requirements/base.txt
importlib-metadata==4.10.0
importlib-metadata==4.10.1
# via
# -r requirements/base.txt
# markdown
Expand Down

0 comments on commit 3dab30b

Please sign in to comment.