Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Sep 17, 2024
1 parent 7850e1c commit 3f1089c
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 deletions.
24 changes: 12 additions & 12 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ filelock==3.16.0
# virtualenv
flaky==3.8.1
# via -r requirements/pytest.in
greenlet==3.0.3
greenlet==3.1.0
# via -r requirements/dev.in
hypothesis==6.112.0
hypothesis==6.112.1
# via -r requirements/pytest.in
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# build
# keyring
# twine
importlib-resources==6.4.4
importlib-resources==6.4.5
# via keyring
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -99,7 +99,7 @@ parso==0.8.4
# via jedi
pkginfo==1.10.0
# via twine
platformdirs==4.3.1
platformdirs==4.3.3
# via
# pylint
# tox
Expand All @@ -122,7 +122,7 @@ pyproject-api==1.7.1
# via tox
pyproject-hooks==1.1.0
# via build
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/pytest.in
# pytest-xdist
Expand All @@ -141,7 +141,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via twine
sortedcontainers==2.4.0
# via hypothesis
Expand All @@ -161,7 +161,7 @@ tox==4.18.1
# via
# -r requirements/tox.in
# tox-gh
tox-gh==1.3.2
tox-gh==1.3.3
# via -r requirements/tox.in
twine==5.1.1
# via -r requirements/dev.in
Expand All @@ -171,7 +171,7 @@ typing-extensions==4.12.2
# pylint
# rich
# urwid
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# twine
Expand All @@ -187,15 +187,15 @@ virtualenv==20.26.4
# tox
wcwidth==0.2.13
# via urwid
zipp==3.20.1
zipp==3.20.2
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
setuptools==75.1.0
# via
# -r requirements/pip.in
# check-manifest
18 changes: 9 additions & 9 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ certifi==2024.8.30
# requests
charset-normalizer==3.3.2
# via requests
cibuildwheel==2.20.0
cibuildwheel==2.21.1
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
docutils==0.20.1
# via readme-renderer
filelock==3.16.0
# via cibuildwheel
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# build
# keyring
# twine
importlib-resources==6.4.4
importlib-resources==6.4.5
# via keyring
jaraco-classes==3.4.0
# via keyring
Expand All @@ -62,7 +62,7 @@ packaging==24.1
# cibuildwheel
pkginfo==1.10.0
# via twine
platformdirs==4.3.1
platformdirs==4.3.3
# via cibuildwheel
pyelftools==0.31
# via auditwheel
Expand All @@ -82,7 +82,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.0
rich==13.8.1
# via twine
tomli==2.0.1
# via
Expand All @@ -94,17 +94,17 @@ typing-extensions==4.12.2
# via
# cibuildwheel
# rich
urllib3==2.2.2
urllib3==2.2.3
# via
# requests
# twine
wheel==0.44.0
# via -r requirements/kit.in
zipp==3.20.1
zipp==3.20.2
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/kit.in
6 changes: 3 additions & 3 deletions requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ cffi==1.17.1
# via -r requirements/light-threads.in
dnspython==2.6.1
# via eventlet
eventlet==0.36.1
eventlet==0.37.0
# via -r requirements/light-threads.in
gevent==24.2.1
# via -r requirements/light-threads.in
greenlet==3.0.3
greenlet==3.1.0
# via
# -r requirements/light-threads.in
# eventlet
Expand All @@ -25,7 +25,7 @@ zope-interface==7.0.3
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.1.2
setuptools==75.1.0
# 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 @@ -16,7 +16,7 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.112.0
hypothesis==6.112.1
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand All @@ -30,7 +30,7 @@ pluggy==1.5.0
# via pytest
pygments==2.18.0
# via -r requirements/pytest.in
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/pytest.in
# pytest-xdist
Expand All @@ -42,11 +42,11 @@ tomli==2.0.1
# via
# mypy
# pytest
types-requests==2.32.0.20240907
types-requests==2.32.0.20240914
# via -r requirements/mypy.in
types-tabulate==0.9.0.20240106
# via -r requirements/mypy.in
typing-extensions==4.12.2
# via mypy
urllib3==2.2.2
urllib3==2.2.3
# via types-requests
6 changes: 3 additions & 3 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.2
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via build
packaging==24.1
# via build
Expand All @@ -24,11 +24,11 @@ tomli==2.0.1
# pip-tools
wheel==0.44.0
# via pip-tools
zipp==3.20.1
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==74.1.2
setuptools==75.1.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 @@ -8,13 +8,13 @@ distlib==0.3.8
# via virtualenv
filelock==3.16.0
# via virtualenv
platformdirs==4.3.1
platformdirs==4.3.3
# via virtualenv
virtualenv==20.26.4
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==74.1.2
setuptools==75.1.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions 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.112.0
hypothesis==6.112.1
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand All @@ -26,7 +26,7 @@ pluggy==1.5.0
# via pytest
pygments==2.18.0
# via -r requirements/pytest.in
pytest==8.3.2
pytest==8.3.3
# via
# -r requirements/pytest.in
# pytest-xdist
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.1
platformdirs==4.3.3
# via
# tox
# virtualenv
Expand All @@ -38,7 +38,7 @@ tox==4.18.1
# via
# -r requirements/tox.in
# tox-gh
tox-gh==1.3.2
tox-gh==1.3.3
# via -r requirements/tox.in
virtualenv==20.26.4
# via tox

0 comments on commit 3f1089c

Please sign in to comment.