Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 1, 2024
1 parent ff17633 commit 1ab2b21
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.2
cachetools==5.3.3
# via tox
chardet==5.2.0
# via tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


# using LTS django version
Django<4.0
Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
26 changes: 13 additions & 13 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
#
asgiref==3.7.2
# via django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
cachetools==5.3.2
backports-zoneinfo==0.2.1
# via django
cachetools==5.3.3
# via tox
certifi==2024.2.2
# via requests
Expand All @@ -33,15 +35,15 @@ code-annotations==1.6.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==42.0.4
cryptography==42.0.5
# via secretstorage
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==3.2.24
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand All @@ -62,7 +64,7 @@ importlib-metadata==7.0.1
# via
# keyring
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
isort==5.13.2
# via
Expand All @@ -78,7 +80,7 @@ jinja2==3.1.3
# via
# code-annotations
# diff-cover
keyring==24.3.0
keyring==24.3.1
# via twine
lxml==5.1.0
# via edx-i18n-tools
Expand Down Expand Up @@ -127,7 +129,7 @@ pygments==2.17.2
# diff-cover
# readme-renderer
# rich
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -145,13 +147,11 @@ pyproject-api==1.6.1
# via tox
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via django
pyyaml==6.0.1
# via
# code-annotations
# edx-i18n-tools
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -161,7 +161,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -180,13 +180,13 @@ tomli==2.0.1
# pylint
# pyproject-api
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
tox==4.13.0
# via -r requirements/dev.in
twine==5.0.0
# via -r requirements/dev.in
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# astroid
Expand Down
20 changes: 10 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1
# via django
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.2.2
Expand All @@ -22,9 +24,9 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.4
cryptography==42.0.5
# via secretstorage
django==3.2.24
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/doc.in
Expand All @@ -46,7 +48,7 @@ importlib-metadata==7.0.1
# keyring
# sphinx
# twine
importlib-resources==6.1.1
importlib-resources==6.1.2
# via keyring
jaraco-classes==3.3.1
# via keyring
Expand All @@ -56,7 +58,7 @@ jeepney==0.8.0
# secretstorage
jinja2==3.1.3
# via sphinx
keyring==24.3.0
keyring==24.3.1
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -91,10 +93,8 @@ pygments==2.17.2
# rich
# sphinx
pytz==2024.1
# via
# babel
# django
readme-renderer==42.0
# via babel
readme-renderer==43.0
# via
# -r requirements/doc.in
# twine
Expand All @@ -109,7 +109,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
Expand Down Expand Up @@ -150,7 +150,7 @@ tomli==2.0.1
# via doc8
twine==5.0.0
# via -r requirements/doc.in
typing-extensions==4.9.0
typing-extensions==4.10.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 @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.1.1
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
#
asgiref==3.7.2
# via django
astroid==3.0.3
astroid==3.1.0
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via django
click==8.1.7
# via
# click-log
Expand All @@ -21,7 +23,7 @@ code-annotations==1.6.0
# via edx-lint
dill==0.3.8
# via pylint
django==3.2.24
django==4.2.10
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand All @@ -45,7 +47,7 @@ pycodestyle==2.11.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.0.3
pylint==3.1.0
# via
# edx-lint
# pylint-celery
Expand All @@ -61,8 +63,6 @@ pylint-plugin-utils==0.8.2
# pylint-django
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via django
pyyaml==6.0.1
# via code-annotations
six==1.16.0
Expand All @@ -77,9 +77,9 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# astroid
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage[toml]==7.4.2
coverage[toml]==7.4.3
# via pytest-cov
ddt==1.3.1
# via -r requirements/test.in
Expand All @@ -16,7 +16,7 @@ packaging==23.2
# via pytest
pluggy==1.4.0
# via pytest
pytest==8.0.1
pytest==8.0.2
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 1ab2b21

Please sign in to comment.