summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-18 18:46:52 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-18 18:46:52 -0500
commitd61a04c3442f73735492b2e34a54b4bc2b80fb34 (patch)
treed69a0a43b03f7ef10e0c1e09993869cd864184bb
parent2094909df35db45ca7a409cc37f38d49c3191d2a (diff)
downloadpython-coveragepy-git-d61a04c3442f73735492b2e34a54b4bc2b80fb34.tar.gz
build: make upgrade
-rw-r--r--CHANGES.rst4
-rw-r--r--doc/requirements.pip18
-rw-r--r--requirements/dev.pip24
-rw-r--r--requirements/kit.pip8
-rw-r--r--requirements/pip-tools.pip2
-rw-r--r--requirements/pip.pip4
-rw-r--r--requirements/pytest.pip6
-rw-r--r--requirements/tox.pip8
8 files changed, 37 insertions, 37 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0c48b706..b3da02f6 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,8 +25,8 @@ Unreleased
- Fix: A module specified as the ``source`` setting is imported during startup,
before the user program imports it. This could cause problems if the rest of
the program isn't ready yet. For example, `issue 1203`_ describes a Django
- setting that is accessed before settings have been configured. Now that
- early import is wrapped in a try/except so the error doesn't stop execution.
+ setting that is accessed before settings have been configured. Now the early
+ import is wrapped in a try/except so errors then don't stop execution.
- Fix: A colon in a decorator expression would cause an exclusion to end too
early, preventing the exclusion of the decorated function. This is now fixed.
diff --git a/doc/requirements.pip b/doc/requirements.pip
index 1eb3e900..0025493b 100644
--- a/doc/requirements.pip
+++ b/doc/requirements.pip
@@ -14,7 +14,7 @@ charset-normalizer==2.0.7
# via requests
colorama==0.4.4
# via sphinx-autobuild
-doc8==0.9.1
+doc8==0.10.1
# via -r doc/requirements.in
docutils==0.16
# via
@@ -26,17 +26,17 @@ docutils==0.16
# sphinx-tabs
idna==3.3
# via requests
-imagesize==1.2.0
+imagesize==1.3.0
# via sphinx
-jinja2==3.0.2
+jinja2==3.0.3
# via sphinx
livereload==2.6.3
# via sphinx-autobuild
markupsafe==2.0.1
# via jinja2
-packaging==21.2
+packaging==21.3
# via sphinx
-pbr==5.7.0
+pbr==5.8.0
# via stevedore
pyenchant==3.2.2
# via
@@ -47,7 +47,7 @@ pygments==2.10.0
# doc8
# sphinx
# sphinx-tabs
-pyparsing==2.4.7
+pyparsing==3.0.6
# via packaging
pytz==2021.3
# via babel
@@ -57,9 +57,9 @@ restructuredtext-lint==1.3.2
# via doc8
six==1.16.0
# via livereload
-snowballstemmer==2.1.0
+snowballstemmer==2.2.0
# via sphinx
-sphinx==4.2.0
+sphinx==4.3.0
# via
# -r doc/requirements.in
# sphinx-autobuild
@@ -97,5 +97,5 @@ urllib3==1.26.7
# via requests
# The following packages are considered to be unsafe in a requirements file:
-setuptools==58.5.2
+setuptools==59.1.1
# via sphinx
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 0fe2a7c4..06010a93 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -4,14 +4,14 @@
#
# make upgrade
#
-astroid==2.8.4
+astroid==2.8.5
# via pylint
attrs==21.2.0
# via
# -r requirements/pytest.pip
# hypothesis
# pytest
-backports.entry-points-selectable==1.1.0
+backports.entry-points-selectable==1.1.1
# via
# -r requirements/pip.pip
# virtualenv
@@ -47,7 +47,7 @@ execnet==1.9.0
# via
# -r requirements/pytest.pip
# pytest-xdist
-filelock==3.3.2
+filelock==3.4.0
# via
# -r requirements/pip.pip
# tox
@@ -60,11 +60,11 @@ future==0.18.2
# pycontracts
greenlet==1.1.2
# via -r requirements/dev.in
-hypothesis==6.24.1
+hypothesis==6.24.6
# via -r requirements/pytest.pip
idna==3.3
# via requests
-importlib-metadata==4.8.1
+importlib-metadata==4.8.2
# via
# keyring
# twine
@@ -72,9 +72,9 @@ iniconfig==1.1.1
# via
# -r requirements/pytest.pip
# pytest
-isort==5.10.0
+isort==5.10.1
# via pylint
-jedi==0.18.0
+jedi==0.18.1
# via pudb
keyring==23.2.1
# via twine
@@ -84,7 +84,7 @@ libsass==0.21.0
# via -r requirements/dev.in
mccabe==0.6.1
# via pylint
-packaging==21.2
+packaging==21.3
# via
# -r requirements/pytest.pip
# bleach
@@ -123,7 +123,7 @@ pygments==2.10.0
# readme-renderer
pylint==2.11.1
# via -r requirements/dev.in
-pyparsing==2.4.7
+pyparsing==3.0.6
# via
# -r requirements/pytest.pip
# packaging
@@ -184,9 +184,9 @@ tox==3.24.4
# via -r requirements/dev.in
tqdm==4.62.3
# via twine
-twine==3.5.0
+twine==3.6.0
# via -r requirements/dev.in
-typing-extensions==3.10.0.2
+typing-extensions==4.0.0
# via
# astroid
# pylint
@@ -212,7 +212,7 @@ zipp==3.6.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via -r requirements/pip.pip
-setuptools==58.5.2
+setuptools==59.1.1
# via
# astroid
# check-manifest
diff --git a/requirements/kit.pip b/requirements/kit.pip
index 5c71f27b..4fba8c2e 100644
--- a/requirements/kit.pip
+++ b/requirements/kit.pip
@@ -8,7 +8,7 @@ auditwheel==5.0.0
# via -r requirements/kit.in
bashlex==0.16
# via cibuildwheel
-bracex==2.2
+bracex==2.2.1
# via cibuildwheel
build==0.7.0
# via -r requirements/kit.in
@@ -16,7 +16,7 @@ certifi==2021.10.8
# via cibuildwheel
cibuildwheel==2.2.2
# via -r requirements/kit.in
-packaging==21.2
+packaging==21.3
# via
# build
# cibuildwheel
@@ -24,7 +24,7 @@ pep517==0.12.0
# via build
pyelftools==0.27
# via auditwheel
-pyparsing==2.4.7
+pyparsing==3.0.6
# via packaging
tomli==1.2.2
# via
@@ -35,5 +35,5 @@ wheel==0.37.0
# via -r requirements/kit.in
# The following packages are considered to be unsafe in a requirements file:
-setuptools==58.5.2
+setuptools==59.1.1
# via -r requirements/kit.in
diff --git a/requirements/pip-tools.pip b/requirements/pip-tools.pip
index 63fec7be..3a5d1bdc 100644
--- a/requirements/pip-tools.pip
+++ b/requirements/pip-tools.pip
@@ -18,5 +18,5 @@ wheel==0.37.0
# The following packages are considered to be unsafe in a requirements file:
pip==21.3.1
# via pip-tools
-setuptools==58.5.2
+setuptools==59.1.1
# via pip-tools
diff --git a/requirements/pip.pip b/requirements/pip.pip
index 82bfc3e1..bde5c8a6 100644
--- a/requirements/pip.pip
+++ b/requirements/pip.pip
@@ -4,11 +4,11 @@
#
# make upgrade
#
-backports.entry-points-selectable==1.1.0
+backports.entry-points-selectable==1.1.1
# via virtualenv
distlib==0.3.3
# via virtualenv
-filelock==3.3.2
+filelock==3.4.0
# via virtualenv
platformdirs==2.4.0
# via virtualenv
diff --git a/requirements/pytest.pip b/requirements/pytest.pip
index 30260faa..1732be28 100644
--- a/requirements/pytest.pip
+++ b/requirements/pytest.pip
@@ -18,11 +18,11 @@ flaky==3.7.0
# via -r requirements/pytest.in
future==0.18.2
# via pycontracts
-hypothesis==6.24.1
+hypothesis==6.24.6
# via -r requirements/pytest.in
iniconfig==1.1.1
# via pytest
-packaging==21.2
+packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
@@ -32,7 +32,7 @@ py==1.11.0
# pytest-forked
pycontracts @ git+https://github.com/slorg1/contracts@collections_and_validator
# via -r requirements/pytest.in
-pyparsing==2.4.7
+pyparsing==3.0.6
# via
# packaging
# pycontracts
diff --git a/requirements/tox.pip b/requirements/tox.pip
index 0a66a648..b91945eb 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -4,15 +4,15 @@
#
# make upgrade
#
-backports.entry-points-selectable==1.1.0
+backports.entry-points-selectable==1.1.1
# via virtualenv
distlib==0.3.3
# via virtualenv
-filelock==3.3.2
+filelock==3.4.0
# via
# tox
# virtualenv
-packaging==21.2
+packaging==21.3
# via tox
platformdirs==2.4.0
# via virtualenv
@@ -20,7 +20,7 @@ pluggy==1.0.0
# via tox
py==1.11.0
# via tox
-pyparsing==2.4.7
+pyparsing==3.0.6
# via packaging
six==1.16.0
# via