Skip to content

chore: Upgrade Python requirements #160

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
Apr 7, 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 @@ -30,5 +30,5 @@ pyproject-api==1.9.0
# via tox
tox==4.25.0
# via -r requirements/ci.in
virtualenv==20.29.3
virtualenv==20.30.0
# via tox
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ pytest==8.3.5
# via
# -r requirements/quality.txt
# pytest-cov
pytest-cov==6.0.0
pytest-cov==6.1.1
# via -r requirements/quality.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -198,7 +198,7 @@ tomlkit==0.13.2
# pylint
tox==4.25.0
# via -r requirements/ci.txt
virtualenv==20.29.3
virtualenv==20.30.0
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pytest==8.3.5
# via
# -r requirements/test.txt
# pytest-cov
pytest-cov==6.0.0
pytest-cov==6.1.1
# via -r requirements/test.txt
python-slugify==8.0.4
# via -r requirements/test.txt
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.13.0
typing-extensions==4.13.1
# via
# beautifulsoup4
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pytest==8.3.5
# via
# -r requirements/test.txt
# pytest-cov
pytest-cov==6.0.0
pytest-cov==6.1.1
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pluggy==1.5.0
# via pytest
pytest==8.3.5
# via pytest-cov
pytest-cov==6.0.0
pytest-cov==6.1.1
# via -r requirements/test.in
python-slugify==8.0.4
# via -r requirements/base.txt
Expand Down