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 Oct 5, 2023
1 parent 6cb632f commit c5e0397
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -65,5 +65,5 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ astroid==2.15.8
# pylint-celery
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via diff-cover
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand All @@ -35,7 +35,7 @@ dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# edx-i18n-tools
Expand Down Expand Up @@ -89,15 +89,15 @@ more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
packaging==23.2
# via tox
path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
# via stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.10.0
platformdirs==3.11.0
# via
# pylint
# virtualenv
Expand All @@ -120,7 +120,7 @@ pygments==2.16.1
# diff-cover
# readme-renderer
# rich
pylint==2.17.6
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -152,7 +152,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.5.3
rich==13.6.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -190,7 +190,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==2.0.5
urllib3==2.0.6
# via
# requests
# twine
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ amqp==5.1.1
# via kombu
asgiref==3.7.2
# via django
babel==2.12.1
babel==2.13.0
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -32,9 +32,9 @@ celery==5.3.4
# -r requirements/base.in
certifi==2023.7.22
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
click==8.1.7
# via
Expand All @@ -50,7 +50,7 @@ click-repl==0.3.0
# via celery
cryptography==41.0.4
# via secretstorage
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -103,7 +103,7 @@ more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
packaging==23.2
# via
# build
# pydata-sphinx-theme
Expand Down Expand Up @@ -149,7 +149,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.5.3
rich==13.6.0
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -204,7 +204,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.5
urllib3==2.0.6
# via
# requests
# twine
Expand All @@ -213,7 +213,7 @@ vine==5.0.0
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit
zipp==3.17.0
# via
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.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ mccabe==0.7.0
# via pylint
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pycodestyle==2.11.0
# via -r requirements/quality.in
pydocstyle==3.0.0
# via -r requirements/quality.in
pylint==2.17.6
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via pytest-cov
ddt==1.6.0
# via -r requirements/test.in
Expand All @@ -49,7 +49,7 @@ jsonfield==3.1.0
# via celery
mock==5.1.0
# via -r requirements/test.in
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
Expand Down Expand Up @@ -93,5 +93,5 @@ tzdata==2023.3
# amqp
# celery
# kombu
wcwidth==0.2.6
wcwidth==0.2.8
# via prompt-toolkit

0 comments on commit c5e0397

Please sign in to comment.