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

Merged
merged 1 commit into from
Sep 28, 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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ six==1.16.0
# via python-dateutil
sqlparse==0.4.4
# via django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# asgiref
# kombu
Expand Down
6 changes: 2 additions & 4 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.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -29,7 +29,5 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
32 changes: 14 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@
#
asgiref==3.7.2
# via django
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
bleach==6.0.0
# via readme-renderer
certifi==2023.7.22
# via requests
cffi==1.15.1
Expand All @@ -29,7 +27,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.3
cryptography==41.0.4
# via secretstorage
diff-cover==7.7.0
# via -r requirements/dev.in
Expand All @@ -43,13 +41,13 @@ django==3.2.21
# edx-i18n-tools
docutils==0.20.1
# via readme-renderer
edx-i18n-tools==1.1.0
edx-i18n-tools==1.2.0
# via -r requirements/dev.in
edx-lint==5.3.4
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -59,7 +57,7 @@ importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==6.0.1
importlib-resources==6.1.0
# via keyring
isort==5.12.0
# via
Expand Down Expand Up @@ -89,6 +87,8 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via tox
path==16.7.1
Expand Down Expand Up @@ -120,7 +120,7 @@ pygments==2.16.1
# diff-cover
# readme-renderer
# rich
pylint==2.17.5
pylint==2.17.6
# via
# edx-lint
# pylint-celery
Expand All @@ -142,7 +142,7 @@ pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -152,13 +152,12 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.5.2
rich==13.5.3
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# edx-lint
# pydocstyle
# tox
Expand All @@ -185,26 +184,23 @@ tox-battery==0.6.2
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/dev.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# asgiref
# astroid
# filelock
# pylint
# rich
urllib3==2.0.4
urllib3==2.0.5
# via
# requests
# twine
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
webencodings==0.5.1
# via bleach
wheel==0.41.2
# via -r requirements/dev.in
wrapt==1.15.0
# via astroid
zipp==3.16.2
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
23 changes: 10 additions & 13 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ beautifulsoup4==4.12.2
# via pydata-sphinx-theme
billiard==4.1.0
# via celery
bleach==6.0.0
# via readme-renderer
build==1.0.3
# via -r requirements/doc.in
celery==5.3.4
Expand All @@ -50,7 +48,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==41.0.3
cryptography==41.0.4
# via secretstorage
django==3.2.21
# via
Expand Down Expand Up @@ -79,7 +77,7 @@ importlib-metadata==6.8.0
# keyring
# sphinx
# twine
importlib-resources==6.0.1
importlib-resources==6.1.0
# via keyring
jaraco-classes==3.3.0
# via keyring
Expand All @@ -103,6 +101,8 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
# via
# build
Expand All @@ -118,7 +118,7 @@ prompt-toolkit==3.0.39
# via click-repl
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.13.3
pydata-sphinx-theme==0.14.1
# via sphinx-book-theme
pygments==2.16.1
# via
Expand All @@ -136,7 +136,7 @@ pytz==2023.3.post1
# via
# babel
# django
readme-renderer==41.0
readme-renderer==42.0
# via twine
requests==2.31.0
# via
Expand All @@ -149,13 +149,12 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.5.2
rich==13.5.3
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
# pockets
# python-dateutil
# sphinxcontrib-napoleon
Expand Down Expand Up @@ -195,7 +194,7 @@ tomli==2.0.1
# pyproject-hooks
twine==4.0.2
# via -r requirements/doc.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# asgiref
# kombu
Expand All @@ -205,7 +204,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.4
urllib3==2.0.5
# via
# requests
# twine
Expand All @@ -216,9 +215,7 @@ vine==5.0.0
# kombu
wcwidth==0.2.6
# via prompt-toolkit
webencodings==0.5.1
# via bleach
zipp==3.16.2
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.0
setuptools==68.2.2
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -41,7 +41,7 @@ pycodestyle==2.11.0
# via -r requirements/quality.in
pydocstyle==3.0.0
# via -r requirements/quality.in
pylint==2.17.5
pylint==2.17.6
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -73,7 +73,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# pylint
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
# via click-repl
pytest==7.4.1
pytest==7.4.2
# via
# pytest-cov
# pytest-django
Expand All @@ -81,7 +81,7 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# asgiref
# kombu
Expand Down