Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Aug 8, 2023
1 parent bb939fb commit 9b5e1b7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cachetools==5.3.1
# via tox
certifi==2023.7.22
# via requests
chardet==5.1.0
chardet==5.2.0
# via tox
charset-normalizer==3.2.0
# via requests
Expand Down Expand Up @@ -49,23 +49,23 @@ flaky==3.7.0
# via -r requirements/pytest.in
greenlet==2.0.2
# via -r requirements/dev.in
hypothesis==6.82.0
hypothesis==6.82.3
# via -r requirements/pytest.in
idna==3.4
# via requests
importlib-metadata==6.8.0
# via
# keyring
# twine
importlib-resources==6.0.0
importlib-resources==6.0.1
# via keyring
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
jaraco-classes==3.3.0
# via keyring
jedi==0.18.2
jedi==0.19.0
# via pudb
keyring==24.2.0
# via twine
Expand All @@ -79,7 +79,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.0.0
more-itertools==10.1.0
# via jaraco-classes
packaging==23.1
# via
Expand All @@ -92,7 +92,7 @@ parso==0.8.3
# via jedi
pkginfo==1.9.6
# via twine
platformdirs==3.9.1
platformdirs==3.10.0
# via
# pylint
# tox
Expand All @@ -103,7 +103,7 @@ pluggy==1.2.0
# tox
pudb==2022.1.3
# via -r requirements/dev.in
pygments==2.15.1
pygments==2.16.1
# via
# pudb
# readme-renderer
Expand Down Expand Up @@ -133,7 +133,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.5.2
# via twine
six==1.16.0
# via bleach
Expand All @@ -148,9 +148,9 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.11.8
tomlkit==0.12.1
# via pylint
tox==4.6.4
tox==4.7.0
# via
# -r requirements/tox.in
# tox-gh
Expand Down
6 changes: 3 additions & 3 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build==0.10.0
# via -r requirements/kit.in
certifi==2023.7.22
# via cibuildwheel
cibuildwheel==2.14.1
cibuildwheel==2.15.0
# via -r requirements/kit.in
colorama==0.4.6
# via -r requirements/kit.in
Expand All @@ -24,7 +24,7 @@ packaging==23.1
# via
# build
# cibuildwheel
platformdirs==3.9.1
platformdirs==3.10.0
# via cibuildwheel
pyelftools==0.29
# via auditwheel
Expand All @@ -37,7 +37,7 @@ tomli==2.0.1
# pyproject-hooks
typing-extensions==4.7.1
# via cibuildwheel
wheel==0.41.0
wheel==0.41.1
# via -r requirements/kit.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
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.82.0
hypothesis==6.82.3
# 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 @@ -10,7 +10,7 @@ click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==7.1.0
pip-tools==7.2.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand All @@ -19,7 +19,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.0
wheel==0.41.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
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.2
# via virtualenv
platformdirs==3.9.1
platformdirs==3.10.0
# via virtualenv
virtualenv==20.24.2
# via -r requirements/pip.in
Expand Down
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.82.0
hypothesis==6.82.3
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down
6 changes: 3 additions & 3 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cachetools==5.3.1
# via tox
chardet==5.1.0
chardet==5.2.0
# via tox
colorama==0.4.6
# via
Expand All @@ -22,7 +22,7 @@ packaging==23.1
# via
# pyproject-api
# tox
platformdirs==3.9.1
platformdirs==3.10.0
# via
# tox
# virtualenv
Expand All @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.6.4
tox==4.7.0
# via
# -r requirements/tox.in
# tox-gh
Expand Down

0 comments on commit 9b5e1b7

Please sign in to comment.