Skip to content

Commit

Permalink
Merge pull request #222 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-93a2d34

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Jun 8, 2023
2 parents 93a2d34 + 5fd3e52 commit 642346d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ lazy-object-proxy==1.9.0
# via
# -r requirements/quality.txt
# astroid
markupsafe==2.1.2
markupsafe==2.1.3
# via
# -r requirements/quality.txt
# jinja2
Expand Down Expand Up @@ -260,7 +260,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.1
# via -r requirements/ci.txt
typing-extensions==4.6.2
typing-extensions==4.6.3
# via
# -r requirements/quality.txt
# astroid
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ iniconfig==2.0.0
# pytest
jinja2==3.1.2
# via sphinx
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
multidict==6.0.4
# via
Expand Down Expand Up @@ -179,7 +179,7 @@ tomli==2.0.1
# coverage
# doc8
# pytest
typing-extensions==4.5.0
typing-extensions==4.6.3
# via pydata-sphinx-theme
urllib3==2.0.2
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jinja2==3.1.2
# via code-annotations
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
Expand Down Expand Up @@ -160,7 +160,7 @@ tomli==2.0.1
# pytest
tomlkit==0.11.8
# via pylint
typing-extensions==4.6.2
typing-extensions==4.6.3
# via
# astroid
# pylint
Expand Down

0 comments on commit 642346d

Please sign in to comment.