Skip to content

Commit

Permalink
build: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 12, 2022
1 parent 32ff871 commit cae2884
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
importlib-metadata==4.10.1
importlib-metadata==4.11.0
# via
# sphinx
# sphinxcontrib-spelling
Expand All @@ -43,7 +43,7 @@ markupsafe==2.0.1
# via jinja2
packaging==21.3
# via sphinx
pbr==5.8.0
pbr==5.8.1
# via stevedore
pyenchant==3.2.2
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ hypothesis==6.36.1
# via -r requirements/pytest.pip
idna==3.3
# via requests
importlib-metadata==4.10.1
importlib-metadata==4.11.0
# 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.4.1
platformdirs==2.5.0
# via
# -r requirements/pip.pip
# pylint
Expand Down Expand Up @@ -135,7 +135,7 @@ pyparsing==3.0.7
# -r requirements/pytest.pip
# packaging
# pycontracts
pytest==7.0.0
pytest==7.0.1
# via
# -r requirements/pytest.pip
# pytest-forked
Expand Down Expand Up @@ -181,7 +181,7 @@ toml==0.10.2
# check-manifest
# pylint
# tox
tomli==2.0.0
tomli==2.0.1
# via
# -r requirements/pytest.pip
# build
Expand Down Expand Up @@ -212,7 +212,7 @@ urwid==2.1.2
# urwid-readline
urwid-readline==0.13
# via pudb
virtualenv==20.13.0
virtualenv==20.13.1
# via
# -r requirements/pip.pip
# tox
Expand All @@ -230,7 +230,7 @@ zipp==3.7.0
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.3
# via -r requirements/pip.pip
setuptools==60.7.1
setuptools==60.8.2
# 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.10.1
importlib-metadata==4.11.0
# via
# auditwheel
# build
Expand All @@ -31,7 +31,7 @@ pyelftools==0.28
# via auditwheel
pyparsing==3.0.7
# via packaging
tomli==2.0.0
tomli==2.0.1
# via
# build
# cibuildwheel
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.7.1
setuptools==60.8.2
# via -r requirements/kit.in
2 changes: 1 addition & 1 deletion requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1
setuptools==60.8.2
# via gevent
8 changes: 4 additions & 4 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
click==8.0.3
# via pip-tools
importlib-metadata==4.10.1
importlib-metadata==4.11.0
# via
# click
# pep517
pep517==0.12.0
# via pip-tools
pip-tools==6.5.0
pip-tools==6.5.1
# via -r requirements/pip-tools.in
tomli==2.0.0
tomli==2.0.1
# via pep517
typing-extensions==4.0.1
# via importlib-metadata
Expand All @@ -28,5 +28,5 @@ zipp==3.7.0
# The following packages are considered to be unsafe in a requirements file:
pip==22.0.3
# via pip-tools
setuptools==60.7.1
setuptools==60.8.2
# via pip-tools
6 changes: 3 additions & 3 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ distlib==0.3.4
# via virtualenv
filelock==3.4.2
# via virtualenv
importlib-metadata==4.10.1
importlib-metadata==4.11.0
# via virtualenv
platformdirs==2.4.1
platformdirs==2.5.0
# via virtualenv
six==1.16.0
# via virtualenv
typing-extensions==4.0.1
# via importlib-metadata
virtualenv==20.13.0
virtualenv==20.13.1
# via -r requirements/pip.in
zipp==3.7.0
# via importlib-metadata
Expand Down
6 changes: 3 additions & 3 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ future==0.18.2
# via pycontracts
hypothesis==6.36.1
# via -r requirements/pytest.in
importlib-metadata==4.10.1
importlib-metadata==4.11.0
# via
# pluggy
# pytest
Expand All @@ -40,7 +40,7 @@ pyparsing==3.0.7
# via
# packaging
# pycontracts
pytest==7.0.0
pytest==7.0.1
# via
# -r requirements/pytest.in
# pytest-forked
Expand All @@ -55,7 +55,7 @@ six==1.16.0
# via pycontracts
sortedcontainers==2.4.0
# via hypothesis
tomli==2.0.0
tomli==2.0.1
# via pytest
typing-extensions==4.0.1
# via importlib-metadata
Expand Down
6 changes: 3 additions & 3 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filelock==3.4.2
# via
# tox
# virtualenv
importlib-metadata==4.10.1
importlib-metadata==4.11.0
# 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.4.1
platformdirs==2.5.0
# via virtualenv
pluggy==1.0.0
# via tox
Expand All @@ -41,7 +41,7 @@ tox-gh-actions==2.9.1
# via -r requirements/tox.in
typing-extensions==4.0.1
# via importlib-metadata
virtualenv==20.13.0
virtualenv==20.13.1
# via tox
zipp==3.7.0
# via
Expand Down

0 comments on commit cae2884

Please sign in to comment.