Skip to content
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

Bump tox from 3.25.0 to 4.11.4 #165

Closed
wants to merge 1 commit into from
Closed
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
41 changes: 23 additions & 18 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,36 @@ attrs==21.2.0
# via pytest
babel==2.9.1
# via sphinx
backports-entry-points-selectable==1.1.0
# via virtualenv
cachetools==5.3.2
# via
# -c requirements.txt
# tox
certifi==2023.11.17
# via
# -c requirements.txt
# requests
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
# via
# -c requirements.txt
# requests
colorama==0.4.6
# via tox
commonmark==0.9.1
# via recommonmark
coverage[toml]==5.5
# via
# coverage
# pytest-cov
distlib==0.3.2
distlib==0.3.7
# via virtualenv
docutils==0.17.1
# via
# myst-parser
# recommonmark
# sphinx
filelock==3.0.12
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -66,22 +72,25 @@ myst-parser[linkify]==0.18.1
packaging==23.2
# via
# -c requirements.txt
# pyproject-api
# pytest
# setuptools-scm
# sphinx
# tox
platformdirs==2.3.0
# via virtualenv
pluggy==1.0.0
platformdirs==4.0.0
# via
# pytest
# tox
py==1.10.0
# virtualenv
pluggy==1.3.0
# via
# pytest
# tox
py==1.10.0
# via pytest
pygments==2.10.0
# via sphinx
pyproject-api==1.6.1
# via tox
pytest==7.1.2
# via
# -r dev-requirements.in
Expand All @@ -105,11 +114,6 @@ responses==0.22.0
# via -r dev-requirements.in
setuptools-scm==6.4.2
# via -r dev-requirements.in
six==1.16.0
# via
# -c requirements.txt
# tox
# virtualenv
snowballstemmer==2.1.0
# via sphinx
sphinx==4.4.0
Expand All @@ -133,12 +137,13 @@ toml==0.10.2
# via
# coverage
# responses
# tox
tomli==1.2.1
tomli==2.0.1
# via
# pyproject-api
# pytest
# setuptools-scm
tox==3.25.0
# tox
tox==4.11.4
# via -r dev-requirements.in
types-toml==0.10.8.1
# via responses
Expand All @@ -151,7 +156,7 @@ urllib3==2.1.0
# -c requirements.txt
# requests
# responses
virtualenv==20.8.0
virtualenv==20.25.0
# via tox
wheel==0.41.0
# via -r dev-requirements.in
Expand Down
Loading