Skip to content

Commit

Permalink
chore: Updating Python Requirements (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 23, 2023
1 parent ebb15c7 commit aac72c3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 21 deletions.
22 changes: 13 additions & 9 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.13.2
astroid==2.13.3
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -59,10 +59,6 @@ code-annotations==1.3.0
# edx-lint
codecov==2.1.12
# via -r requirements/ci.txt
commonmark==0.9.1
# via
# -r requirements/quality.txt
# rich
coverage[toml]==7.0.5
# via
# -r requirements/ci.txt
Expand All @@ -75,7 +71,7 @@ cryptography==39.0.0
# secretstorage
ddt==1.6.0
# via -r requirements/quality.txt
diff-cover==7.3.0
diff-cover==7.3.2
# via -r requirements/dev.in
dill==0.3.6
# via
Expand Down Expand Up @@ -152,14 +148,22 @@ lazy-object-proxy==1.9.0
# via
# -r requirements/quality.txt
# astroid
markupsafe==2.1.1
markdown-it-py==2.1.0
# via
# -r requirements/quality.txt
# rich
markupsafe==2.1.2
# via
# -r requirements/quality.txt
# jinja2
mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
mdurl==0.1.2
# via
# -r requirements/quality.txt
# markdown-it-py
more-itertools==9.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -205,7 +209,7 @@ pycparser==2.21
# via
# -r requirements/quality.txt
# cffi
pydocstyle==6.2.3
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.14.0
# via
Expand Down Expand Up @@ -281,7 +285,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.1.0
rich==13.2.0
# via
# -r requirements/quality.txt
# twine
Expand Down
12 changes: 7 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ click==8.1.3
# code-annotations
code-annotations==1.3.0
# via -r requirements/test.txt
commonmark==0.9.1
# via rich
coverage[toml]==7.0.5
# via
# -r requirements/test.txt
Expand All @@ -54,7 +52,7 @@ docutils==0.19
# sphinx
edx-opaque-keys[django]==2.3.0
# via -r requirements/test.txt
edx-sphinx-theme==3.0.0
edx-sphinx-theme==3.1.0
# via -r requirements/doc.in
exceptiongroup==1.1.0
# via
Expand Down Expand Up @@ -90,10 +88,14 @@ jinja2==3.1.2
# sphinx
keyring==23.13.1
# via twine
markupsafe==2.1.1
markdown-it-py==2.1.0
# via rich
markupsafe==2.1.2
# via
# -r requirements/test.txt
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.0.0
# via jaraco-classes
packaging==23.0
Expand Down Expand Up @@ -160,7 +162,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.1.0
rich==13.2.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down
14 changes: 8 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.13.2
astroid==2.13.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -36,8 +36,6 @@ code-annotations==1.3.0
# via
# -r requirements/test.txt
# edx-lint
commonmark==0.9.1
# via rich
coverage[toml]==7.0.5
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -94,12 +92,16 @@ keyring==23.13.1
# via twine
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.1.1
markdown-it-py==2.1.0
# via rich
markupsafe==2.1.2
# via
# -r requirements/test.txt
# jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.0.0
# via jaraco-classes
packaging==23.0
Expand All @@ -122,7 +124,7 @@ pycodestyle==2.10.0
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydocstyle==6.2.3
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.14.0
# via
Expand Down Expand Up @@ -177,7 +179,7 @@ requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.1.0
rich==13.2.0
# 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 @@ -34,7 +34,7 @@ iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via code-annotations
markupsafe==2.1.1
markupsafe==2.1.2
# via jinja2
packaging==23.0
# via pytest
Expand Down

0 comments on commit aac72c3

Please sign in to comment.