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 Dec 2, 2024
1 parent 61a13a8 commit fd21f58
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.1
virtualenv==20.28.0
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ click-log==0.4.0
# via
# -r requirements/doc.txt
# edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/doc.txt
# edx-lint
Expand Down Expand Up @@ -106,7 +106,7 @@ filelock==3.16.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.119.4
hypothesis==6.122.1
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -145,7 +145,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/doc.txt
# mypy
nh3==0.2.18
nh3==0.2.19
# via
# -r requirements/doc.txt
# readme-renderer
Expand Down Expand Up @@ -191,7 +191,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/doc.txt
# edx-lint
Expand Down Expand Up @@ -222,7 +222,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/doc.txt
# pytest-cov
Expand Down Expand Up @@ -315,7 +315,7 @@ urllib3==2.2.3
# via
# -r requirements/doc.txt
# requests
virtualenv==20.27.1
virtualenv==20.28.0
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.119.4
hypothesis==6.122.1
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -95,7 +95,7 @@ pluggy==1.5.0
# pytest
pycodestyle==2.12.1
# via -r requirements/test.txt
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -117,7 +117,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.10.1
# via -r requirements/test.txt
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.119.4
hypothesis==6.122.1
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -101,7 +101,7 @@ mypy-extensions==1.0.0
# via
# -r requirements/test.txt
# mypy
nh3==0.2.18
nh3==0.2.19
# via readme-renderer
packaging==24.2
# via
Expand Down Expand Up @@ -130,7 +130,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.3.1
pylint==3.3.2
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -152,7 +152,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.10.1
# via -r requirements/test.txt
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.2
code-annotations==2.0.0
# via edx-lint
coverage[toml]==7.6.8
# via
Expand All @@ -35,7 +35,7 @@ edx-lint==5.4.1
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.119.4
hypothesis==6.122.1
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -65,7 +65,7 @@ pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via -r requirements/test.in
pylint==3.3.1
pylint==3.3.2
# via
# edx-lint
# pylint-celery
Expand All @@ -81,7 +81,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.10.1
# via -r requirements/base.txt
pytest==8.3.3
pytest==8.3.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit fd21f58

Please sign in to comment.