Skip to content

Commit

Permalink
make upgrade again
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jun 12, 2024
1 parent c067276 commit a4013ca
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
# via readme-renderer
packaging==24.0
packaging==24.1
# via
# build
# pudb
Expand All @@ -97,7 +97,7 @@ packaging==24.0
# tox
parso==0.8.4
# via jedi
pkginfo==1.11.0
pkginfo==1.11.1
# via twine
platformdirs==4.2.2
# via
Expand All @@ -116,7 +116,7 @@ pygments==2.18.0
# pudb
# readme-renderer
# rich
pylint==3.2.2
pylint==3.2.3
# via -r requirements/dev.in
pyproject-api==1.6.1
# via tox
Expand Down Expand Up @@ -165,7 +165,7 @@ tox-gh==1.3.1
# via -r requirements/tox.in
twine==5.1.0
# via -r requirements/dev.in
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# astroid
# pylint
Expand All @@ -175,7 +175,7 @@ urllib3==2.2.1
# via
# requests
# twine
urwid==2.6.12
urwid==2.6.13
# via
# pudb
# urwid-readline
Expand All @@ -193,7 +193,7 @@ zipp==3.19.2
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==24.1b1
pip==24.1b2
# via -r requirements/pip.in
setuptools==70.0.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ build==1.2.1
# via -r requirements/kit.in
certifi==2024.6.2
# via cibuildwheel
cibuildwheel==2.18.1
cibuildwheel==2.19.0
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
filelock==3.14.0
# via cibuildwheel
importlib-metadata==7.1.0
# via build
packaging==24.0
packaging==24.1
# via
# auditwheel
# build
Expand All @@ -37,7 +37,7 @@ tomli==2.0.1
# via
# build
# cibuildwheel
typing-extensions==4.12.1
typing-extensions==4.12.2
# via cibuildwheel
wheel==0.43.0
# via -r requirements/kit.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mypy==1.10.0
# via -r requirements/mypy.in
mypy-extensions==1.0.0
# via mypy
packaging==24.0
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
Expand All @@ -42,5 +42,5 @@ tomli==2.0.1
# via
# mypy
# pytest
typing-extensions==4.12.1
typing-extensions==4.12.2
# via mypy
2 changes: 1 addition & 1 deletion requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==7.1.0
# via build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ virtualenv==20.26.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1b1
pip==24.1b2
# via -r requirements/pip.in
setuptools==70.0.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 @@ -20,7 +20,7 @@ hypothesis==6.103.1
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
packaging==24.0
packaging==24.1
# via pytest
pluggy==1.5.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 @@ -18,7 +18,7 @@ filelock==3.14.0
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
Expand Down

0 comments on commit a4013ca

Please sign in to comment.