Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 24, 2024
1 parent f3b269c commit 74d3c50
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 15 deletions.
6 changes: 3 additions & 3 deletions doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-spelling==8.0.0
# via -r doc/requirements.in
starlette==0.41.2
starlette==0.41.3
# via sphinx-autobuild
stevedore==5.3.0
stevedore==5.4.0
# via doc8
urllib3==2.2.3
# via requests
uvicorn==0.32.0
uvicorn==0.32.1
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ flaky==3.8.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
greenlet==3.1.1
# via -r requirements/dev.in
hypothesis==6.119.1
hypothesis==6.119.4
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
idna==3.10
# via requests
Expand Down Expand Up @@ -192,7 +192,7 @@ zipp==3.21.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r /Users/ned/coverage/trunk/requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via
# -r /Users/ned/coverage/trunk/requirements/pip.in
# check-manifest
10 changes: 7 additions & 3 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ certifi==2024.8.30
# requests
charset-normalizer==3.4.0
# via requests
cibuildwheel==2.21.3
cibuildwheel==2.22.0
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
dependency-groups==1.3.0
# via cibuildwheel
docutils==0.21.2
# via readme-renderer
filelock==3.16.1
Expand Down Expand Up @@ -58,6 +60,7 @@ packaging==24.2
# auditwheel
# build
# cibuildwheel
# dependency-groups
pkginfo==1.10.0
# via twine
platformdirs==4.3.6
Expand Down Expand Up @@ -86,6 +89,7 @@ tomli==2.1.0
# via
# build
# cibuildwheel
# dependency-groups
twine==5.1.1
# via -r requirements/kit.in
typing-extensions==4.12.2
Expand All @@ -96,11 +100,11 @@ urllib3==2.2.3
# via
# requests
# twine
wheel==0.45.0
wheel==0.45.1
# via -r requirements/kit.in
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.5.0
setuptools==75.6.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 @@ -8,7 +8,7 @@ cffi==1.17.1
# via -r requirements/light-threads.in
dnspython==2.7.0
# via eventlet
eventlet==0.37.0
eventlet==0.38.0
# via -r requirements/light-threads.in
gevent==24.11.1
# via -r requirements/light-threads.in
Expand All @@ -25,7 +25,7 @@ zope-interface==7.1.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.5.0
setuptools==75.6.0
# via
# zope-event
# zope-interface
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==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
hypothesis==6.119.1
hypothesis==6.119.4
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
iniconfig==2.0.0
# via pytest
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,13 +22,13 @@ tomli==2.1.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via pip-tools
setuptools==75.5.0
setuptools==75.6.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ virtualenv==20.27.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.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==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.119.1
hypothesis==6.119.4
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit 74d3c50

Please sign in to comment.