Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 28, 2023
1 parent 86722e1 commit 586b1ee
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 38 deletions.
6 changes: 3 additions & 3 deletions doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pygments==2.15.1
# via sphinx
pytz==2023.3
# via babel
requests==2.30.0
requests==2.31.0
# via
# scriv
# sphinx
Expand All @@ -76,7 +76,7 @@ sphinx==5.3.0
# sphinxcontrib-spelling
sphinx-autobuild==2021.3.14
# via -r doc/requirements.in
sphinx-rtd-theme==1.2.0
sphinx-rtd-theme==1.2.1
# via -r doc/requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand All @@ -98,7 +98,7 @@ sphinxcontrib-spelling==8.0.0
# via -r doc/requirements.in
tornado==6.2
# via livereload
typing-extensions==4.5.0
typing-extensions==4.6.2
# via importlib-metadata
urllib3==2.0.2
# via requests
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
astroid==2.15.4
astroid==2.15.5
# via pylint
attrs==23.1.0
# via hypothesis
bleach==6.0.0
# via readme-renderer
build==0.10.0
# via check-manifest
cachetools==5.3.0
cachetools==5.3.1
# via tox
certifi==2023.5.7
# via requests
Expand All @@ -33,7 +33,7 @@ dill==0.3.6
# via pylint
distlib==0.3.6
# via virtualenv
docutils==0.20
docutils==0.20.1
# via readme-renderer
exceptiongroup==1.1.1
# via
Expand All @@ -49,7 +49,7 @@ flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.75.2
hypothesis==6.75.6
# via -r requirements/pytest.in
idna==3.4
# via requests
Expand Down Expand Up @@ -124,13 +124,13 @@ pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
pytest-xdist==3.3.0
pytest-xdist==3.3.1
# via -r requirements/pytest.in
readme-renderer==37.3
# via
# -r requirements/dev.in
# twine
requests==2.30.0
requests==2.31.0
# via
# -r requirements/dev.in
# requests-toolbelt
Expand All @@ -156,7 +156,7 @@ tomli==2.0.1
# tox
tomlkit==0.11.8
# via pylint
tox==4.5.1
tox==4.5.2
# via
# -r requirements/tox.in
# tox-gh
Expand All @@ -166,7 +166,7 @@ twine==4.0.2
# via -r requirements/dev.in
typed-ast==1.5.4
# via astroid
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# astroid
# importlib-metadata
Expand Down Expand Up @@ -201,7 +201,7 @@ zipp==3.15.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.7.2
setuptools==67.8.0
# via
# -r requirements/pip.in
# check-manifest
6 changes: 3 additions & 3 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build==0.10.0
# via -r requirements/kit.in
certifi==2023.5.7
# via cibuildwheel
cibuildwheel==2.12.3
cibuildwheel==2.13.0
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
Expand All @@ -39,7 +39,7 @@ tomli==2.0.1
# build
# cibuildwheel
# pyproject-hooks
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# cibuildwheel
# importlib-metadata
Expand All @@ -50,5 +50,5 @@ zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==67.7.2
setuptools==67.8.0
# 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 @@ -27,7 +27,7 @@ zope-interface==6.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==67.7.2
setuptools==67.8.0
# via
# gevent
# zope-event
Expand Down
18 changes: 9 additions & 9 deletions requirements/lint.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.13
# via sphinx
astroid==2.15.4
astroid==2.15.5
# via pylint
attrs==23.1.0
# via
Expand All @@ -18,7 +18,7 @@ bleach==6.0.0
# via readme-renderer
build==0.10.0
# via check-manifest
cachetools==5.3.0
cachetools==5.3.1
# via tox
certifi==2023.5.7
# via requests
Expand Down Expand Up @@ -67,7 +67,7 @@ flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.75.2
hypothesis==6.75.6
# via -r requirements/pytest.in
idna==3.4
# via requests
Expand Down Expand Up @@ -161,15 +161,15 @@ pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
pytest-xdist==3.3.0
pytest-xdist==3.3.1
# via -r requirements/pytest.in
pytz==2023.3
# via babel
readme-renderer==37.3
# via
# -r requirements/dev.in
# twine
requests==2.30.0
requests==2.31.0
# via
# -r requirements/dev.in
# requests-toolbelt
Expand Down Expand Up @@ -202,7 +202,7 @@ sphinx==5.3.0
# sphinxcontrib-spelling
sphinx-autobuild==2021.3.14
# via -r doc/requirements.in
sphinx-rtd-theme==1.2.0
sphinx-rtd-theme==1.2.1
# via -r doc/requirements.in
sphinxcontrib-applehelp==1.0.2
# via sphinx
Expand Down Expand Up @@ -235,7 +235,7 @@ tomlkit==0.11.8
# via pylint
tornado==6.2
# via livereload
tox==4.5.1
tox==4.5.2
# via
# -r requirements/tox.in
# tox-gh
Expand All @@ -245,7 +245,7 @@ twine==4.0.2
# via -r requirements/dev.in
typed-ast==1.5.4
# via astroid
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# astroid
# importlib-metadata
Expand Down Expand Up @@ -280,7 +280,7 @@ zipp==3.15.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.7.2
setuptools==67.8.0
# via
# -r requirements/pip.in
# check-manifest
6 changes: 3 additions & 3 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.75.2
hypothesis==6.75.6
# via -r requirements/pytest.in
importlib-metadata==6.6.0
# via
Expand All @@ -37,7 +37,7 @@ pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
pytest-xdist==3.3.0
pytest-xdist==3.3.1
# via -r requirements/pytest.in
sortedcontainers==2.4.0
# via hypothesis
Expand All @@ -47,7 +47,7 @@ tomli==2.0.1
# pytest
typed-ast==1.5.4
# via mypy
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# importlib-metadata
# mypy
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tomli==2.0.1
# via
# build
# pyproject-hooks
typing-extensions==4.5.0
typing-extensions==4.6.2
# via importlib-metadata
wheel==0.40.0
# via pip-tools
Expand All @@ -32,5 +32,5 @@ zipp==3.15.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via pip-tools
setuptools==67.7.2
setuptools==67.8.0
# via pip-tools
4 changes: 2 additions & 2 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ importlib-metadata==6.6.0
# via virtualenv
platformdirs==3.5.1
# via virtualenv
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# importlib-metadata
# platformdirs
Expand All @@ -24,5 +24,5 @@ zipp==3.15.0
# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
# via -r requirements/pip.in
setuptools==67.7.2
setuptools==67.8.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ execnet==1.9.0
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.75.2
hypothesis==6.75.6
# via -r requirements/pytest.in
importlib-metadata==6.6.0
# via
Expand All @@ -33,13 +33,13 @@ pytest==7.3.1
# via
# -r requirements/pytest.in
# pytest-xdist
pytest-xdist==3.3.0
pytest-xdist==3.3.1
# via -r requirements/pytest.in
sortedcontainers==2.4.0
# via hypothesis
tomli==2.0.1
# via pytest
typing-extensions==4.5.0
typing-extensions==4.6.2
# via importlib-metadata
zipp==3.15.0
# via importlib-metadata
6 changes: 3 additions & 3 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.0
cachetools==5.3.1
# via tox
chardet==5.1.0
# via tox
Expand Down Expand Up @@ -39,13 +39,13 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.5.1
tox==4.5.2
# via
# -r requirements/tox.in
# tox-gh
tox-gh==1.0.0
# via -r requirements/tox.in
typing-extensions==4.5.0
typing-extensions==4.6.2
# via
# importlib-metadata
# platformdirs
Expand Down

0 comments on commit 586b1ee

Please sign in to comment.