Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

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 1, 2024
1 parent 155ca19 commit 4436aeb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 24 deletions.
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tox==4.18.1
tox==4.20.0
# via -r requirements/ci.in
virtualenv==20.26.4
virtualenv==20.26.6
# via tox
20 changes: 9 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.4
astroid==3.3.4
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -49,7 +49,7 @@ coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
Expand All @@ -63,7 +63,7 @@ django==4.2.16
# -r requirements/test.txt
edx-lint==5.4.0
# via -r requirements/test.txt
filelock==3.16.0
filelock==3.16.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -101,11 +101,9 @@ pbr==6.1.0
# via
# -r requirements/test.txt
# stevedore
pep257==0.7.0
# via -r requirements/test.txt
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.2
platformdirs==4.3.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -120,7 +118,7 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/test.txt
pylint==3.2.7
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -140,11 +138,11 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyproject-api==1.7.1
pyproject-api==1.8.0
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -186,9 +184,9 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.18.1
tox==4.20.0
# via -r requirements/ci.txt
virtualenv==20.26.4
virtualenv==20.26.6
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
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==74.1.2
setuptools==75.1.0
# via -r requirements/pip.in
10 changes: 4 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.4
astroid==3.3.4
# via
# pylint
# pylint-celery
Expand All @@ -25,7 +25,7 @@ coverage[toml]==7.6.1
# via
# -r requirements/test.in
# pytest-cov
dill==0.3.8
dill==0.3.9
# via pylint
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -46,15 +46,13 @@ packaging==24.1
# via pytest
pbr==6.1.0
# via stevedore
pep257==0.7.0
# via -r requirements/test.in
platformdirs==4.3.2
platformdirs==4.3.6
# via pylint
pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
# via -r requirements/test.in
pylint==3.2.7
pylint==3.3.1
# via
# edx-lint
# pylint-celery
Expand Down

0 comments on commit 4436aeb

Please sign in to comment.