Skip to content

Commit b9501d6

Browse files
committed
chore: make upgrade
1 parent 0c9b896 commit b9501d6

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

requirements/dev.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
astroid==3.2.4
88
# via pylint
9-
attrs==24.1.0
9+
attrs==24.2.0
1010
# via hypothesis
1111
backports-tarfile==1.2.0
1212
# via jaraco-context
@@ -49,7 +49,7 @@ flaky==3.8.1
4949
# via -r requirements/pytest.in
5050
greenlet==3.0.3
5151
# via -r requirements/dev.in
52-
hypothesis==6.108.7
52+
hypothesis==6.110.0
5353
# via -r requirements/pytest.in
5454
idna==3.7
5555
# via requests
@@ -82,7 +82,7 @@ mccabe==0.7.0
8282
# via pylint
8383
mdurl==0.1.2
8484
# via markdown-it-py
85-
more-itertools==10.3.0
85+
more-itertools==10.4.0
8686
# via
8787
# jaraco-classes
8888
# jaraco-functools
@@ -157,7 +157,7 @@ tomli==2.0.1
157157
# tox
158158
tomlkit==0.13.0
159159
# via pylint
160-
tox==4.16.0
160+
tox==4.17.1
161161
# via
162162
# -r requirements/tox.in
163163
# tox-gh

requirements/kit.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ markdown-it-py==3.0.0
4949
# via rich
5050
mdurl==0.1.2
5151
# via markdown-it-py
52-
more-itertools==10.3.0
52+
more-itertools==10.4.0
5353
# via
5454
# jaraco-classes
5555
# jaraco-functools
@@ -98,7 +98,7 @@ urllib3==2.2.2
9898
# via
9999
# requests
100100
# twine
101-
wheel==0.43.0
101+
wheel==0.44.0
102102
# via -r requirements/kit.in
103103
zipp==3.19.2
104104
# via

requirements/light-threads.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-
cffi==1.16.0
7+
cffi==1.17.0
88
# via -r requirements/light-threads.in
99
dnspython==2.6.1
1010
# via eventlet
@@ -21,7 +21,7 @@ pycparser==2.22
2121
# via cffi
2222
zope-event==5.0
2323
# via gevent
24-
zope-interface==6.4.post2
24+
zope-interface==7.0.1
2525
# via gevent
2626

2727
# The following packages are considered to be unsafe in a requirements file:

requirements/mypy.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.1.0
7+
attrs==24.2.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.108.7
19+
hypothesis==6.110.0
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

requirements/pip-tools.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tomli==2.0.1
2222
# via
2323
# build
2424
# pip-tools
25-
wheel==0.43.0
25+
wheel==0.44.0
2626
# via pip-tools
2727
zipp==3.19.2
2828
# via importlib-metadata

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.1.0
7+
attrs==24.2.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.108.7
19+
hypothesis==6.110.0
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest

requirements/tox.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tomli==2.0.1
3434
# via
3535
# pyproject-api
3636
# tox
37-
tox==4.16.0
37+
tox==4.17.1
3838
# via
3939
# -r requirements/tox.in
4040
# tox-gh

0 commit comments

Comments
 (0)