Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 22, 2024
1 parent 3aaf332 commit 41a33c9
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 27 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.in
virtualenv==20.25.0
virtualenv==20.25.1
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.4
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -194,7 +193,7 @@ pbr==6.0.0
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
Expand Down Expand Up @@ -258,7 +257,8 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==8.0.0
# pip-tools
pytest==8.0.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -345,7 +345,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.12.1
tox==4.13.0
# via -r requirements/ci.txt
twine==5.0.0
# via -r requirements/quality.txt
Expand All @@ -360,12 +360,12 @@ uritemplate==4.1.1
# via
# -r requirements/quality.txt
# drf-yasg
urllib3==2.2.0
urllib3==2.2.1
# via
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.25.0
virtualenv==20.25.1
# via
# -r requirements/ci.txt
# tox
Expand Down
9 changes: 4 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.4
# via secretstorage
django==3.2.24
# via
Expand Down Expand Up @@ -122,7 +121,7 @@ pygments==2.17.2
# readme-renderer
# rich
# sphinx
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -208,7 +207,7 @@ uritemplate==4.1.1
# via
# -r requirements/test.txt
# drf-yasg
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# twine
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand Down
9 changes: 4 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.6.0
# via edx-lint
coverage[toml]==7.4.1
coverage[toml]==7.4.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==42.0.2
cryptography==42.0.4
# via secretstorage
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -137,7 +136,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==8.0.0
pytest==8.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -206,7 +205,7 @@ uritemplate==4.1.1
# via
# -r requirements/test.txt
# drf-yasg
urllib3==2.2.0
urllib3==2.2.1
# via
# requests
# twine
Expand Down
8 changes: 3 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ asgiref==3.7.2
# via
# -r requirements/base.txt
# django
coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
coverage[toml]==7.4.2
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand All @@ -37,7 +35,7 @@ packaging==23.2
# pytest
pluggy==1.4.0
# via pytest
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 41a33c9

Please sign in to comment.