Skip to content

Commit

Permalink
build: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Mar 18, 2022
1 parent ed3fe9c commit 3adbbf8
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 57 deletions.
16 changes: 8 additions & 8 deletions doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ babel==2.9.1
# via sphinx
certifi==2021.10.8
# via requests
charset-normalizer==2.0.11
charset-normalizer==2.0.12
# via requests
cogapp==3.3.0
# via -r doc/requirements.in
colorama==0.4.4
# via sphinx-autobuild
doc8==0.10.1
# via -r doc/requirements.in
docutils==0.16
docutils==0.17.1
# via
# -c doc/../requirements/pins.pip
# doc8
Expand All @@ -30,7 +30,7 @@ idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
importlib-metadata==4.11.0
importlib-metadata==4.11.3
# via
# sphinx
# sphinxcontrib-spelling
Expand All @@ -39,7 +39,7 @@ jinja2==3.0.3
# via sphinx
livereload==2.6.3
# via sphinx-autobuild
markupsafe==2.0.1
markupsafe==2.1.1
# via jinja2
packaging==21.3
# via sphinx
Expand All @@ -60,7 +60,7 @@ pytz==2021.3
# via babel
requests==2.27.1
# via sphinx
restructuredtext-lint==1.3.2
restructuredtext-lint==1.4.0
# via doc8
six==1.16.0
# via livereload
Expand All @@ -78,7 +78,7 @@ sphinx-autobuild==2021.3.14
# via -r doc/requirements.in
sphinx-rtd-theme==1.0.0
# via -r doc/requirements.in
sphinx-tabs==3.2.0
sphinx-tabs==3.3.1
# via -r doc/requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand All @@ -100,9 +100,9 @@ stevedore==3.5.0
# via doc8
tornado==6.1
# via livereload
typing-extensions==4.0.1
typing-extensions==4.1.1
# via importlib-metadata
urllib3==1.26.8
urllib3==1.26.9
# via requests
zipp==3.7.0
# via importlib-metadata
40 changes: 20 additions & 20 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ attrs==21.4.0
# hypothesis
# pytest
backports-functools-lru-cache==1.6.4
# via -r requirements/pytest.pip
backports-functools-lru-cache==1.6.4
# via pycontracts
# via
# -r requirements/pytest.pip
# pycontracts
bleach==4.1.0
# via readme-renderer
build==0.7.0
# via check-manifest
certifi==2021.10.8
# via requests
charset-normalizer==2.0.11
charset-normalizer==2.0.12
# via requests
check-manifest==0.47
check-manifest==0.48
# via -r requirements/dev.in
cogapp==3.3.0
# via -r requirements/dev.in
Expand All @@ -37,15 +37,15 @@ distlib==0.3.4
# via
# -r requirements/pip.pip
# virtualenv
docutils==0.16
docutils==0.17.1
# via
# -c requirements/pins.pip
# readme-renderer
execnet==1.9.0
# via
# -r requirements/pytest.pip
# pytest-xdist
filelock==3.4.2
filelock==3.6.0
# via
# -r requirements/pip.pip
# tox
Expand All @@ -58,11 +58,11 @@ future==0.18.2
# pycontracts
greenlet==1.1.2
# via -r requirements/dev.in
hypothesis==6.36.1
hypothesis==6.39.4
# via -r requirements/pytest.pip
idna==3.3
# via requests
importlib-metadata==4.11.0
importlib-metadata==4.11.3
# via
# -r requirements/pip.pip
# -r requirements/pytest.pip
Expand Down Expand Up @@ -104,7 +104,7 @@ pep517==0.12.0
# via build
pkginfo==1.8.2
# via twine
platformdirs==2.5.0
platformdirs==2.5.1
# via
# -r requirements/pip.pip
# pylint
Expand All @@ -114,7 +114,7 @@ pluggy==1.0.0
# -r requirements/pytest.pip
# pytest
# tox
pudb==2022.1
pudb==2022.1.1
# via -r requirements/dev.in
py==1.11.0
# via
Expand All @@ -135,7 +135,7 @@ pyparsing==3.0.7
# -r requirements/pytest.pip
# packaging
# pycontracts
pytest==7.0.1
pytest==7.1.1
# via
# -r requirements/pytest.pip
# pytest-forked
Expand All @@ -150,7 +150,7 @@ qualname==0.1.0
# via
# -r requirements/pytest.pip
# pycontracts
readme-renderer==32.0
readme-renderer==34.0
# via
# -r requirements/dev.in
# twine
Expand Down Expand Up @@ -178,31 +178,31 @@ sortedcontainers==2.4.0
# hypothesis
toml==0.10.2
# via
# check-manifest
# pylint
# tox
tomli==2.0.1
# via
# -r requirements/pytest.pip
# build
# check-manifest
# pep517
# pytest
tox==3.24.5
# via -r requirements/dev.in
tqdm==4.62.3
tqdm==4.63.0
# via twine
twine==3.8.0
# via -r requirements/dev.in
typed-ast==1.5.2
# via astroid
typing-extensions==4.0.1
typing-extensions==4.1.1
# via
# -r requirements/pip.pip
# -r requirements/pytest.pip
# astroid
# importlib-metadata
# pylint
urllib3==1.26.8
urllib3==1.26.9
# via
# requests
# twine
Expand All @@ -212,7 +212,7 @@ urwid==2.1.2
# urwid-readline
urwid-readline==0.13
# via pudb
virtualenv==20.13.1
virtualenv==20.13.3
# via
# -r requirements/pip.pip
# tox
Expand All @@ -228,9 +228,9 @@ zipp==3.7.0
# pep517

