Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
feanil committed Oct 23, 2023
2 parents d60445a + eb0cb4f commit 5b70a89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.7.22
# via requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# via requests
click==8.1.7
# via sphinx-intl
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ certifi==2023.7.22
# via
# -r base.txt
# requests
charset-normalizer==3.3.0
charset-normalizer==3.3.1
# 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 @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3
pip==23.3.1
# via -r pip.in
setuptools==68.2.2
# via -r pip.in

0 comments on commit 5b70a89

Please sign in to comment.