Skip to content

Commit

Permalink
chore: Updating Python Requirements (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored May 3, 2024
1 parent dbdb47e commit 1d47ca4
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 22 deletions.
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coverage==7.5.0
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
Expand All @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.14.2
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.26.0
virtualenv==20.26.1
# via tox
15 changes: 7 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ execnet==2.1.1
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.13.4
filelock==3.14.0
# via
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.100.1
hypothesis==6.100.2
# via -r requirements/doc.txt
idna==3.7
# via
Expand Down Expand Up @@ -229,19 +229,19 @@ pyproject-api==1.6.1
# via
# -r requirements/ci.txt
# tox
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/doc.txt
# pytest-cov
# pytest-xdist
pytest-cov==5.0.0
# via -r requirements/doc.txt
pytest-xdist==3.5.0
pytest-xdist==3.6.1
# via -r requirements/doc.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -327,14 +327,13 @@ tomli==2.0.1
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
# via
# -r requirements/doc.txt
# pylint
tox==4.14.2
tox==4.15.0
# via -r requirements/ci.txt
typing-extensions==4.11.0
# via
Expand All @@ -347,7 +346,7 @@ urllib3==2.2.1
# via
# -r requirements/doc.txt
# requests
virtualenv==20.26.0
virtualenv==20.26.1
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 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.100.1
hypothesis==6.100.2
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -122,7 +122,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.4.0
# via -r requirements/test.txt
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -132,7 +132,7 @@ pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/django-test.in
pytest-xdist==3.5.0
pytest-xdist==3.6.1
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.100.1
hypothesis==6.100.2
# via -r requirements/test.txt
idna==3.7
# via requests
Expand Down Expand Up @@ -160,14 +160,14 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.4.0
# via -r requirements/test.txt
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.txt
# pytest-cov
# pytest-xdist
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-xdist==3.5.0
pytest-xdist==3.6.1
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down
3 changes: 1 addition & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,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
6 changes: 3 additions & 3 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.100.1
hypothesis==6.100.2
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -85,14 +85,14 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymongo==4.4.0
# via -r requirements/base.txt
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.in
# pytest-cov
# pytest-xdist
pytest-cov==5.0.0
# via -r requirements/test.in
pytest-xdist==3.5.0
pytest-xdist==3.6.1
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
Expand Down

0 comments on commit 1d47ca4

Please sign in to comment.