Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Mar 13, 2023
2 parents a2182b1 + 3cf1290 commit c6662d9
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -12,7 +12,7 @@ babel==2.12.1
# sphinx-intl
certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via sphinx-intl
Expand Down Expand Up @@ -65,7 +65,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.14
urllib3==1.26.15
# via requests
zipp==3.15.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ certifi==2022.12.7
# via
# -r base.txt
# requests
charset-normalizer==3.0.1
charset-normalizer==3.1.0
# via
# -r base.txt
# requests
Expand Down Expand Up @@ -119,7 +119,7 @@ sphinxcontrib-serializinghtml==1.1.5
# sphinx
tomli==2.0.1
# via build
urllib3==1.26.14
urllib3==1.26.15
# via
# -r base.txt
# requests
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.38.4
# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
# via -r pip.in
setuptools==67.5.0
setuptools==67.6.0
# via -r pip.in

0 comments on commit c6662d9

Please sign in to comment.