Skip to content
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
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.1.1
cachetools==7.1.3
# via tox
certifi==2026.4.22
# via requests
Expand Down Expand Up @@ -42,13 +42,13 @@ python-discovery==1.3.1
# via
# tox
# virtualenv
requests==2.34.0
requests==2.34.2
# via codecov
tomli-w==1.2.0
# via tox
tox==4.54.0
# via -r requirements/ci.in
urllib3==2.7.0
# via requests
virtualenv==21.3.2
virtualenv==21.3.3
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==4.0.4
# pylint-celery
build==1.5.0
# via -r requirements/quality.in
cachetools==7.1.1
cachetools==7.1.3
# via tox
certifi==2026.4.22
# via requests
Expand All @@ -22,7 +22,7 @@ chardet==7.4.3
# via diff-cover
charset-normalizer==3.4.7
# via requests
click==8.3.3
click==8.4.0
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -71,7 +71,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
jaraco-functools==4.5.0
# via keyring
jeepney==0.9.0
# via
Expand All @@ -83,7 +83,7 @@ jinja2==3.1.6
# diff-cover
keyring==25.7.0
# via twine
lxml[html-clean]==6.1.0
lxml[html-clean]==6.1.1
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -165,7 +165,7 @@ pyyaml==6.0.3
# edx-i18n-tools
readme-renderer==44.0
# via twine
requests==2.34.0
requests==2.34.2
# via
# requests-toolbelt
# twine
Expand All @@ -183,7 +183,7 @@ snowballstemmer==3.0.1
# via pydocstyle
sqlparse==0.5.5
# via django
stevedore==5.7.0
stevedore==5.8.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand All @@ -204,7 +204,7 @@ urllib3==2.7.0
# id
# requests
# twine
virtualenv==21.3.2
virtualenv==21.3.3
# via tox
wheel==0.47.0
# via -r requirements/dev.in
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.5.0
# via pip-tools
click==8.3.3
click==8.4.0
# via pip-tools
packaging==26.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.3.3
click==8.4.0
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -45,7 +45,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
jaraco-functools==4.5.0
# via keyring
jeepney==0.9.0
# via
Expand Down Expand Up @@ -107,7 +107,7 @@ pyyaml==6.0.3
# via code-annotations
readme-renderer==44.0
# via twine
requests==2.34.0
requests==2.34.2
# via
# requests-toolbelt
# twine
Expand All @@ -123,7 +123,7 @@ six==1.17.0
# via edx-lint
snowballstemmer==3.0.1
# via pydocstyle
stevedore==5.7.0
stevedore==5.8.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
Loading