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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-toggles
django==5.2.13
django==5.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cachetools==7.1.1
# via tox
colorama==0.4.6
# via tox
coverage==7.13.5
coverage==7.14.0
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand All @@ -30,7 +30,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.2
python-discovery==1.3.0
# via
# tox
# virtualenv
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.5
coverage[toml]==7.14.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -102,7 +102,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.13
django==5.2.14
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -157,7 +157,7 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
idna==3.13
idna==3.14
# via requests
imagesize==2.0.0
# via sphinx
Expand Down Expand Up @@ -289,7 +289,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# celery
python-discovery==1.2.2
python-discovery==1.3.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -304,7 +304,7 @@ pyyaml==6.0.3
# via
# -r requirements/test.txt
# code-annotations
requests==2.33.1
requests==2.34.0
# via sphinx
roman-numerals==4.1.0
# via sphinx
Expand Down Expand Up @@ -348,7 +348,7 @@ tomli-w==1.2.0
# via
# -r requirements/ci.txt
# tox
tomlkit==0.14.0
tomlkit==0.15.0
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -369,7 +369,7 @@ tzlocal==5.3.1
# via
# -r requirements/test.txt
# celery
urllib3==2.6.3
urllib3==2.7.0
# via requests
vine==5.1.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ code-annotations==3.0.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.13.5
coverage[toml]==7.14.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -213,7 +213,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
tomlkit==0.14.0
tomlkit==0.15.0
# via
# edx-lint
# pylint
Expand Down