Skip to content

Commit

Permalink
chore: Updating Python Requirements (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored May 4, 2023
1 parent 5a326de commit ca08672
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ django==3.2.18
# -r requirements/base.in
pytz==2023.3
# via django
sqlparse==0.4.3
sqlparse==0.4.4
# via django
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.6
# via virtualenv
filelock==3.11.0
filelock==3.12.0
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.2.0
platformdirs==3.5.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.21.0
virtualenv==20.23.0
# via tox
24 changes: 12 additions & 12 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.15.3
astroid==2.15.4
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -51,7 +51,7 @@ code-annotations==1.3.0
# via
# -r requirements/quality.txt
# edx-lint
coverage[toml]==7.2.3
coverage[toml]==7.2.5
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -85,7 +85,7 @@ exceptiongroup==1.1.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.11.0
filelock==3.12.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -94,7 +94,7 @@ idna==3.4
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.4.1
importlib-metadata==6.6.0
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -171,7 +171,7 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.2.0
platformdirs==3.5.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -196,13 +196,13 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.15.0
pygments==2.15.1
# via
# -r requirements/quality.txt
# diff-cover
# readme-renderer
# rich
pylint==2.17.2
pylint==2.17.3
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -251,7 +251,7 @@ readme-renderer==37.3
# via
# -r requirements/quality.txt
# twine
requests==2.28.2
requests==2.29.0
# via
# -r requirements/quality.txt
# requests-toolbelt
Expand All @@ -264,7 +264,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.3.4
rich==13.3.5
# via
# -r requirements/quality.txt
# twine
Expand All @@ -283,7 +283,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.4.3
sqlparse==0.4.4
# via
# -r requirements/quality.txt
# django
Expand All @@ -306,7 +306,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.7
tomlkit==0.11.8
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -330,7 +330,7 @@ urllib3==1.26.15
# -r requirements/quality.txt
# requests
# twine
virtualenv==20.21.0
virtualenv==20.23.0
# via
# -r requirements/ci.txt
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ code-annotations==1.3.0
# via -r requirements/test.txt
colorama==0.4.6
# via sphinx-autobuild
coverage[toml]==7.2.3
coverage[toml]==7.2.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -63,7 +63,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.4.1
importlib-metadata==6.6.0
# via
# keyring
# sphinx
Expand Down Expand Up @@ -120,7 +120,7 @@ pycparser==2.21
# via cffi
pydata-sphinx-theme==0.12.0
# via sphinx-book-theme
pygments==2.15.0
pygments==2.15.1
# via
# doc8
# pydata-sphinx-theme
Expand Down Expand Up @@ -154,7 +154,7 @@ pyyaml==6.0
# sphinx-book-theme
readme-renderer==37.3
# via twine
requests==2.28.2
requests==2.29.0
# via
# requests-toolbelt
# sphinx
Expand All @@ -165,7 +165,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.3.4
rich==13.3.5
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -212,7 +212,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.3
sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
Expand All @@ -233,7 +233,7 @@ tomli==2.0.1
# doc8
# pyproject-hooks
# pytest
tornado==6.2
tornado==6.3.1
# via livereload
twine==4.0.2
# via -r requirements/doc.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.6.1
setuptools==67.7.2
# via -r requirements/pip.in
20 changes: 10 additions & 10 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.15.3
astroid==2.15.4
# via
# pylint
# pylint-celery
Expand All @@ -32,7 +32,7 @@ code-annotations==1.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.2.3
coverage[toml]==7.2.5
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -56,7 +56,7 @@ exceptiongroup==1.1.1
# pytest
idna==3.4
# via requests
importlib-metadata==6.4.1
importlib-metadata==6.6.0
# via
# keyring
# twine
Expand Down Expand Up @@ -106,7 +106,7 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.2.0
platformdirs==3.5.0
# via pylint
pluggy==1.0.0
# via
Expand All @@ -118,11 +118,11 @@ pycparser==2.21
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.0
pygments==2.15.1
# via
# readme-renderer
# rich
pylint==2.17.2
pylint==2.17.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -159,15 +159,15 @@ pyyaml==6.0
# code-annotations
readme-renderer==37.3
# via twine
requests==2.28.2
requests==2.29.0
# via
# requests-toolbelt
# twine
requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.3.4
rich==13.3.5
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -177,7 +177,7 @@ six==1.16.0
# edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.3
sqlparse==0.4.4
# via
# -r requirements/test.txt
# django
Expand All @@ -195,7 +195,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.11.7
tomlkit==0.11.8
# via pylint
twine==4.0.2
# via -r requirements/quality.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.3
# via code-annotations
code-annotations==1.3.0
# via -r requirements/test.in
coverage[toml]==7.2.3
coverage[toml]==7.2.5
# via pytest-cov
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -50,7 +50,7 @@ pytz==2023.3
# django
pyyaml==6.0
# via code-annotations
sqlparse==0.4.3
sqlparse==0.4.4
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit ca08672

Please sign in to comment.