Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #156

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Expand Down
24 changes: 13 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
#
asgiref==3.7.2
# via django
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# 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,14 +35,14 @@ 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
# -r requirements/quality.in
# edx-i18n-tools
docutils==0.20.1
# via readme-renderer
edx-i18n-tools==1.2.0
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.in
Expand Down Expand Up @@ -76,6 +76,8 @@ keyring==24.2.0
# via twine
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.3
# via edx-i18n-tools
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
Expand All @@ -88,15 +90,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 @@ -109,7 +111,7 @@ polib==1.2.0
# via edx-i18n-tools
py==1.11.0
# via tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
Expand All @@ -120,7 +122,7 @@ pygments==2.16.1
# diff-cover
# readme-renderer
# rich
pylint==2.17.5
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -152,7 +154,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 @@ -189,7 +191,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==2.0.5
urllib3==2.0.6
# via
# requests
# twine
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ alabaster==0.7.13
# via sphinx
asgiref==3.7.2
# via django
babel==2.12.1
babel==2.13.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
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
cryptography==41.0.4
# via secretstorage
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/doc.in
Expand Down Expand Up @@ -68,7 +68,7 @@ more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
packaging==23.2
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -109,7 +109,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 @@ -155,7 +155,7 @@ typing-extensions==4.8.0
# asgiref
# pydata-sphinx-theme
# rich
urllib3==2.0.5
urllib3==2.0.6
# via
# requests
# twine
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
10 changes: 5 additions & 5 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==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand All @@ -21,7 +21,7 @@ code-annotations==1.5.0
# via edx-lint
dill==0.3.7
# via pylint
django==3.2.21
django==3.2.22
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand All @@ -41,13 +41,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
pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.5
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via pytest-cov
ddt==1.3.1
# via -r requirements/test.in
exceptiongroup==1.1.3
# via pytest
iniconfig==2.0.0
# via pytest
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
Expand Down