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 20, 2024
1 parent 15650bd commit 4d70852
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lxml==5.3.0
# via xblock
mako==1.3.5
# via xblock
markupsafe==3.0.1
markupsafe==3.0.2
# via
# mako
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==75.1.0
setuptools==75.2.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 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.2
coverage==7.6.3
# via -r requirements/test.txt
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -55,7 +55,7 @@ mako==1.3.5
# via
# -r requirements/base.txt
# xblock
markupsafe==3.0.1
markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
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.2
coverage==7.6.3
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions 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.21.2
tox==4.23.0
# via -r requirements/tox.in
virtualenv==20.26.6
virtualenv==20.27.0
# via tox
6 changes: 3 additions & 3 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.2
coverage[toml]==7.6.3
# via coveralls
coveralls==4.0.1
# via -r requirements/travis.in
Expand Down Expand Up @@ -57,11 +57,11 @@ pyproject-api==1.8.0
# tox
requests==2.32.3
# via coveralls
tox==4.21.2
tox==4.23.0
# via -r requirements/tox.txt
urllib3==2.2.3
# via requests
virtualenv==20.26.6
virtualenv==20.27.0
# via
# -r requirements/tox.txt
# tox

0 comments on commit 4d70852

Please sign in to comment.