Skip to content

Commit f1d320d

Browse files
committed
chore: make upgrade
1 parent 67f1440 commit f1d320d

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

requirements/dev.pip

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# make upgrade
66
#
7-
astroid==3.3.5
7+
astroid==3.3.8
88
# via pylint
9-
attrs==24.2.0
9+
attrs==24.3.0
1010
# via hypothesis
1111
backports-tarfile==1.2.0
1212
# via jaraco-context
1313
build==1.2.2.post1
1414
# via check-manifest
1515
cachetools==5.5.0
1616
# via tox
17-
certifi==2024.8.30
17+
certifi==2024.12.14
1818
# via requests
1919
chardet==5.2.0
2020
# via tox
21-
charset-normalizer==3.4.0
21+
charset-normalizer==3.4.1
2222
# via requests
2323
check-manifest==0.50
2424
# via -r requirements/dev.in
@@ -49,7 +49,7 @@ flaky==3.8.1
4949
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5050
greenlet==3.1.1
5151
# via -r requirements/dev.in
52-
hypothesis==6.122.1
52+
hypothesis==6.123.1
5353
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
5454
idna==3.10
5555
# via requests
@@ -70,7 +70,7 @@ jaraco-functools==4.1.0
7070
# via keyring
7171
jedi==0.19.2
7272
# via pudb
73-
keyring==25.5.0
73+
keyring==25.6.0
7474
# via twine
7575
libsass==0.23.0
7676
# via -r requirements/dev.in
@@ -84,7 +84,7 @@ more-itertools==10.5.0
8484
# via
8585
# jaraco-classes
8686
# jaraco-functools
87-
nh3==0.2.19
87+
nh3==0.2.20
8888
# via readme-renderer
8989
packaging==24.2
9090
# via
@@ -96,7 +96,7 @@ packaging==24.2
9696
# twine
9797
parso==0.8.4
9898
# via jedi
99-
pkginfo==1.11.2
99+
pkginfo==1.12.0
100100
# via twine
101101
platformdirs==4.3.6
102102
# via
@@ -115,7 +115,7 @@ pygments==2.18.0
115115
# pudb
116116
# readme-renderer
117117
# rich
118-
pylint==3.3.2
118+
pylint==3.3.3
119119
# via -r requirements/dev.in
120120
pyproject-api==1.8.0
121121
# via tox
@@ -171,7 +171,7 @@ typing-extensions==4.12.2
171171
# rich
172172
# tox
173173
# urwid
174-
urllib3==2.2.3
174+
urllib3==2.3.0
175175
# via
176176
# requests
177177
# twine

requirements/kit.pip

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ bracex==2.5.post1
1414
# via cibuildwheel
1515
build==1.2.2.post1
1616
# via -r requirements/kit.in
17-
certifi==2024.8.30
17+
certifi==2024.12.14
1818
# via
1919
# cibuildwheel
2020
# requests
21-
charset-normalizer==3.4.0
21+
charset-normalizer==3.4.1
2222
# via requests
2323
cibuildwheel==2.22.0
2424
# via -r requirements/kit.in
@@ -43,7 +43,7 @@ jaraco-context==6.0.1
4343
# via keyring
4444
jaraco-functools==4.1.0
4545
# via keyring
46-
keyring==25.5.0
46+
keyring==25.6.0
4747
# via twine
4848
markdown-it-py==3.0.0
4949
# via rich
@@ -53,7 +53,7 @@ more-itertools==10.5.0
5353
# via
5454
# jaraco-classes
5555
# jaraco-functools
56-
nh3==0.2.19
56+
nh3==0.2.20
5757
# via readme-renderer
5858
packaging==24.2
5959
# via
@@ -62,7 +62,7 @@ packaging==24.2
6262
# cibuildwheel
6363
# dependency-groups
6464
# twine
65-
pkginfo==1.11.2
65+
pkginfo==1.12.0
6666
# via twine
6767
platformdirs==4.3.6
6868
# via cibuildwheel
@@ -97,7 +97,7 @@ typing-extensions==4.12.2
9797
# via
9898
# cibuildwheel
9999
# rich
100-
urllib3==2.2.3
100+
urllib3==2.3.0
101101
# via
102102
# requests
103103
# twine

requirements/light-threads.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cffi==1.17.1
88
# via -r requirements/light-threads.in
99
dnspython==2.7.0
1010
# via eventlet
11-
eventlet==0.38.0
11+
eventlet==0.38.2
1212
# via -r requirements/light-threads.in
1313
gevent==24.11.1
1414
# via -r requirements/light-threads.in

requirements/mypy.pip

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
attrs==24.2.0
7+
attrs==24.3.0
88
# via hypothesis
99
colorama==0.4.6
1010
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
@@ -16,11 +16,11 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
19-
hypothesis==6.122.1
19+
hypothesis==6.123.1
2020
# via -r /Users/ned/coverage/trunk/requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
23-
mypy==1.13.0
23+
mypy==1.14.0
2424
# via -r requirements/mypy.in
2525
mypy-extensions==1.0.0
2626
# via mypy
@@ -44,9 +44,9 @@ tomli==2.2.1
4444
# pytest
4545
types-requests==2.32.0.20241016
4646
# via -r requirements/mypy.in
47-
types-tabulate==0.9.0.20240106
47+
types-tabulate==0.9.0.20241207
4848
# via -r requirements/mypy.in
4949
typing-extensions==4.12.2
5050
# via mypy
51-
urllib3==2.2.3
51+
urllib3==2.3.0
5252
# via types-requests

requirements/pip-tools.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
build==1.2.2.post1
88
# via pip-tools
9-
click==8.1.7
9+
click==8.1.8
1010
# via pip-tools
1111
importlib-metadata==8.5.0
1212
# via build

requirements/pytest.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
attrs==24.2.0
7+
attrs==24.3.0
88
# via hypothesis
99
colorama==0.4.6
1010
# via -r requirements/pytest.in
@@ -16,7 +16,7 @@ execnet==2.1.1
1616
# via pytest-xdist
1717
flaky==3.8.1
1818
# via -r requirements/pytest.in
19-
hypothesis==6.122.1
19+
hypothesis==6.123.1
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

0 commit comments

Comments
 (0)