Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 27, 2024
1 parent 08906eb commit 0b4b55c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fs==2.4.16
# via xblock
lxml==5.3.0
# via xblock
mako==1.3.5
mako==1.3.6
# via xblock
markupsafe==3.0.2
# via
Expand All @@ -39,7 +39,7 @@ sqlparse==0.5.1
# via django
web-fragments==2.2.0
# via xblock
webob==1.8.8
webob==1.8.9
# via xblock
xblock==5.1.0
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
coverage==7.6.3
coverage==7.6.4
# via -r requirements/test.txt
dill==0.3.9
# via pylint
Expand All @@ -51,7 +51,7 @@ lxml==5.3.0
# via
# -r requirements/base.txt
# xblock
mako==1.3.5
mako==1.3.6
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -143,7 +143,7 @@ web-fragments==2.2.0
# via
# -r requirements/base.txt
# xblock
webob==1.8.8
webob==1.8.9
# 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.6.3
coverage==7.6.4
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.23.0
tox==4.23.2
# via -r requirements/tox.in
virtualenv==20.27.0
# via tox
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.3
coverage[toml]==7.6.4
# via coveralls
coveralls==4.0.1
# via -r requirements/travis.in
Expand Down Expand Up @@ -57,7 +57,7 @@ pyproject-api==1.8.0
# tox
requests==2.32.3
# via coveralls
tox==4.23.0
tox==4.23.2
# via -r requirements/tox.txt
urllib3==2.2.3
# via requests
Expand Down

0 comments on commit 0b4b55c

Please sign in to comment.