diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-30 09:06:10 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-30 09:06:10 -0400 |
commit | 5f20bf99f115c0227a320fa37bf7c6af44de0ce4 (patch) | |
tree | 043e76008b328197d6e479aaa0aaf11c8e81786b | |
parent | 618e84a681cc4d9943807417900ed59b53ac2103 (diff) | |
download | python-coveragepy-git-5f20bf99f115c0227a320fa37bf7c6af44de0ce4.tar.gz |
chore: make upgrade
-rw-r--r-- | doc/requirements.pip | 4 | ||||
-rw-r--r-- | requirements/dev.pip | 16 | ||||
-rw-r--r-- | requirements/kit.pip | 9 | ||||
-rw-r--r-- | requirements/pip.pip | 2 | ||||
-rw-r--r-- | requirements/pytest.pip | 4 | ||||
-rw-r--r-- | requirements/tox.pip | 6 |
6 files changed, 22 insertions, 19 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index d63934dc..40335ab1 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -34,7 +34,7 @@ livereload==2.6.3 # via sphinx-autobuild markupsafe==2.0.1 # via jinja2 -packaging==21.0 +packaging==21.2 # via sphinx pbr==5.6.0 # via stevedore @@ -47,7 +47,7 @@ pygments==2.10.0 # doc8 # sphinx # sphinx-tabs -pyparsing==3.0.1 +pyparsing==2.4.7 # via packaging pytz==2021.3 # via babel diff --git a/requirements/dev.pip b/requirements/dev.pip index 5346dd29..7ed66982 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -4,7 +4,7 @@ # # make upgrade # -astroid==2.8.3 +astroid==2.8.4 # via pylint attrs==21.2.0 # via @@ -47,7 +47,7 @@ execnet==1.9.0 # via # -r requirements/pytest.pip # pytest-xdist -filelock==3.3.1 +filelock==3.3.2 # via # -r requirements/pip.pip # tox @@ -84,7 +84,7 @@ libsass==0.21.0 # via -r requirements/dev.in mccabe==0.6.1 # via pylint -packaging==21.0 +packaging==21.2 # via # -r requirements/pytest.pip # bleach @@ -107,7 +107,7 @@ pluggy==1.0.0 # -r requirements/pytest.pip # pytest # tox -pudb==2021.1 +pudb==2021.2 # via -r requirements/dev.in py==1.10.0 # via @@ -123,7 +123,7 @@ pygments==2.10.0 # readme-renderer pylint==2.11.1 # via -r requirements/dev.in -pyparsing==3.0.1 +pyparsing==2.4.7 # via # -r requirements/pytest.pip # packaging @@ -193,6 +193,10 @@ typing-extensions==3.10.0.2 urllib3==1.26.7 # via requests urwid==2.1.2 + # via + # pudb + # urwid-readline +urwid-readline==0.13 # via pudb virtualenv==20.9.0 # via @@ -200,7 +204,7 @@ virtualenv==20.9.0 # tox webencodings==0.5.1 # via bleach -wrapt==1.13.2 +wrapt==1.13.3 # via astroid zipp==3.6.0 # via importlib-metadata diff --git a/requirements/kit.pip b/requirements/kit.pip index 1c13884a..7bde5812 100644 --- a/requirements/kit.pip +++ b/requirements/kit.pip @@ -14,9 +14,9 @@ build==0.7.0 # via -r requirements/kit.in certifi==2021.10.8 # via cibuildwheel -cibuildwheel==2.1.3 +cibuildwheel==2.2.2 # via -r requirements/kit.in -packaging==21.0 +packaging==21.2 # via # build # cibuildwheel @@ -24,13 +24,12 @@ pep517==0.12.0 # via build pyelftools==0.27 # via auditwheel -pyparsing==3.0.1 +pyparsing==2.4.7 # via packaging -toml==0.10.2 - # via cibuildwheel tomli==1.2.2 # via # build + # cibuildwheel # pep517 wheel==0.37.0 # via -r requirements/kit.in diff --git a/requirements/pip.pip b/requirements/pip.pip index 93fa23d0..eb900fc9 100644 --- a/requirements/pip.pip +++ b/requirements/pip.pip @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.0 # via virtualenv distlib==0.3.3 # via virtualenv -filelock==3.3.1 +filelock==3.3.2 # via virtualenv platformdirs==2.4.0 # via virtualenv diff --git a/requirements/pytest.pip b/requirements/pytest.pip index 47d9f067..89ca1718 100644 --- a/requirements/pytest.pip +++ b/requirements/pytest.pip @@ -22,7 +22,7 @@ hypothesis==6.24.0 # via -r requirements/pytest.in iniconfig==1.1.1 # via pytest -packaging==21.0 +packaging==21.2 # via pytest pluggy==1.0.0 # via pytest @@ -32,7 +32,7 @@ py==1.10.0 # pytest-forked pycontracts @ git+https://github.com/slorg1/contracts@collections_and_validator # via -r requirements/pytest.in -pyparsing==3.0.1 +pyparsing==2.4.7 # via # packaging # pycontracts diff --git a/requirements/tox.pip b/requirements/tox.pip index 5d6e449f..324103b1 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -8,11 +8,11 @@ backports.entry-points-selectable==1.1.0 # via virtualenv distlib==0.3.3 # via virtualenv -filelock==3.3.1 +filelock==3.3.2 # via # tox # virtualenv -packaging==21.0 +packaging==21.2 # via tox platformdirs==2.4.0 # via virtualenv @@ -20,7 +20,7 @@ pluggy==1.0.0 # via tox py==1.10.0 # via tox -pyparsing==3.0.1 +pyparsing==2.4.7 # via packaging six==1.16.0 # via |