Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Apr 28, 2023
1 parent f6388c3 commit 31c216b
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion 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.28.2
requests==2.29.0
# via
# scriv
# sphinx
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.72.2
hypothesis==6.74.1
# via -r requirements/pytest.in
idna==3.4
# via requests
Expand Down Expand Up @@ -98,7 +98,7 @@ parso==0.8.3
# via jedi
pkginfo==1.9.6
# via twine
platformdirs==3.2.0
platformdirs==3.5.0
# via
# pylint
# tox
Expand All @@ -114,7 +114,7 @@ pygments==2.15.1
# pudb
# readme-renderer
# rich
pylint==2.17.2
pylint==2.17.3
# via -r requirements/dev.in
pyproject-api==1.5.1
# via tox
Expand All @@ -130,7 +130,7 @@ readme-renderer==37.3
# via
# -r requirements/dev.in
# twine
requests==2.28.2
requests==2.29.0
# via
# -r requirements/dev.in
# requests-toolbelt
Expand All @@ -139,7 +139,7 @@ requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.3.4
rich==13.3.5
# via twine
six==1.16.0
# via bleach
Expand All @@ -154,9 +154,9 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.7
tomlkit==0.11.8
# via pylint
tox==4.5.0
tox==4.5.1
# via
# -r requirements/tox.in
# tox-gh
Expand Down Expand Up @@ -185,7 +185,7 @@ urwid==2.1.2
# urwid-readline
urwid-readline==0.13
# via pudb
virtualenv==20.22.0
virtualenv==20.23.0
# via
# -r requirements/pip.in
# tox
Expand All @@ -199,7 +199,7 @@ zipp==3.15.0
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.1
pip==23.1.2
# via -r requirements/pip.in
setuptools==65.7.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packaging==23.1
# via
# build
# cibuildwheel
platformdirs==3.2.0
platformdirs==3.5.0
# via cibuildwheel
pyelftools==0.29
# via auditwheel
Expand Down
18 changes: 9 additions & 9 deletions requirements/lint.pip
Original file line number Diff line number Diff line change
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.72.2
hypothesis==6.74.1
# via -r requirements/pytest.in
idna==3.4
# via requests
Expand Down Expand Up @@ -130,7 +130,7 @@ parso==0.8.3
# via jedi
pkginfo==1.9.6
# via twine
platformdirs==3.2.0
platformdirs==3.5.0
# via
# pylint
# tox
Expand All @@ -151,7 +151,7 @@ pygments==2.15.1
# readme-renderer
# rich
# sphinx
pylint==2.17.2
pylint==2.17.3
# via -r requirements/dev.in
pyproject-api==1.5.1
# via tox
Expand All @@ -169,7 +169,7 @@ readme-renderer==37.3
# via
# -r requirements/dev.in
# twine
requests==2.28.2
requests==2.29.0
# via
# -r requirements/dev.in
# requests-toolbelt
Expand All @@ -180,7 +180,7 @@ requests-toolbelt==0.10.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.3.4
rich==13.3.5
# via twine
scriv==1.3.1
# via -r doc/requirements.in
Expand Down Expand Up @@ -231,11 +231,11 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.7
tomlkit==0.11.8
# via pylint
tornado==6.2
# via livereload
tox==4.5.0
tox==4.5.1
# via
# -r requirements/tox.in
# tox-gh
Expand Down Expand Up @@ -264,7 +264,7 @@ urwid==2.1.2
# urwid-readline
urwid-readline==0.13
# via pudb
virtualenv==20.22.0
virtualenv==20.23.0
# via
# -r requirements/pip.in
# tox
Expand All @@ -278,7 +278,7 @@ zipp==3.15.0
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.1
pip==23.1.2
# via -r requirements/pip.in
setuptools==65.7.0
# via
Expand Down
2 changes: 1 addition & 1 deletion 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.72.2
hypothesis==6.74.1
# via -r requirements/pytest.in
importlib-metadata==6.6.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.1
pip==23.1.2
# via pip-tools
setuptools==65.7.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ filelock==3.12.0
# via virtualenv
importlib-metadata==6.6.0
# via virtualenv
platformdirs==3.2.0
platformdirs==3.5.0
# via virtualenv
typing-extensions==4.5.0
# via
# importlib-metadata
# platformdirs
virtualenv==20.22.0
virtualenv==20.23.0
# via -r requirements/pip.in
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.1
pip==23.1.2
# via -r requirements/pip.in
setuptools==65.7.0
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion 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.72.2
hypothesis==6.74.1
# via -r requirements/pytest.in
importlib-metadata==6.6.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ packaging==23.1
# via
# pyproject-api
# tox
platformdirs==3.2.0
platformdirs==3.5.0
# via
# tox
# virtualenv
Expand All @@ -39,7 +39,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.5.0
tox==4.5.1
# via
# -r requirements/tox.in
# tox-gh
Expand All @@ -50,7 +50,7 @@ typing-extensions==4.5.0
# importlib-metadata
# platformdirs
# tox
virtualenv==20.22.0
virtualenv==20.23.0
# via tox
zipp==3.15.0
# via importlib-metadata

0 comments on commit 31c216b

Please sign in to comment.