Skip to content

Commit

Permalink
chore: Updating Python Requirements (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Mar 6, 2023
1 parent cd34b8d commit 58b632e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ idna==3.4
# via requests
packaging==23.0
# via tox
platformdirs==3.0.0
platformdirs==3.1.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -40,5 +40,5 @@ tox==3.28.0
# -r requirements/ci.in
urllib3==1.26.14
# via requests
virtualenv==20.19.0
virtualenv==20.20.0
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.6.0
# via
# -r requirements/quality.txt
# django
astroid==2.14.2
astroid==2.15.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -65,7 +65,7 @@ coverage[toml]==7.2.1
# -r requirements/quality.txt
# codecov
# pytest-cov
cryptography==39.0.1
cryptography==39.0.2
# via
# -r requirements/quality.txt
# secretstorage
Expand Down Expand Up @@ -180,13 +180,13 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.0.0
platformdirs==3.1.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -217,7 +217,7 @@ pygments==2.14.0
# diff-cover
# readme-renderer
# rich
pylint==2.16.2
pylint==2.16.3
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -245,7 +245,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.2.1
pytest==7.2.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -285,7 +285,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.3.1
rich==13.3.2
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -353,7 +353,7 @@ urllib3==1.26.14
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.19.0
virtualenv==20.20.0
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ coverage[toml]==7.2.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==39.0.1
cryptography==39.0.2
# via secretstorage
ddt==1.6.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -141,7 +141,7 @@ pymongo==3.13.0
# edx-opaque-keys
pyproject-hooks==1.0.0
# via build
pytest==7.2.1
pytest==7.2.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -177,7 +177,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.3.1
rich==13.3.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
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.38.4
# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
# via -r requirements/pip.in
setuptools==67.4.0
setuptools==67.5.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.6.0
# via
# -r requirements/test.txt
# django
astroid==2.14.2
astroid==2.15.0
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -40,7 +40,7 @@ coverage[toml]==7.2.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==39.0.1
cryptography==39.0.2
# via secretstorage
ddt==1.6.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -114,7 +114,7 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.0.0
platformdirs==3.1.0
# via pylint
pluggy==1.0.0
# via
Expand All @@ -130,7 +130,7 @@ pygments==2.14.0
# via
# readme-renderer
# rich
pylint==2.16.2
pylint==2.16.3
# via
# edx-lint
# pylint-celery
Expand All @@ -148,7 +148,7 @@ pymongo==3.13.0
# via
# -r requirements/test.txt
# edx-opaque-keys
pytest==7.2.1
pytest==7.2.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -179,7 +179,7 @@ requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.3.1
rich==13.3.2
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pymongo==3.13.0
# via
# -r requirements/base.txt
# edx-opaque-keys
pytest==7.2.1
pytest==7.2.2
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 58b632e

Please sign in to comment.