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 Jan 26, 2025
1 parent a41e2fa commit fce47ba
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ web-fragments==2.2.0
# via xblock
webob==1.8.9
# via xblock
xblock==5.1.0
xblock==5.1.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/quality.in
fs==2.4.16
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ webob==1.8.9
# via
# -r requirements/base.txt
# xblock
xblock==5.1.0
xblock==5.1.1
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -26,9 +26,9 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
tox==4.23.2
tox==4.24.1
# via -r requirements/tox.in
virtualenv==20.29.1
# via tox
8 changes: 4 additions & 4 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.1
# via
# -r requirements/tox.txt
# tox
Expand All @@ -30,7 +30,7 @@ distlib==0.3.9
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.16.1
filelock==3.17.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -51,13 +51,13 @@ pluggy==1.5.0
# via
# -r requirements/tox.txt
# tox
pyproject-api==1.8.0
pyproject-api==1.9.0
# via
# -r requirements/tox.txt
# tox
requests==2.32.3
# via coveralls
tox==4.23.2
tox==4.24.1
# via -r requirements/tox.txt
urllib3==2.2.3
# via
Expand Down

0 comments on commit fce47ba

Please sign in to comment.