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 2, 2023
1 parent 71aa98c commit bff1b7f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 23 deletions.
22 changes: 9 additions & 13 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.8
astroid==3.0.0
# via pylint
attrs==23.1.0
# via hypothesis
Expand All @@ -16,7 +16,7 @@ certifi==2023.7.22
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
check-manifest==0.49
# via -r requirements/dev.in
Expand Down Expand Up @@ -47,7 +47,7 @@ flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.87.0
hypothesis==6.87.1
# via -r requirements/pytest.in
idna==3.4
# via requests
Expand All @@ -64,12 +64,10 @@ isort==5.12.0
# via pylint
jaraco-classes==3.3.0
# via keyring
jedi==0.19.0
jedi==0.19.1
# via pudb
keyring==24.2.0
# via twine
lazy-object-proxy==1.9.0
# via astroid
libsass==0.22.0
# via -r requirements/dev.in
markdown-it-py==3.0.0
Expand All @@ -82,7 +80,7 @@ more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
# via readme-renderer
packaging==23.1
packaging==23.2
# via
# build
# pudb
Expand All @@ -93,7 +91,7 @@ parso==0.8.3
# via jedi
pkginfo==1.9.6
# via twine
platformdirs==3.10.0
platformdirs==3.11.0
# via
# pylint
# tox
Expand All @@ -109,7 +107,7 @@ pygments==2.16.1
# pudb
# readme-renderer
# rich
pylint==2.17.6
pylint==3.0.0
# via -r requirements/dev.in
pyproject-api==1.6.1
# via tox
Expand All @@ -134,7 +132,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.5.3
rich==13.6.0
# via twine
sortedcontainers==2.4.0
# via hypothesis
Expand Down Expand Up @@ -162,7 +160,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==2.0.5
urllib3==2.0.6
# via
# requests
# twine
Expand All @@ -176,8 +174,6 @@ virtualenv==20.24.5
# via
# -r requirements/pip.in
# tox
wrapt==1.15.0
# via astroid
zipp==3.17.0
# via
# importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ filelock==3.12.4
# via cibuildwheel
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via
# build
# cibuildwheel
platformdirs==3.10.0
platformdirs==3.11.0
# via cibuildwheel
pyelftools==0.30
# via auditwheel
Expand Down
4 changes: 2 additions & 2 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ execnet==2.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.87.0
hypothesis==6.87.1
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
mypy==1.5.1
# via -r requirements/mypy.in
mypy-extensions==1.0.0
# via mypy
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
Expand Down
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==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# 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 @@ -8,7 +8,7 @@ distlib==0.3.7
# via virtualenv
filelock==3.12.4
# via virtualenv
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
virtualenv==20.24.5
# via -r requirements/pip.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ execnet==2.0.2
# via pytest-xdist
flaky==3.7.0
# via -r requirements/pytest.in
hypothesis==6.87.0
hypothesis==6.87.1
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via
# pyproject-api
# tox
platformdirs==3.10.0
platformdirs==3.11.0
# via
# tox
# virtualenv
Expand Down

0 comments on commit bff1b7f

Please sign in to comment.