Skip to content

chore: Upgrade Python requirements #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025
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 @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.9.0
# via tox
tox==4.24.2
tox==4.25.0
# via -r requirements/ci.in
virtualenv==20.29.3
# via tox
6 changes: 3 additions & 3 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.1
coverage[toml]==7.8.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -123,7 +123,7 @@ pluggy==1.5.0
# diff-cover
# pytest
# tox
pycodestyle==2.12.1
pycodestyle==2.13.0
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -196,7 +196,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.24.2
tox==4.25.0
# via -r requirements/ci.txt
virtualenv==20.29.3
# via
Expand Down
6 changes: 3 additions & 3 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.1
coverage[toml]==7.8.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -142,7 +142,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.9.4
rich==14.0.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
Expand Down Expand Up @@ -185,7 +185,7 @@ text-unidecode==1.3
# python-slugify
twine==6.1.0
# via -r requirements/doc.in
typing-extensions==4.12.2
typing-extensions==4.13.0
# via
# beautifulsoup4
# pydata-sphinx-theme
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==77.0.3
setuptools==78.1.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 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.1
coverage[toml]==7.8.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -68,7 +68,7 @@ pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.12.1
pycodestyle==2.13.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# django
click==8.1.8
# via -r requirements/base.txt
coverage[toml]==7.7.1
coverage[toml]==7.8.0
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand Down