Skip to content

Commit

Permalink
chore: Updating Python Requirements (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 15, 2023
1 parent 5f9b7f4 commit 4ab14fb
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand Down
22 changes: 17 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
#
asgiref==3.7.2
# via django
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
cachetools==5.3.2
# via tox
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via
# diff-cover
Expand All @@ -31,11 +33,13 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==41.0.7
# via secretstorage
diff-cover==8.0.1
# via -r requirements/dev.in
dill==0.3.7
# via pylint
distlib==0.3.7
distlib==0.3.8
# via virtualenv
django==3.2.23
# via
Expand All @@ -60,12 +64,16 @@ importlib-metadata==7.0.0
# twine
importlib-resources==6.1.1
# via keyring
isort==5.12.0
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# code-annotations
Expand Down Expand Up @@ -110,14 +118,16 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
# via
# diff-cover
# readme-renderer
# rich
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -153,6 +163,8 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via edx-lint
snowballstemmer==2.2.0
Expand All @@ -174,7 +186,7 @@ tox==4.11.4
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/dev.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# astroid
Expand Down
16 changes: 14 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ alabaster==0.7.13
# via sphinx
asgiref==3.7.2
# via django
babel==2.13.1
babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==41.0.7
# via secretstorage
django==3.2.23
# via
# -c requirements/common_constraints.txt
Expand All @@ -46,6 +50,10 @@ importlib-resources==6.1.1
# via keyring
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via sphinx
keyring==24.3.0
Expand All @@ -70,6 +78,8 @@ pkginfo==1.9.6
# via twine
pockets==0.9.1
# via sphinxcontrib-napoleon
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
Expand Down Expand Up @@ -101,6 +111,8 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# pockets
Expand Down Expand Up @@ -138,7 +150,7 @@ tomli==2.0.1
# via doc8
twine==4.0.2
# via -r requirements/doc.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# pydata-sphinx-theme
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
Expand All @@ -27,7 +27,7 @@ django==3.2.23
# -r requirements/quality.in
edx-lint==5.3.6
# via -r requirements/quality.in
isort==5.12.0
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
Expand All @@ -45,7 +45,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -79,7 +79,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# astroid
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# coverage
# pytest-cov
Expand Down

0 comments on commit 4ab14fb

Please sign in to comment.