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 Sep 12, 2023
1 parent 1de7250 commit f509101
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 26 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage==7.3.0
coverage==7.3.1
# via -r requirements/ci.in
distlib==0.3.7
# via virtualenv
Expand Down Expand Up @@ -33,5 +33,5 @@ tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
37 changes: 26 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# make upgrade
#
annotated-types==0.5.0
# via pydantic
asgiref==3.7.2
# via django
astroid==2.15.6
Expand All @@ -25,8 +27,6 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via typer
commonmark==0.9.1
# via rich
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.7
Expand All @@ -39,7 +39,7 @@ django==3.2.21
# -r requirements/dev.in
# -r requirements/quality.in
# edx-i18n-tools
docutils==0.19
docutils==0.20.1
# via rstcheck-core
edx-i18n-tools==1.1.0
# via -r requirements/dev.in
Expand All @@ -51,6 +51,10 @@ filelock==3.12.3
# via
# tox
# virtualenv
importlib-metadata==6.8.0
# via
# rstcheck
# rstcheck-core
isort==5.12.0
# via
# -r requirements/quality.in
Expand All @@ -61,10 +65,14 @@ jinja2==3.1.2
# diff-cover
lazy-object-proxy==1.9.0
# via astroid
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
packaging==23.1
# via tox
path==16.7.1
Expand All @@ -89,8 +97,10 @@ py==1.11.0
# via tox
pycodestyle==2.11.0
# via -r requirements/quality.in
pydantic==1.10.12
pydantic==2.3.0
# via rstcheck-core
pydantic-core==2.6.3
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.16.1
Expand Down Expand Up @@ -119,11 +129,11 @@ pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
rich==12.6.0
rich==13.5.2
# via typer
rstcheck==6.1.2
rstcheck==6.2.0
# via -r requirements/quality.in
rstcheck-core==1.0.3
rstcheck-core==1.1.1
# via rstcheck
shellingham==1.5.3
# via typer
Expand Down Expand Up @@ -152,21 +162,26 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/dev.in
typer[all]==0.7.0
typer[all]==0.9.0
# via rstcheck
types-docutils==0.19.1.9
# via rstcheck-core
typing-extensions==4.7.1
# via
# annotated-types
# asgiref
# astroid
# filelock
# pydantic
# pydantic-core
# pylint
# rich
virtualenv==20.24.4
# rstcheck
# rstcheck-core
# typer
virtualenv==20.24.5
# via tox
wheel==0.41.2
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
zipp==3.16.2
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via
Expand Down
35 changes: 25 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# make upgrade
#
annotated-types==0.5.0
# via pydantic
asgiref==3.7.2
# via django
astroid==2.15.6
Expand All @@ -23,18 +25,20 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via typer
commonmark==0.9.1
# via rich
dill==0.3.7
# via pylint
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
docutils==0.19
docutils==0.20.1
# via rstcheck-core
edx-lint==5.3.4
# via -r requirements/quality.in
importlib-metadata==6.8.0
# via
# rstcheck
# rstcheck-core
isort==5.12.0
# via
# -r requirements/quality.in
Expand All @@ -43,18 +47,24 @@ jinja2==3.1.2
# via code-annotations
lazy-object-proxy==1.9.0
# via astroid
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
# via pylint
pycodestyle==2.11.0
# via -r requirements/quality.in
pydantic==1.10.12
pydantic==2.3.0
# via rstcheck-core
pydantic-core==2.6.3
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.16.1
Expand All @@ -79,11 +89,11 @@ pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via code-annotations
rich==12.6.0
rich==13.5.2
# via typer
rstcheck==6.1.2
rstcheck==6.2.0
# via -r requirements/quality.in
rstcheck-core==1.0.3
rstcheck-core==1.1.1
# via rstcheck
shellingham==1.5.3
# via typer
Expand All @@ -101,16 +111,21 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.1
# via pylint
typer[all]==0.7.0
typer[all]==0.9.0
# via rstcheck
types-docutils==0.19.1.9
# via rstcheck-core
typing-extensions==4.7.1
# via
# annotated-types
# asgiref
# astroid
# pydantic
# pydantic-core
# pylint
# rich
# rstcheck
# rstcheck-core
# typer
wrapt==1.15.0
# via astroid
zipp==3.16.2
# via importlib-metadata
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ click-plugins==1.1.1
# via celery
code-annotations==1.5.0
# via -r requirements/test.in
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
cryptography==41.0.3
# via pyjwt
Expand Down Expand Up @@ -181,7 +181,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==7.4.1
pytest==7.4.2
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit f509101

Please sign in to comment.