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 27, 2025
1 parent 464c3ea commit 45cd90f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions requirements/ci.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 tox
chardet==5.2.0
# via tox
Expand All @@ -14,7 +14,7 @@ coverage==7.6.10
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -28,9 +28,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/ci.in
virtualenv==20.29.1
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ astroid==3.3.8
# -r requirements/doc.txt
# pylint
# pylint-celery
attrs==24.3.0
attrs==25.1.0
# via
# -r requirements/doc.txt
# hypothesis
Expand All @@ -34,7 +34,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.0
cachetools==5.5.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -95,18 +95,18 @@ docutils==0.21.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/doc.txt
execnet==2.1.1
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.16.1
filelock==3.17.0
# via
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.124.1
hypothesis==6.124.7
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -213,7 +213,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.10.1
# via -r requirements/doc.txt
pyproject-api==1.8.0
pyproject-api==1.9.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -304,7 +304,7 @@ tomlkit==0.13.2
# via
# -r requirements/doc.txt
# pylint
tox==4.23.2
tox==4.24.1
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ astroid==3.3.8
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==24.3.0
attrs==25.1.0
# via
# -r requirements/test.txt
# hypothesis
Expand Down Expand Up @@ -41,13 +41,13 @@ dnspython==2.7.0
# via
# -r requirements/test.txt
# pymongo
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/test.txt
execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.124.1
hypothesis==6.124.7
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.3.8
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==24.3.0
attrs==25.1.0
# via
# -r requirements/test.txt
# hypothesis
Expand Down Expand Up @@ -60,13 +60,13 @@ docutils==0.21.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/test.txt
execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.124.1
hypothesis==6.124.7
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ astroid==3.3.8
# via
# pylint
# pylint-celery
attrs==24.3.0
attrs==25.1.0
# via hypothesis
click==8.1.8
# via
Expand All @@ -31,11 +31,11 @@ dnspython==2.7.0
# via
# -r requirements/base.txt
# pymongo
edx-lint==5.4.1
edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.124.1
hypothesis==6.124.7
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit 45cd90f

Please sign in to comment.