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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==24.2
# via
# pyproject-api
# tox
platformdirs==4.3.6
platformdirs==4.3.7
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.7.0
coverage[toml]==7.7.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -71,7 +71,7 @@ filelock==3.18.0
# -r requirements/ci.txt
# tox
# virtualenv
iniconfig==2.0.0
iniconfig==2.1.0
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -109,7 +109,7 @@ pbr==6.1.1
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.3.6
platformdirs==4.3.7
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand All @@ -129,7 +129,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.1
# via diff-cover
pylint==3.3.5
pylint==3.3.6
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ charset-normalizer==3.4.1
# via requests
click==8.1.8
# via -r requirements/test.txt
coverage[toml]==7.7.0
coverage[toml]==7.7.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -55,7 +55,7 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==8.6.1
# via keyring
iniconfig==2.0.0
iniconfig==2.1.0
# via
# -r requirements/test.txt
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/code-annotations/code-annotations/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==76.0.0
setuptools==77.0.3
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.2.0
# via edx-lint
coverage[toml]==7.7.0
coverage[toml]==7.7.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -34,7 +34,7 @@ django==4.2.20
# -r requirements/test.txt
edx-lint==5.6.0
# via -r requirements/quality.in
iniconfig==2.0.0
iniconfig==2.1.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -62,7 +62,7 @@ pbr==6.1.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==4.3.6
platformdirs==4.3.7
# via pylint
pluggy==1.5.0
# via
Expand All @@ -72,7 +72,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.3.5
pylint==3.3.6
# via
# edx-lint
# pylint-celery
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ asgiref==3.8.1
# django
click==8.1.8
# via -r requirements/base.txt
coverage[toml]==7.7.0
coverage[toml]==7.7.1
# via pytest-cov
# via
# -c requirements/common_constraints.txt
# -r requirements/django.txt
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
jinja2==3.1.6
# via -r requirements/base.txt
Expand Down