Skip to content
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
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coverage==7.13.1
# via codecov
distlib==0.4.0
# via virtualenv
filelock==3.20.2
filelock==3.20.3
# via
# tox
# virtualenv
Expand All @@ -40,9 +40,9 @@ pyproject-api==1.10.0
# via tox
requests==2.32.5
# via codecov
tox==4.33.0
tox==4.34.1
# via -r requirements/ci.in
urllib3==2.6.2
urllib3==2.6.3
# via requests
virtualenv==20.35.4
virtualenv==20.36.1
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==4.0.3
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
build==1.3.0
build==1.4.0
# via -r requirements/quality.in
cachetools==6.2.4
# via tox
Expand All @@ -39,7 +39,7 @@ colorama==0.4.6
# via tox
cryptography==46.0.3
# via secretstorage
diff-cover==10.1.0
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.0
# via pylint
Expand All @@ -58,7 +58,7 @@ edx-lint==5.6.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.20.2
filelock==3.20.3
# via
# tox
# virtualenv
Expand All @@ -74,7 +74,7 @@ isort==7.0.0
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.2
jaraco-context==6.1.0
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down Expand Up @@ -187,19 +187,19 @@ stevedore==5.6.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
tox==4.33.0
tox==4.34.1
# via -r requirements/dev.in
twine==6.2.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
urllib3==2.6.2
urllib3==2.6.3
# via
# requests
# twine
virtualenv==20.35.4
virtualenv==20.36.1
# via tox
wheel==0.45.1
# via -r requirements/dev.in
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.3.0
build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==4.0.3
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
build==1.3.0
build==1.4.0
# via -r requirements/quality.in
certifi==2026.1.4
# via requests
Expand Down Expand Up @@ -47,7 +47,7 @@ isort==7.0.0
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.2
jaraco-context==6.1.0
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down Expand Up @@ -132,11 +132,11 @@ stevedore==5.6.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
twine==6.2.0
# via -r requirements/quality.in
urllib3==2.6.2
urllib3==2.6.3
# via
# requests
# twine
Expand Down