# The following packages are considered to be unsafe in a requirements file:
pip==22.0.3
pip==22.0.4
# via -r requirements/pip.pip
setuptools==60.8.2
setuptools==60.10.0
# via
# astroid
# check-manifest
6 changes: 3 additions & 3 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ certifi==2021.10.8
# via cibuildwheel
cibuildwheel==2.3.1
# via -r requirements/kit.in
importlib-metadata==4.11.0
importlib-metadata==4.11.3
# via
# auditwheel
# build
Expand All @@ -36,7 +36,7 @@ tomli==2.0.1
# build
# cibuildwheel
# pep517
typing-extensions==4.0.1
typing-extensions==4.1.1
# via
# cibuildwheel
# importlib-metadata
Expand All @@ -48,5 +48,5 @@ zipp==3.7.0
# pep517

# The following packages are considered to be unsafe in a requirements file:
setuptools==60.8.2
setuptools==60.10.0
# via -r requirements/kit.in
4 changes: 2 additions & 2 deletions requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
dnspython==2.2.0
dnspython==2.2.1
# via eventlet
eventlet==0.33.0
# via -r requirements/light-threads.in
Expand All @@ -23,5 +23,5 @@ zope-interface==5.4.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==60.8.2
setuptools==60.10.0
# via gevent
7 changes: 3 additions & 4 deletions requirements/pins.pip
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# Version pins, for use as a constraints file.

# Sphinx pinned to 0.16, then readme-renderer pulled in a newer version, so pin
# this globally.
# Sphinx pin: https://github.com/sphinx-doc/sphinx/blob/master/setup.py#L25
docutils==0.16
# docutils has been going through some turmoil. Different packages require it,
# but have different pins. This seems to satisfy them all:
docutils>=0.17,<0.18
10 changes: 5 additions & 5 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
click==8.0.3
click==8.0.4
# via pip-tools
importlib-metadata==4.11.0
importlib-metadata==4.11.3
# via
# click
# pep517
Expand All @@ -16,7 +16,7 @@ pip-tools==6.5.1
# via -r requirements/pip-tools.in
tomli==2.0.1
# via pep517
typing-extensions==4.0.1
typing-extensions==4.1.1
# via importlib-metadata
wheel==0.37.1
# via pip-tools
Expand All @@ -26,7 +26,7 @@ zipp==3.7.0
# pep517

# The following packages are considered to be unsafe in a requirements file:
pip==22.0.3
pip==22.0.4
# via pip-tools
setuptools==60.8.2
setuptools==60.10.0
# via pip-tools
12 changes: 6 additions & 6 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
#
distlib==0.3.4
# via virtualenv
filelock==3.4.2
filelock==3.6.0
# via virtualenv
importlib-metadata==4.11.0
importlib-metadata==4.11.3
# via virtualenv
platformdirs==2.5.0
platformdirs==2.5.1
# via virtualenv
six==1.16.0
# via virtualenv
typing-extensions==4.0.1
typing-extensions==4.1.1
# via importlib-metadata
virtualenv==20.13.1
virtualenv==20.13.3
# via -r requirements/pip.in
zipp==3.7.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==22.0.3
pip==22.0.4
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ flaky==3.7.0
# via -r requirements/pytest.in
future==0.18.2
# via pycontracts
hypothesis==6.36.1
hypothesis==6.39.4
# via -r requirements/pytest.in
importlib-metadata==4.11.0
importlib-metadata==4.11.3
# via
# pluggy
# pytest
Expand All @@ -40,7 +40,7 @@ pyparsing==3.0.7
# via
# packaging
# pycontracts
pytest==7.0.1
pytest==7.1.1
# via
# -r requirements/pytest.in
# pytest-forked
Expand All @@ -57,7 +57,7 @@ sortedcontainers==2.4.0
# via hypothesis
tomli==2.0.1
# via pytest
typing-extensions==4.0.1
typing-extensions==4.1.1
# via importlib-metadata
zipp==3.7.0
# via importlib-metadata
10 changes: 5 additions & 5 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
distlib==0.3.4
# via virtualenv
filelock==3.4.2
filelock==3.6.0
# via
# tox
# virtualenv
importlib-metadata==4.11.0
importlib-metadata==4.11.3
# via
# pluggy
# tox
Expand All @@ -19,7 +19,7 @@ importlib-resources==5.4.0
# via tox-gh-actions
packaging==21.3
# via tox
platformdirs==2.5.0
platformdirs==2.5.1
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -39,9 +39,9 @@ tox==3.24.5
# tox-gh-actions
tox-gh-actions==2.9.1
# via -r requirements/tox.in
typing-extensions==4.0.1
typing-extensions==4.1.1
# via importlib-metadata
virtualenv==20.13.1
virtualenv==20.13.3
# via tox
zipp==3.7.0
# via
Expand Down

0 comments on commit 3adbbf8

Please sign in to comment.