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 14, 2024
1 parent 85aa5fc commit ea5c685
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 41 deletions.
22 changes: 11 additions & 11 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 requirements/pytest.in
greenlet==3.1.1
# via -r requirements/dev.in
hypothesis==6.115.3
hypothesis==6.118.8
# via -r requirements/pytest.in
idna==3.10
# via requests
Expand All @@ -68,9 +68,9 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jedi==0.19.1
jedi==0.19.2
# via pudb
keyring==25.4.1
keyring==25.5.0
# via twine
libsass==0.23.0
# via -r requirements/dev.in
Expand All @@ -86,7 +86,7 @@ more-itertools==10.5.0
# jaraco-functools
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# build
# pudb
Expand Down Expand Up @@ -139,13 +139,13 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.2
rich==13.9.4
# via twine
sortedcontainers==2.4.0
# via hypothesis
tabulate==0.9.0
# via -r requirements/dev.in
tomli==2.0.2
tomli==2.1.0
# via
# build
# check-manifest
Expand All @@ -155,7 +155,7 @@ tomli==2.0.2
# tox
tomlkit==0.13.2
# via pylint
tox==4.23.0
tox==4.23.2
# via
# -r requirements/tox.in
# tox-gh
Expand All @@ -180,19 +180,19 @@ urwid==2.6.16
# urwid-readline
urwid-readline==0.15.1
# via pudb
virtualenv==20.27.0
virtualenv==20.27.1
# via
# -r requirements/pip.in
# tox
wcwidth==0.2.13
# via urwid
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.2.0
setuptools==75.5.0
# via
# -r requirements/pip.in
# check-manifest
14 changes: 7 additions & 7 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
keyring==25.4.1
keyring==25.5.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -53,7 +53,7 @@ more-itertools==10.5.0
# jaraco-functools
nh3==0.2.18
# via readme-renderer
packaging==24.1
packaging==24.2
# via
# auditwheel
# build
Expand All @@ -80,9 +80,9 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.9.2
rich==13.9.4
# via twine
tomli==2.0.2
tomli==2.1.0
# via
# build
# cibuildwheel
Expand All @@ -96,11 +96,11 @@ urllib3==2.2.3
# via
# requests
# twine
wheel==0.44.0
wheel==0.45.0
# via -r requirements/kit.in
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.2.0
setuptools==75.5.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 @@ -10,7 +10,7 @@ dnspython==2.7.0
# via eventlet
eventlet==0.37.0
# via -r requirements/light-threads.in
gevent==24.10.3
gevent==24.11.1
# via -r requirements/light-threads.in
greenlet==3.1.1
# via
Expand All @@ -21,11 +21,11 @@ pycparser==2.22
# via cffi
zope-event==5.0
# via gevent
zope-interface==7.1.0
zope-interface==7.1.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.2.0
setuptools==75.5.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,15 +16,15 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.115.3
hypothesis==6.118.8
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
mypy==1.12.1
mypy==1.13.0
# via -r requirements/mypy.in
mypy-extensions==1.0.0
# via mypy
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
Expand All @@ -38,7 +38,7 @@ pytest-xdist==3.6.1
# via -r requirements/pytest.in
sortedcontainers==2.4.0
# via hypothesis
tomli==2.0.2
tomli==2.1.0
# via
# mypy
# pytest
Expand Down
12 changes: 6 additions & 6 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ click==8.1.7
# via pip-tools
importlib-metadata==8.5.0
# via build
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
tomli==2.0.2
tomli==2.1.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
pip==24.3.1
# via pip-tools
setuptools==75.2.0
setuptools==75.5.0
# via pip-tools
6 changes: 3 additions & 3 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ filelock==3.16.1
# via virtualenv
platformdirs==4.3.6
# via virtualenv
virtualenv==20.27.0
virtualenv==20.27.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
pip==24.3.1
# via -r requirements/pip.in
setuptools==75.2.0
setuptools==75.5.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,11 +16,11 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.115.3
hypothesis==6.118.8
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
packaging==24.1
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
Expand All @@ -34,5 +34,5 @@ pytest-xdist==3.6.1
# via -r requirements/pytest.in
sortedcontainers==2.4.0
# via hypothesis
tomli==2.0.2
tomli==2.1.0
# via pytest
8 changes: 4 additions & 4 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand All @@ -30,17 +30,17 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tomli==2.0.2
tomli==2.1.0
# via
# pyproject-api
# tox
tox==4.23.0
tox==4.23.2
# via
# -r requirements/tox.in
# tox-gh
tox-gh==1.4.4
# via -r requirements/tox.in
typing-extensions==4.12.2
# via tox
virtualenv==20.27.0
virtualenv==20.27.1
# via tox

0 comments on commit ea5c685

Please sign in to comment.