Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jul 5, 2024
1 parent 45a5266 commit b75d565
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/doc.txt
# requests
Expand Down Expand Up @@ -111,7 +111,7 @@ filelock==3.15.4
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.104.1
hypothesis==6.105.0
# via -r requirements/doc.txt
idna==3.7
# via
Expand Down Expand Up @@ -203,7 +203,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.2.4
pylint==3.2.5
# via
# -r requirements/doc.txt
# edx-lint
Expand Down Expand Up @@ -333,7 +333,7 @@ tomlkit==0.12.5
# via
# -r requirements/doc.txt
# pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.txt
typing-extensions==4.12.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.104.1
hypothesis==6.105.0
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -100,7 +100,7 @@ pluggy==1.5.0
# pytest
pycodestyle==2.12.0
# via -r requirements/test.txt
pylint==3.2.4
pylint==3.2.5
# via
# -r requirements/test.txt
# edx-lint
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ babel==2.15.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -71,7 +71,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.104.1
hypothesis==6.105.0
# via -r requirements/test.txt
idna==3.7
# via requests
Expand Down Expand Up @@ -138,7 +138,7 @@ pygments==2.18.0
# pydata-sphinx-theme
# readme-renderer
# sphinx
pylint==3.2.4
pylint==3.2.5
# via
# -r requirements/test.txt
# edx-lint
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.1.1
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.2.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exceptiongroup==1.2.1
# pytest
execnet==2.1.1
# via pytest-xdist
hypothesis==6.104.1
hypothesis==6.105.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -69,7 +69,7 @@ pluggy==1.5.0
# via pytest
pycodestyle==2.12.0
# via -r requirements/test.in
pylint==3.2.4
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand Down

0 comments on commit b75d565

Please sign in to comment.