Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Dec 26, 2024
1 parent 67f1440 commit f1d320d
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
20 changes: 10 additions & 10 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
#
# make upgrade
#
astroid==3.3.5
astroid==3.3.8
# via pylint
attrs==24.2.0
attrs==24.3.0
# via hypothesis
backports-tarfile==1.2.0
# via jaraco-context
build==1.2.2.post1
# via check-manifest
cachetools==5.5.0
# via tox
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
check-manifest==0.50
# via -r requirements/dev.in
Expand Down Expand Up @@ -49,7 +49,7 @@ flaky==3.8.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
greenlet==3.1.1
# via -r requirements/dev.in
hypothesis==6.122.1
hypothesis==6.123.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
idna==3.10
# via requests
Expand All @@ -70,7 +70,7 @@ jaraco-functools==4.1.0
# via keyring
jedi==0.19.2
# via pudb
keyring==25.5.0
keyring==25.6.0
# via twine
libsass==0.23.0
# via -r requirements/dev.in
Expand All @@ -84,7 +84,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
packaging==24.2
# via
Expand All @@ -96,7 +96,7 @@ packaging==24.2
# twine
parso==0.8.4
# via jedi
pkginfo==1.11.2
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via
Expand All @@ -115,7 +115,7 @@ pygments==2.18.0
# pudb
# readme-renderer
# rich
pylint==3.3.2
pylint==3.3.3
# via -r requirements/dev.in
pyproject-api==1.8.0
# via tox
Expand Down Expand Up @@ -171,7 +171,7 @@ typing-extensions==4.12.2
# rich
# tox
# urwid
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# twine
Expand Down
12 changes: 6 additions & 6 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ bracex==2.5.post1
# via cibuildwheel
build==1.2.2.post1
# via -r requirements/kit.in
certifi==2024.8.30
certifi==2024.12.14
# via
# cibuildwheel
# requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
cibuildwheel==2.22.0
# via -r requirements/kit.in
Expand All @@ -43,7 +43,7 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
keyring==25.5.0
keyring==25.6.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -53,7 +53,7 @@ more-itertools==10.5.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.19
nh3==0.2.20
# via readme-renderer
packaging==24.2
# via
Expand All @@ -62,7 +62,7 @@ packaging==24.2
# cibuildwheel
# dependency-groups
# twine
pkginfo==1.11.2
pkginfo==1.12.0
# via twine
platformdirs==4.3.6
# via cibuildwheel
Expand Down Expand Up @@ -97,7 +97,7 @@ typing-extensions==4.12.2
# via
# cibuildwheel
# rich
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# twine
Expand Down
2 changes: 1 addition & 1 deletion requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cffi==1.17.1
# via -r requirements/light-threads.in
dnspython==2.7.0
# via eventlet
eventlet==0.38.0
eventlet==0.38.2
# via -r requirements/light-threads.in
gevent==24.11.1
# via -r requirements/light-threads.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/mypy.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
attrs==24.2.0
attrs==24.3.0
# via hypothesis
colorama==0.4.6
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
Expand All @@ -16,11 +16,11 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
hypothesis==6.122.1
hypothesis==6.123.1
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
iniconfig==2.0.0
# via pytest
mypy==1.13.0
mypy==1.14.0
# via -r requirements/mypy.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -44,9 +44,9 @@ tomli==2.2.1
# pytest
types-requests==2.32.0.20241016
# via -r requirements/mypy.in
types-tabulate==0.9.0.20240106
types-tabulate==0.9.0.20241207
# via -r requirements/mypy.in
typing-extensions==4.12.2
# via mypy
urllib3==2.2.3
urllib3==2.3.0
# via types-requests
2 changes: 1 addition & 1 deletion requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
importlib-metadata==8.5.0
# via build
Expand Down
4 changes: 2 additions & 2 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
attrs==24.2.0
attrs==24.3.0
# via hypothesis
colorama==0.4.6
# via -r requirements/pytest.in
Expand All @@ -16,7 +16,7 @@ execnet==2.1.1
# via pytest-xdist
flaky==3.8.1
# via -r requirements/pytest.in
hypothesis==6.122.1
hypothesis==6.123.1
# via -r requirements/pytest.in
iniconfig==2.0.0
# via pytest
Expand Down

0 comments on commit f1d320d

Please sign in to comment.