Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Sep 23, 2024
1 parent 2a9665c commit a57f17a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
18 changes: 9 additions & 9 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ exceptiongroup==1.2.2
# pytest
execnet==2.1.1
# via pytest-xdist
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
flaky==3.8.1
# via -r requirements/pytest.in
greenlet==3.1.0
greenlet==3.1.1
# via -r requirements/dev.in
hypothesis==6.112.1
# via -r requirements/pytest.in
Expand All @@ -72,7 +72,7 @@ jaraco-functools==4.0.2
# via keyring
jedi==0.19.1
# via pudb
keyring==25.3.0
keyring==25.4.1
# via twine
libsass==0.23.0
# via -r requirements/dev.in
Expand All @@ -99,7 +99,7 @@ parso==0.8.4
# via jedi
pkginfo==1.10.0
# via twine
platformdirs==4.3.3
platformdirs==4.3.6
# via
# pylint
# tox
Expand All @@ -118,7 +118,7 @@ pygments==2.18.0
# rich
pylint==3.2.7
# via -r requirements/dev.in
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyproject-hooks==1.1.0
# via build
Expand Down Expand Up @@ -157,11 +157,11 @@ tomli==2.0.1
# tox
tomlkit==0.13.2
# via pylint
tox==4.18.1
tox==4.20.0
# via
# -r requirements/tox.in
# tox-gh
tox-gh==1.3.3
tox-gh==1.4.1
# via -r requirements/tox.in
twine==5.1.1
# via -r requirements/dev.in
Expand All @@ -179,9 +179,9 @@ urwid==2.6.15
# via
# pudb
# urwid-readline
urwid-readline==0.14
urwid-readline==0.15.1
# via pudb
virtualenv==20.26.4
virtualenv==20.26.5
# via
# -r requirements/pip.in
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ colorama==0.4.6
# via -r requirements/kit.in
docutils==0.20.1
# via readme-renderer
filelock==3.16.0
filelock==3.16.1
# via cibuildwheel
idna==3.10
# via requests
Expand All @@ -43,7 +43,7 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
keyring==25.3.0
keyring==25.4.1
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -62,7 +62,7 @@ packaging==24.1
# cibuildwheel
pkginfo==1.10.0
# via twine
platformdirs==4.3.3
platformdirs==4.3.6
# via cibuildwheel
pyelftools==0.31
# via auditwheel
Expand Down
2 changes: 1 addition & 1 deletion requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ eventlet==0.37.0
# via -r requirements/light-threads.in
gevent==24.2.1
# via -r requirements/light-threads.in
greenlet==3.1.0
greenlet==3.1.1
# via
# -r requirements/light-threads.in
# eventlet
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
distlib==0.3.8
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via virtualenv
platformdirs==4.3.3
platformdirs==4.3.6
# via virtualenv
virtualenv==20.26.4
virtualenv==20.26.5
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ colorama==0.4.6
# tox
distlib==0.3.8
# via virtualenv
filelock==3.16.0
filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
# via
# pyproject-api
# tox
platformdirs==4.3.3
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.18.1
tox==4.20.0
# via
# -r requirements/tox.in
# tox-gh
tox-gh==1.3.3
tox-gh==1.4.1
# via -r requirements/tox.in
virtualenv==20.26.4
virtualenv==20.26.5
# via tox

0 comments on commit a57f17a

Please sign in to comment.