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 Jun 10, 2024
1 parent a723e82 commit 4ad78d7
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
14 changes: 7 additions & 7 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#
# make upgrade
#
astroid==3.1.0 # via -r requirements/testing.txt, pylint
astroid==3.2.2 # via -r requirements/testing.txt, pylint
dill==0.3.8 # via -r requirements/testing.txt, pylint
exceptiongroup==1.2.1 # via -r requirements/testing.txt, pytest
iniconfig==2.0.0 # via -r requirements/testing.txt, pytest
isort==5.13.2 # via -r requirements/testing.txt, pylint
mccabe==0.7.0 # via -r requirements/testing.txt, pylint
packaging==24.0 # via -r requirements/testing.txt, pytest
platformdirs==4.2.1 # via -r requirements/testing.txt, pylint
packaging==24.1 # via -r requirements/testing.txt, pytest
platformdirs==4.2.2 # via -r requirements/testing.txt, pylint
pluggy==1.5.0 # via -r requirements/testing.txt, pytest
pycodestyle==2.11.1 # via -r requirements/testing.txt
pylint==3.1.0 # via -r requirements/testing.txt
pytest==8.1.1 # via -r requirements/testing.txt
pylint==3.2.3 # via -r requirements/testing.txt
pytest==8.2.2 # via -r requirements/testing.txt
tomli==2.0.1 # via -r requirements/testing.txt, pylint, pytest
tomlkit==0.12.4 # via -r requirements/testing.txt, pylint
typing-extensions==4.11.0 # via -r requirements/testing.txt, astroid, pylint
tomlkit==0.12.5 # via -r requirements/testing.txt, pylint
typing-extensions==4.12.2 # via -r requirements/testing.txt, astroid, pylint
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ wheel==0.43.0 # via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0 # via -r requirements/pip.in
setuptools==69.5.1 # via -r requirements/pip.in
setuptools==70.0.0 # via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
build==1.2.1 # via pip-tools
click==8.1.7 # via pip-tools
importlib-metadata==6.11.0 # via -c requirements/common_constraints.txt, build
packaging==24.0 # via build
packaging==24.1 # via build
pip-tools==7.4.1 # via -r requirements/pip_tools.in
pyproject-hooks==1.0.0 # via build, pip-tools
tomli==2.0.1 # via build, pip-tools, pyproject-hooks
pyproject-hooks==1.1.0 # via build, pip-tools
tomli==2.0.1 # via build, pip-tools
wheel==0.43.0 # via pip-tools
zipp==3.18.1 # via importlib-metadata
zipp==3.19.2 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 1 addition & 1 deletion requirements/sandbox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ numpy==1.24.4 # via -r requirements/sandbox.in
pytz==2024.1 # via django
six==1.16.0 # via -r requirements/sandbox.in
sqlparse==0.5.0 # via django
typing-extensions==4.11.0 # via asgiref
typing-extensions==4.12.2 # via asgiref
14 changes: 7 additions & 7 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
#
# make upgrade
#
astroid==3.1.0 # via pylint
astroid==3.2.2 # via pylint
dill==0.3.8 # via pylint
exceptiongroup==1.2.1 # via pytest
iniconfig==2.0.0 # via pytest
isort==5.13.2 # via -r requirements/testing.in, pylint
mccabe==0.7.0 # via pylint
packaging==24.0 # via pytest
platformdirs==4.2.1 # via pylint
packaging==24.1 # via pytest
platformdirs==4.2.2 # via pylint
pluggy==1.5.0 # via pytest
pycodestyle==2.11.1 # via -r requirements/testing.in
pylint==3.1.0 # via -r requirements/testing.in
pytest==8.1.1 # via -r requirements/testing.in
pylint==3.2.3 # via -r requirements/testing.in
pytest==8.2.2 # via -r requirements/testing.in
tomli==2.0.1 # via pylint, pytest
tomlkit==0.12.4 # via pylint
typing-extensions==4.11.0 # via astroid, pylint
tomlkit==0.12.5 # via pylint
typing-extensions==4.12.2 # via astroid, pylint
10 changes: 5 additions & 5 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ cachetools==5.3.3 # via tox
chardet==5.2.0 # via tox
colorama==0.4.6 # via tox
distlib==0.3.8 # via virtualenv
filelock==3.13.4 # via tox, virtualenv
packaging==24.0 # via pyproject-api, tox
platformdirs==4.2.1 # via tox, virtualenv
filelock==3.14.0 # via tox, virtualenv
packaging==24.1 # via pyproject-api, tox
platformdirs==4.2.2 # via tox, virtualenv
pluggy==1.5.0 # via tox
pyproject-api==1.6.1 # via tox
tomli==2.0.1 # via pyproject-api, tox
tox==4.14.2 # via -r requirements/tox.in
virtualenv==20.26.0 # via tox
tox==4.15.1 # via -r requirements/tox.in
virtualenv==20.26.2 # via tox

0 comments on commit 4ad78d7

Please sign in to comment.