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

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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.7
distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via
Expand Down
30 changes: 21 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,20 @@
#
asgiref==3.7.2
# via django
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
attrs==23.1.0
attrs==23.2.0
# via -r requirements/base.in
build==1.0.3
# via pip-tools
cachetools==5.3.2
# via tox
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
chardet==5.2.0
# via
# diff-cover
Expand All @@ -36,11 +38,13 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via tox
diff-cover==8.0.1
cryptography==41.0.7
# via secretstorage
diff-cover==8.0.2
# via -r requirements/dev.in
dill==0.3.7
# via pylint
distlib==0.3.7
distlib==0.3.8
# via virtualenv
django==3.2.23
# via
Expand All @@ -61,26 +65,30 @@ filelock==3.13.1
# virtualenv
idna==3.6
# via requests
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# build
# keyring
# twine
importlib-resources==6.1.1
# via keyring
isort==5.12.0
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via
# code-annotations
# diff-cover
keyring==24.3.0
# via twine
lxml==4.9.3
lxml==5.0.1
# via edx-i18n-tools
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -120,14 +128,16 @@ polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.17.2
# via
# diff-cover
# readme-renderer
# rich
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -170,6 +180,8 @@ rich==13.7.0
# via twine
sailthru-client==2.2.3
# via -r requirements/base.in
secretstorage==3.3.3
# via keyring
simplejson==3.19.2
# via sailthru-client
six==1.16.0
Expand Down Expand Up @@ -201,7 +213,7 @@ tox==4.11.4
# via -r requirements/dev.in
twine==4.0.2
# via -r requirements/dev.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# astroid
Expand Down
20 changes: 16 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,22 @@ alabaster==0.7.13
# via sphinx
asgiref==3.7.2
# via django
attrs==23.1.0
attrs==23.2.0
# via -r requirements/base.in
babel==2.13.1
babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
# via pydata-sphinx-theme
certifi==2023.11.17
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==41.0.7
# via secretstorage
django==3.2.23
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -39,7 +43,7 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# keyring
# sphinx
Expand All @@ -48,6 +52,10 @@ importlib-resources==6.1.1
# via keyring
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via sphinx
keyring==24.3.0
Expand All @@ -70,6 +78,8 @@ pbr==6.0.0
# via stevedore
pkginfo==1.9.6
# via twine
pycparser==2.21
# via cffi
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
Expand Down Expand Up @@ -106,6 +116,8 @@ rich==13.7.0
# via twine
sailthru-client==2.2.3
# via -r requirements/base.in
secretstorage==3.3.3
# via keyring
simplejson==3.19.2
# via sailthru-client
six==1.16.0
Expand Down Expand Up @@ -145,7 +157,7 @@ tomli==2.0.1
# via doc8
twine==4.0.2
# via -r requirements/doc.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# asgiref
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
Expand All @@ -21,7 +21,7 @@ dill==0.3.7
# via pylint
edx-lint==5.3.6
# via -r requirements/quality.in
isort==5.12.0
isort==5.13.2
# via
# -r requirements/quality.in
# pylint
Expand All @@ -39,7 +39,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -69,7 +69,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# astroid
# pylint
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
asgiref==3.7.2
# via django
attrs==23.1.0
attrs==23.2.0
# via
# -r requirements/base.in
# hypothesis
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
coverage[toml]==7.3.2
coverage[toml]==7.4.0
# via
# coverage
# pytest-cov
ddt==1.7.0
ddt==1.7.1
# via -r requirements/test.in
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand All @@ -27,15 +27,15 @@ exceptiongroup==1.2.0
# via
# hypothesis
# pytest
hypothesis[pytz]==6.91.1
hypothesis[pytz]==6.92.3
# via
# -r requirements/test.in
# hypothesis-pytest
hypothesis-pytest==0.19.0
# via -r requirements/test.in
idna==3.6
# via requests
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via pytest-randomly
iniconfig==2.0.0
# via pytest
Expand All @@ -57,7 +57,7 @@ pudb==2023.1
# via -r requirements/test.in
pygments==2.17.2
# via pudb
pytest==7.4.3
pytest==7.4.4
# via
# hypothesis-pytest
# pytest-cov
Expand Down Expand Up @@ -95,11 +95,11 @@ tomli==2.0.1
# via
# coverage
# pytest
typing-extensions==4.8.0
typing-extensions==4.9.0
# via asgiref
urllib3==2.1.0
# via requests
urwid==2.3.4
urwid==2.4.1
# via
# pudb
# urwid-readline
Expand Down
Loading