Skip to content

build(deps): bump tox from 4.25.0 to 4.28.3 #20

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
18 changes: 9 additions & 9 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,43 +4,43 @@
#
# pip-compile requirements-ci.in
#
cachetools==5.5.1
cachetools==6.1.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.18.0
# via
# tox
# virtualenv
packaging==24.2
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.6
platformdirs==4.3.8
# via
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via tox
pygments==2.19.1
# via -r requirements-ci.in
pyproject-api==1.8.0
pyproject-api==1.9.1
# via tox
tomli==2.2.1
# via
# pyproject-api
# tox
tox==4.25.0
tox==4.28.3
# via
# -r requirements-ci.in
# tox-gh-actions
tox-gh-actions==3.3.0
# via -r requirements-ci.in
typing-extensions==4.13.0
typing-extensions==4.14.1
# via tox
virtualenv==20.29.2
virtualenv==20.32.0
# via tox
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
black==25.1.0
# via -r requirements-dev.in
cachetools==5.5.1
cachetools==6.1.0
# via tox
cfgv==3.4.0
# via pre-commit
Expand All @@ -20,7 +20,7 @@ distlib==0.3.9
# via virtualenv
exceptiongroup==1.2.2
# via pytest
filelock==3.16.1
filelock==3.18.0
# via
# tox
# virtualenv
Expand All @@ -46,20 +46,20 @@ mypy-extensions==1.0.0
# mypy
nodeenv==1.9.1
# via pre-commit
packaging==24.2
packaging==25.0
# via
# black
# pyproject-api
# pytest
# tox
pathspec==0.12.1
# via black
platformdirs==4.3.6
platformdirs==4.3.8
# via
# black
# tox
# virtualenv
pluggy==1.5.0
pluggy==1.6.0
# via
# pytest
# tox
Expand All @@ -71,7 +71,7 @@ pyflakes==3.3.1
# via flake8
pygments==2.19.1
# via -r requirements-dev.in
pyproject-api==1.8.0
pyproject-api==1.9.1
# via tox
pytest==8.3.5
# via -r requirements-dev.in
Expand All @@ -85,14 +85,14 @@ tomli==2.2.1
# pyproject-api
# pytest
# tox
tox==4.25.0
tox==4.28.3
# via -r requirements-dev.in
typing-extensions==4.12.2
typing-extensions==4.14.1
# via
# black
# mypy
# tox
virtualenv==20.29.2
virtualenv==20.32.0
# via
# pre-commit
# tox
Loading