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

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Apr 30, 2024
1 parent 8fe95a3 commit 3cc6937
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
3 changes: 1 addition & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# -r requirements/test.in
# pytest-cov
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
# via pylint
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
httpretty==1.1.4
# via -r requirements/test.in
Expand All @@ -38,17 +38,17 @@ mccabe==0.7.0
# via pylint
packaging==24.0
# via pytest
platformdirs==4.2.0
platformdirs==4.2.1
# via pylint
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pycodestyle==2.11.1
# via -r requirements/test.in
pydocstyle==6.3.0
# via -r requirements/test.in
pylint==3.1.0
# via -r requirements/test.in
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down
12 changes: 6 additions & 6 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.4.4
coverage==7.5.0
# via -r requirements/tox.in
distlib==0.3.8
# via virtualenv
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.0
platformdirs==4.2.1
# via
# tox
# virtualenv
pluggy==1.4.0
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
tox==4.15.0
# via -r requirements/tox.in
virtualenv==20.25.1
virtualenv==20.26.1
# via tox

0 comments on commit 3cc6937

Please sign in to comment.