Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 9, 2024
1 parent 05f8a07 commit a15d443
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 28 deletions.
22 changes: 12 additions & 10 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# make upgrade
#
astroid==3.3.4
astroid==3.3.5
# via pylint
attrs==24.2.0
# via hypothesis
backports-tarfile==1.2.0
# via jaraco-context
build==1.2.2
build==1.2.2.post1
# via check-manifest
cachetools==5.5.0
# via tox
certifi==2024.8.30
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
check-manifest==0.49
check-manifest==0.50
# via -r requirements/dev.in
cogapp==3.4.1
# via -r requirements/dev.in
Expand All @@ -29,7 +29,7 @@ colorama==0.4.6
# -r requirements/pytest.in
# -r requirements/tox.in
# tox
dill==0.3.8
dill==0.3.9
# via pylint
distlib==0.3.8
# via virtualenv
Expand All @@ -49,7 +49,7 @@ flaky==3.8.1
# via -r requirements/pytest.in
greenlet==3.1.1
# via -r requirements/dev.in
hypothesis==6.112.1
hypothesis==6.113.0
# via -r requirements/pytest.in
idna==3.10
# via requests
Expand Down Expand Up @@ -118,7 +118,7 @@ pylint==3.3.1
# via -r requirements/dev.in
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
pytest==8.3.3
# via
Expand All @@ -139,13 +139,13 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
sortedcontainers==2.4.0
# via hypothesis
tabulate==0.9.0
# via -r requirements/dev.in
tomli==2.0.1
tomli==2.0.2
# via
# build
# check-manifest
Expand All @@ -155,7 +155,7 @@ tomli==2.0.1
# tox
tomlkit==0.13.2
# via pylint
tox==4.20.0
tox==4.21.2
# via
# -r requirements/tox.in
# tox-gh
Expand All @@ -167,6 +167,8 @@ typing-extensions==4.12.2
# via
# astroid
# pylint
# rich
# tox
# urwid
urllib3==2.2.3
# via
Expand Down
18 changes: 10 additions & 8 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ backports-tarfile==1.2.0
# via jaraco-context
bashlex==0.18
# via cibuildwheel
bracex==2.5
bracex==2.5.post1
# via cibuildwheel
build==1.2.2
build==1.2.2.post1
# via -r requirements/kit.in
certifi==2024.8.30
# via
# cibuildwheel
# requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
cibuildwheel==2.21.1
cibuildwheel==2.21.3
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
Expand Down Expand Up @@ -68,7 +68,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via build
readme-renderer==44.0
# via twine
Expand All @@ -80,16 +80,18 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via twine
tomli==2.0.1
tomli==2.0.2
# via
# build
# cibuildwheel
twine==5.1.1
# via -r requirements/kit.in
typing-extensions==4.12.2
# via cibuildwheel
# via
# cibuildwheel
# rich
urllib3==2.2.3
# via
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cffi==1.17.1
# via -r requirements/light-threads.in
dnspython==2.6.1
dnspython==2.7.0
# via eventlet
eventlet==0.37.0
# via -r requirements/light-threads.in
Expand Down
4 changes: 2 additions & 2 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.1
hypothesis==6.113.0
# via -r requirements/pytest.in
iniconfig==2.0.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.1
tomli==2.0.2
# via
# mypy
# pytest
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand All @@ -14,11 +14,11 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
tomli==2.0.1
tomli==2.0.2
# via
# build
# pip-tools
Expand Down
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.1
hypothesis==6.113.0
# via -r requirements/pytest.in
iniconfig==2.0.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.1
tomli==2.0.2
# via pytest
6 changes: 4 additions & 2 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,17 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tomli==2.0.1
tomli==2.0.2
# via
# pyproject-api
# tox
tox==4.20.0
tox==4.21.2
# via
# -r requirements/tox.in
# tox-gh
tox-gh==1.4.1
# via -r requirements/tox.in
typing-extensions==4.12.2
# via tox
virtualenv==20.26.6
# via tox

0 comments on commit a15d443

Please sign in to comment.