summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-04-14 15:39:39 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-04-14 15:39:39 -0400
commit45ed6ea029d67265ed3aeeb6b0ec8fc2f1f97b5c (patch)
tree4e66354a698266c5f43fb256afa4a154a6b8550e
parent7b68d1286cefb45225ee851a6e9b5d47594d69cb (diff)
downloadpython-coveragepy-git-45ed6ea029d67265ed3aeeb6b0ec8fc2f1f97b5c.tar.gz
chore: make upgrade
-rw-r--r--doc/requirements.pip6
-rw-r--r--requirements/dev.pip24
-rw-r--r--requirements/kit.pip6
-rw-r--r--requirements/lint.pip21
-rw-r--r--requirements/mypy.pip14
-rw-r--r--requirements/pip-tools.pip6
-rw-r--r--requirements/pip.pip4
-rw-r--r--requirements/pytest.pip12
-rw-r--r--requirements/tox.pip8
9 files changed, 47 insertions, 54 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip
index b13fedcd..f9ce6d1c 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -32,7 +32,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
-importlib-metadata==6.1.0
+importlib-metadata==6.3.0
# via
# click
# sphinx
@@ -45,13 +45,13 @@ livereload==2.6.3
# via sphinx-autobuild
markupsafe==2.1.2
# via jinja2
-packaging==23.0
+packaging==23.1
# via sphinx
pyenchant==3.2.2
# via
# -r doc/requirements.in
# sphinxcontrib-spelling
-pygments==2.14.0
+pygments==2.15.0
# via sphinx
pytz==2023.3
# via babel
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 76304efc..ba9bc39e 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -4,12 +4,10 @@
#
# make upgrade
#
-astroid==2.15.1
+astroid==2.15.2
# via pylint
attrs==22.2.0
- # via
- # hypothesis
- # pytest
+ # via hypothesis
bleach==6.0.0
# via readme-renderer
build==0.10.0
@@ -43,7 +41,7 @@ exceptiongroup==1.1.1
# pytest
execnet==1.9.0
# via pytest-xdist
-filelock==3.10.7
+filelock==3.11.0
# via
# tox
# virtualenv
@@ -51,11 +49,11 @@ flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
-hypothesis==6.70.2
+hypothesis==6.71.0
# via -r requirements/pytest.in
idna==3.4
# via requests
-importlib-metadata==6.1.0
+importlib-metadata==6.3.0
# via
# build
# keyring
@@ -88,7 +86,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
-packaging==23.0
+packaging==23.1
# via
# build
# pudb
@@ -110,18 +108,18 @@ pluggy==1.0.0
# tox
pudb==2022.1.3
# via -r requirements/dev.in
-pygments==2.14.0
+pygments==2.15.0
# via
# pudb
# readme-renderer
# rich
-pylint==2.17.1
+pylint==2.17.2
# via -r requirements/dev.in
pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
-pytest==7.2.2
+pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
@@ -140,7 +138,7 @@ requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
-rich==13.3.3
+rich==13.3.4
# via twine
six==1.16.0
# via bleach
@@ -157,7 +155,7 @@ tomli==2.0.1
# tox
tomlkit==0.11.7
# via pylint
-tox==4.4.8
+tox==4.4.12
# via
# -r requirements/tox.in
# tox-gh
diff --git a/requirements/kit.pip b/requirements/kit.pip
index a126aa35..a2a6b470 100644
--- a/requirements/kit.pip
+++ b/requirements/kit.pip
@@ -18,13 +18,13 @@ cibuildwheel==2.12.1
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
-filelock==3.10.7
+filelock==3.11.0
# via cibuildwheel
-importlib-metadata==6.1.0
+importlib-metadata==6.3.0
# via
# auditwheel
# build
-packaging==23.0
+packaging==23.1
# via
# build
# cibuildwheel
diff --git a/requirements/lint.pip b/requirements/lint.pip
index af91931e..f5c5c5fc 100644
--- a/requirements/lint.pip
+++ b/requirements/lint.pip
@@ -6,12 +6,11 @@
#
alabaster==0.7.13
# via sphinx
-astroid==2.15.1
+astroid==2.15.2
# via pylint
attrs==22.2.0
# via
# hypothesis
- # pytest
# scriv
babel==2.12.1
# via sphinx
@@ -60,7 +59,7 @@ exceptiongroup==1.1.1
# pytest
execnet==1.9.0
# via pytest-xdist
-filelock==3.10.7
+filelock==3.11.0
# via
# tox
# virtualenv
@@ -68,13 +67,13 @@ flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
-hypothesis==6.70.2
+hypothesis==6.71.0
# via -r requirements/pytest.in
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
-importlib-metadata==6.1.0
+importlib-metadata==6.3.0
# via
# build
# click
@@ -118,7 +117,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
-packaging==23.0
+packaging==23.1
# via
# build
# pudb
@@ -145,19 +144,19 @@ pyenchant==3.2.2
# via
# -r doc/requirements.in
# sphinxcontrib-spelling
-pygments==2.14.0
+pygments==2.15.0
# via
# pudb
# readme-renderer
# rich
# sphinx
-pylint==2.17.1
+pylint==2.17.2
# via -r requirements/dev.in
pyproject-api==1.5.1
# via tox
pyproject-hooks==1.0.0
# via build
-pytest==7.2.2
+pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
@@ -180,7 +179,7 @@ requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
-rich==13.3.3
+rich==13.3.4
# via twine
scriv==1.2.1
# via -r doc/requirements.in
@@ -235,7 +234,7 @@ tomlkit==0.11.7
# via pylint
tornado==6.2
# via livereload
-tox==4.4.8
+tox==4.4.12
# via
# -r requirements/tox.in
# tox-gh
diff --git a/requirements/mypy.pip b/requirements/mypy.pip
index ae1bbd97..1ce28abf 100644
--- a/requirements/mypy.pip
+++ b/requirements/mypy.pip
@@ -5,9 +5,7 @@
# make upgrade
#
attrs==22.2.0
- # via
- # hypothesis
- # pytest
+ # via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
exceptiongroup==1.1.1
@@ -18,23 +16,23 @@ execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
-hypothesis==6.70.2
+hypothesis==6.71.0
# via -r requirements/pytest.in
-importlib-metadata==6.1.0
+importlib-metadata==6.3.0
# via
# pluggy
# pytest
iniconfig==2.0.0
# via pytest
-mypy==1.1.1
+mypy==1.2.0
# via -r requirements/mypy.in
mypy-extensions==1.0.0
# via mypy
-packaging==23.0
+packaging==23.1
# via pytest
pluggy==1.0.0
# via pytest
-pytest==7.2.2
+pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip
index 000f707a..1b62e578 100644
--- a/requirements/pip-tools.pip
+++ b/requirements/pip-tools.pip
@@ -8,13 +8,13 @@ build==0.10.0
# via pip-tools
click==8.1.3
# via pip-tools
-importlib-metadata==6.1.0
+importlib-metadata==6.3.0
# via
# build
# click
-packaging==23.0
+packaging==23.1
# via build
-pip-tools==6.12.3
+pip-tools==6.13.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
diff --git a/requirements/pip.pip b/requirements/pip.pip
index 927943a5..49445c0b 100644
--- a/requirements/pip.pip
+++ b/requirements/pip.pip
@@ -6,9 +6,9 @@
#
distlib==0.3.6
# via virtualenv
-filelock==3.10.7
+filelock==3.11.0
# via virtualenv
-importlib-metadata==6.1.0
+importlib-metadata==6.3.0
# via virtualenv
platformdirs==3.2.0
# via virtualenv
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 478860a9..65e046b4 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -5,9 +5,7 @@
# make upgrade
#
attrs==22.2.0
- # via
- # hypothesis
- # pytest
+ # via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
exceptiongroup==1.1.1
@@ -18,19 +16,19 @@ execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
-hypothesis==6.70.2
+hypothesis==6.71.0
# via -r requirements/pytest.in
-importlib-metadata==6.1.0
+importlib-metadata==6.3.0
# via
# pluggy
# pytest
iniconfig==2.0.0
# via pytest
-packaging==23.0
+packaging==23.1
# via pytest
pluggy==1.0.0
# via pytest
-pytest==7.2.2
+pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
diff --git a/requirements/tox.pip b/requirements/tox.pip
index c02835cb..288dc54e 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -14,16 +14,16 @@ colorama==0.4.6
# tox
distlib==0.3.6
# via virtualenv
-filelock==3.10.7
+filelock==3.11.0
# via
# tox
# virtualenv
-importlib-metadata==6.1.0
+importlib-metadata==6.3.0
# via
# pluggy
# tox
# virtualenv
-packaging==23.0
+packaging==23.1
# via
# pyproject-api
# tox
@@ -39,7 +39,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
-tox==4.4.8
+tox==4.4.12
# via
# -r requirements/tox.in
# tox-gh