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 @@ -30,15 +30,15 @@ pluggy==1.6.0
# tox
pyproject-api==1.10.0
# via tox
python-discovery==1.3.0
python-discovery==1.3.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.1
tox==4.54.0
# via -r requirements/ci.in
virtualenv==21.3.1
virtualenv==21.3.3
# via
# -r requirements/ci.in
# tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ filelock==3.29.0
# virtualenv
id==1.6.1
# via twine
idna==3.13
idna==3.15
# via requests
isort==8.0.1
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pyproject-api==1.10.0
# via tox
python-discovery==1.3.0
python-discovery==1.3.1
# via
# tox
# virtualenv
Expand All @@ -159,7 +159,7 @@ pyyaml==6.0.3
# edx-i18n-tools
readme-renderer==44.0
# via twine
requests==2.33.1
requests==2.34.2
# via
# requests-toolbelt
# twine
Expand All @@ -183,11 +183,11 @@ text-unidecode==1.3
# via python-slugify
tomli-w==1.2.0
# via tox
tomlkit==0.14.0
tomlkit==0.15.0
# via
# edx-lint
# pylint
tox==4.53.1
tox==4.54.0
# via -r requirements/dev.in
twine==6.2.0
# via -r requirements/dev.in
Expand All @@ -196,7 +196,7 @@ urllib3==2.7.0
# id
# requests
# twine
virtualenv==21.3.1
virtualenv==21.3.3
# via
# -r requirements/dev.in
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ docutils==0.21.2
# sphinx
id==1.6.1
# via twine
idna==3.13
idna==3.15
# via requests
imagesize==2.0.0
# via sphinx
Expand Down Expand Up @@ -91,7 +91,7 @@ readme-renderer==44.0
# via
# -r requirements/doc.in
# twine
requests==2.33.1
requests==2.34.2
# via
# requests-toolbelt
# sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ stevedore==5.7.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
tomlkit==0.15.0
# via
# edx-lint
# pylint
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
coverage[toml]==7.13.5
coverage[toml]==7.14.0
# via pytest-cov
ddt==1.3.1
# via -r requirements/test.in
Expand Down