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 #44

Merged
merged 1 commit into from
Aug 4, 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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
pluggy==1.2.0
# via tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ certifi==2023.7.22
# via
# -r requirements/quality.txt
# requests
chardet==5.1.0
chardet==5.2.0
# via diff-cover
charset-normalizer==3.2.0
# via
Expand Down Expand Up @@ -62,7 +62,7 @@ django==3.2.20
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# edx-i18n-tools
edx-i18n-tools==1.0.0
edx-i18n-tools==1.1.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via -r requirements/quality.txt
Expand Down Expand Up @@ -122,9 +122,9 @@ pbr==5.11.1
# via
# -r requirements/quality.txt
# stevedore
pip-tools==7.1.0
pip-tools==7.2.0
# via -r requirements/pip-tools.txt
platformdirs==3.9.1
platformdirs==3.10.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -143,7 +143,7 @@ py==1.11.0
# via
# -r requirements/ci.txt
# tox
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.txt
pycryptodomex==3.18.0
# via
Expand All @@ -155,7 +155,7 @@ pygments==2.15.1
# via diff-cover
pyjwkest==1.4.2
# via -r requirements/quality.txt
pylint==2.17.4
pylint==2.17.5
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -240,7 +240,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via
# -r requirements/quality.txt
# pylint
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ coverage[toml]==7.2.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==41.0.2
cryptography==41.0.3
# via secretstorage
django==3.2.20
# via
Expand Down Expand Up @@ -96,7 +96,7 @@ markupsafe==2.1.3
# jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.0.0
more-itertools==10.1.0
# via jaraco-classes
packaging==23.1
# via
Expand Down Expand Up @@ -167,7 +167,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.5.2
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -178,7 +178,7 @@ six==1.16.0
# pyjwkest
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.0
sphinx==7.1.2
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.4
# via sphinx
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.6
# via pip-tools
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.2.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.9.1
platformdirs==3.10.0
# via pylint
pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.10.0
pycodestyle==2.11.0
# via -r requirements/quality.in
pycryptodomex==3.18.0
# via
Expand All @@ -100,7 +100,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pyjwkest==1.4.2
# via -r requirements/test.txt
pylint==2.17.4
pylint==2.17.5
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -164,7 +164,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
# via
Expand Down
Loading