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

Closed
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 @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand All @@ -31,7 +31,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/ci.in
# tox
30 changes: 13 additions & 17 deletions requirements/dev.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.8
astroid==3.0.1
# via
# pylint
# pylint-celery
Expand All @@ -16,7 +16,7 @@ cffi==1.16.0
# via cryptography
chardet==5.2.0
# via diff-cover
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -27,15 +27,15 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/dev.in
dill==0.3.7
# via pylint
distlib==0.3.7
# via virtualenv
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand All @@ -44,9 +44,9 @@ docutils==0.20.1
# via readme-renderer
edx-i18n-tools==1.3.0
# via -r requirements/dev.in
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -74,8 +74,6 @@ jinja2==3.1.2
# diff-cover
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
Expand Down Expand Up @@ -122,15 +120,15 @@ pygments==2.16.1
# diff-cover
# readme-renderer
# rich
pylint==2.17.7
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down Expand Up @@ -174,7 +172,7 @@ tomli==2.0.1
# via
# pylint
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
tox==3.28.0
# via
Expand All @@ -191,18 +189,16 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==2.0.6
urllib3==2.0.7
# via
# requests
# twine
virtualenv==20.24.5
virtualenv==20.24.6
# via
# -r requirements/dev.in
# tox
wheel==0.41.2
wheel==0.41.3
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
zipp==3.17.0
# via
# importlib-metadata
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ alabaster==0.7.13
# via sphinx
asgiref==3.7.2
# via django
babel==2.13.0
babel==2.13.1
# via
# pydata-sphinx-theme
# sphinx
Expand All @@ -20,11 +20,11 @@ certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
cryptography==41.0.4
cryptography==41.0.5
# via secretstorage
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/doc.in
Expand Down Expand Up @@ -80,7 +80,7 @@ pockets==0.9.1
# via sphinxcontrib-napoleon
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.1
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down Expand Up @@ -155,7 +155,7 @@ typing-extensions==4.8.0
# asgiref
# pydata-sphinx-theme
# rich
urllib3==2.0.6
urllib3==2.0.7
# 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 @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
16 changes: 6 additions & 10 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.8
astroid==3.0.1
# via
# pylint
# pylint-celery
Expand All @@ -21,20 +21,18 @@ code-annotations==1.5.0
# via edx-lint
dill==0.3.7
# via pylint
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
edx-lint==5.3.4
edx-lint==5.3.6
# via -r requirements/quality.in
isort==5.12.0
# via
# -r requirements/quality.in
# pylint
jinja2==3.1.2
# via code-annotations
lazy-object-proxy==1.9.0
# via astroid
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
Expand All @@ -47,15 +45,15 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==2.17.7
pylint==3.0.2
# via
# edx-lint
# pylint-celery
# pylint-django
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.3
pylint-django==2.5.5
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand All @@ -79,12 +77,10 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
typing-extensions==4.8.0
# via
# asgiref
# astroid
# pylint
wrapt==1.15.0
# via astroid
8 changes: 5 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# make upgrade
#
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
ddt==1.3.1
# via -r requirements/test.in
exceptiongroup==1.1.3
Expand All @@ -16,13 +18,13 @@ packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
tomli==2.0.1
# via
Expand Down