Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Jan 2, 2024
2 parents a3ef15f + fa8b91f commit 8cedbb5
Show file tree
Hide file tree
Showing 3 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==4.9.4
lxml==5.0.0
# via xblock
mako==1.3.0
# via xblock
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asgiref==3.7.2
# django
astroid==3.0.2
# via pylint
coverage==7.3.4
coverage==7.4.0
# via -r requirements/test.txt
dill==0.3.7
# via pylint
Expand All @@ -36,7 +36,7 @@ iniconfig==2.0.0
# pytest
isort==5.13.2
# via pylint
lxml==4.9.4
lxml==5.0.0
# via
# -r requirements/base.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.3.4
coverage==7.4.0
# via -r requirements/test.in
exceptiongroup==1.2.0
# via pytest
Expand Down

0 comments on commit 8cedbb5

Please sign in to comment.