Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Feb 14, 2024
1 parent 94feef0 commit 8412054
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 26 deletions.
23 changes: 13 additions & 10 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
astroid==3.0.2
astroid==3.0.3
# via pylint
attrs==23.2.0
# via hypothesis
build==1.0.3
# via check-manifest
cachetools==5.3.2
# via tox
certifi==2023.11.17
certifi==2024.2.2
# via requests
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -47,7 +47,7 @@ flaky==3.7.0
# via -r requirements/pytest.in
greenlet==3.0.3
# via -r requirements/dev.in
hypothesis==6.97.1
hypothesis==6.98.4
# via -r requirements/pytest.in
idna==3.6
# via requests
Expand All @@ -62,7 +62,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jaraco-classes==3.3.0
jaraco-classes==3.3.1
# via keyring
jedi==0.19.1
# via pudb
Expand Down Expand Up @@ -91,7 +91,7 @@ parso==0.8.3
# via jedi
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# pylint
# tox
Expand Down Expand Up @@ -156,18 +156,19 @@ tox==4.12.1
# tox-gh
tox-gh==1.3.1
# via -r requirements/tox.in
twine==4.0.2
twine==5.0.0
# via -r requirements/dev.in
typing-extensions==4.9.0
# via
# astroid
# pylint
# rich
urllib3==2.1.0
# urwid
urllib3==2.2.0
# via
# requests
# twine
urwid==2.4.6
urwid==2.5.3
# via
# pudb
# urwid-readline
Expand All @@ -177,15 +178,17 @@ virtualenv==20.25.0
# via
# -r requirements/pip.in
# tox
wcwidth==0.2.13
# via urwid
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via
# -r requirements/pip.in
# check-manifest
11 changes: 6 additions & 5 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# make upgrade
#
auditwheel==5.4.0
auditwheel==6.0.0
# via -r requirements/kit.in
bashlex==0.18
# via cibuildwheel
bracex==2.4
# via cibuildwheel
build==1.0.3
# via -r requirements/kit.in
certifi==2023.11.17
certifi==2024.2.2
# via cibuildwheel
cibuildwheel==2.16.3
cibuildwheel==2.16.5
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
Expand All @@ -24,9 +24,10 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via
# auditwheel
# build
# cibuildwheel
platformdirs==4.1.0
platformdirs==4.2.0
# via cibuildwheel
pyelftools==0.30
# via auditwheel
Expand All @@ -45,5 +46,5 @@ zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.0.3
setuptools==69.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,9 +8,9 @@ cffi==1.16.0
# via -r requirements/light-threads.in
dnspython==2.5.0
# via eventlet
eventlet==0.35.0
eventlet==0.35.1
# via -r requirements/light-threads.in
gevent==23.9.1
gevent==24.2.1
# via -r requirements/light-threads.in
greenlet==3.0.3
# via
Expand All @@ -25,7 +25,7 @@ zope-interface==6.1
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.0.3
setuptools==69.1.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.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.97.1
hypothesis==6.98.4
# via -r 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 @@ -27,7 +27,7 @@ zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via pip-tools
setuptools==69.0.3
setuptools==69.1.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 @@ -8,13 +8,13 @@ distlib==0.3.8
# via virtualenv
filelock==3.13.1
# via virtualenv
platformdirs==4.1.0
platformdirs==4.2.0
# via virtualenv
virtualenv==20.25.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.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.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.97.1
hypothesis==6.98.4
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
Expand Down

0 comments on commit 8412054

Please sign in to comment.