Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Jan 15, 2024
2 parents 05fce4b + e49aa4f commit a0e0701
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django==3.2.23
# -r requirements/base.in
fs==2.4.16
# via xblock
lxml==5.0.1
lxml==5.1.0
# via xblock
mako==1.3.0
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ iniconfig==2.0.0
# pytest
isort==5.13.2
# via pylint
lxml==5.0.1
lxml==5.1.0
# via
# -r requirements/base.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.12.0
# via -r requirements/tox.in
virtualenv==20.25.0
# via tox
2 changes: 1 addition & 1 deletion requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ tomli==2.0.1
# -r requirements/tox.txt
# pyproject-api
# tox
tox==4.11.4
tox==4.12.0
# via -r requirements/tox.txt
urllib3==2.1.0
# via requests
Expand Down

0 comments on commit a0e0701

Please sign in to comment.