Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 27, 2023
1 parent c2b238e commit 6afcdc3
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
16 changes: 8 additions & 8 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ distlib==0.3.7
# via virtualenv
docutils==0.20.1
# via readme-renderer
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# hypothesis
# pytest
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.82.3
hypothesis==6.82.6
# via -r requirements/pytest.in
idna==3.4
# via requests
Expand Down Expand Up @@ -97,7 +97,7 @@ platformdirs==3.10.0
# pylint
# tox
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via
# pytest
# tox
Expand All @@ -110,7 +110,7 @@ pygments==2.16.1
# rich
pylint==2.17.5
# via -r requirements/dev.in
pyproject-api==1.5.3
pyproject-api==1.5.4
# via tox
pyproject-hooks==1.0.0
# via build
Expand All @@ -120,7 +120,7 @@ pytest==7.4.0
# pytest-xdist
pytest-xdist==3.3.1
# via -r requirements/pytest.in
readme-renderer==40.0
readme-renderer==41.0
# via
# -r requirements/dev.in
# twine
Expand Down Expand Up @@ -150,7 +150,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.1
# via pylint
tox==4.7.0
tox==4.10.0
# via
# -r requirements/tox.in
# tox-gh
Expand All @@ -173,7 +173,7 @@ urwid==2.1.2
# urwid-readline
urwid-readline==0.13
# via pudb
virtualenv==20.24.2
virtualenv==20.24.3
# via
# -r requirements/pip.in
# tox
Expand All @@ -189,7 +189,7 @@ zipp==3.16.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# via
# -r requirements/pip.in
# check-manifest
4 changes: 2 additions & 2 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ tomli==2.0.1
# pyproject-hooks
typing-extensions==4.7.1
# via cibuildwheel
wheel==0.41.1
wheel==0.41.2
# via -r requirements/kit.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.0.0
setuptools==68.1.2
# 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 @@ -6,7 +6,7 @@
#
cffi==1.15.1
# via -r requirements/light-threads.in
dnspython==2.4.1
dnspython==2.4.2
# via eventlet
eventlet==0.33.3
# via -r requirements/light-threads.in
Expand All @@ -27,7 +27,7 @@ zope-interface==6.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==68.0.0
setuptools==68.1.2
# via
# zope-event
# zope-interface
8 changes: 4 additions & 4 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ attrs==23.1.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# hypothesis
# pytest
execnet==2.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.82.3
hypothesis==6.82.6
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
mypy==1.4.1
mypy==1.5.1
# via -r requirements/mypy.in
mypy-extensions==1.0.0
# via mypy
packaging==23.1
# via pytest
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pytest==7.4.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==0.10.0
# via pip-tools
click==8.1.6
click==8.1.7
# via pip-tools
packaging==23.1
# via build
pip-tools==7.2.0
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,11 +19,11 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.1
wheel==0.41.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via pip-tools
setuptools==68.0.0
setuptools==68.1.2
# via pip-tools
4 changes: 2 additions & 2 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ filelock==3.12.2
# via virtualenv
platformdirs==3.10.0
# via virtualenv
virtualenv==20.24.2
virtualenv==20.24.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
setuptools==68.1.2
# 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 @@ -8,21 +8,21 @@ attrs==23.1.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via
# hypothesis
# pytest
execnet==2.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.82.3
hypothesis==6.82.6
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pytest==7.4.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ platformdirs==3.10.0
# via
# tox
# virtualenv
pluggy==1.2.0
pluggy==1.3.0
# via tox
pyproject-api==1.5.3
pyproject-api==1.5.4
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.7.0
tox==4.10.0
# via
# -r requirements/tox.in
# tox-gh
tox-gh==1.3.1
# via -r requirements/tox.in
virtualenv==20.24.2
virtualenv==20.24.3
# via tox

0 comments on commit 6afcdc3

Please sign in to comment.