Skip to content

Commit d365814

Browse files
committed
chore: make upgrade
1 parent c56c3a2 commit d365814

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

requirements/dev.pip

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ flaky==3.7.0
4747
# via -r requirements/pytest.in
4848
greenlet==3.0.3
4949
# via -r requirements/dev.in
50-
hypothesis==6.98.4
50+
hypothesis==6.98.9
5151
# via -r requirements/pytest.in
5252
idna==3.6
5353
# via requests
@@ -114,7 +114,7 @@ pyproject-api==1.6.1
114114
# via tox
115115
pyproject-hooks==1.0.0
116116
# via build
117-
pytest==8.0.0
117+
pytest==8.0.1
118118
# via
119119
# -r requirements/pytest.in
120120
# pytest-xdist
@@ -150,7 +150,7 @@ tomli==2.0.1
150150
# tox
151151
tomlkit==0.12.3
152152
# via pylint
153-
tox==4.12.1
153+
tox==4.13.0
154154
# via
155155
# -r requirements/tox.in
156156
# tox-gh
@@ -164,11 +164,11 @@ typing-extensions==4.9.0
164164
# pylint
165165
# rich
166166
# urwid
167-
urllib3==2.2.0
167+
urllib3==2.2.1
168168
# via
169169
# requests
170170
# twine
171-
urwid==2.5.3
171+
urwid==2.6.1
172172
# via
173173
# pudb
174174
# urwid-readline

requirements/light-threads.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
cffi==1.16.0
88
# via -r requirements/light-threads.in
9-
dnspython==2.5.0
9+
dnspython==2.6.1
1010
# via eventlet
1111
eventlet==0.35.1
1212
# via -r requirements/light-threads.in
@@ -21,7 +21,7 @@ pycparser==2.21
2121
# via cffi
2222
zope-event==5.0
2323
# via gevent
24-
zope-interface==6.1
24+
zope-interface==6.2
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
@@ -16,7 +16,7 @@ execnet==2.0.2
1616
# via pytest-xdist
1717
flaky==3.7.0
1818
# via -r requirements/pytest.in
19-
hypothesis==6.98.4
19+
hypothesis==6.98.9
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -30,7 +30,7 @@ pluggy==1.4.0
3030
# via pytest
3131
pygments==2.17.2
3232
# via -r requirements/pytest.in
33-
pytest==8.0.0
33+
pytest==8.0.1
3434
# via
3535
# -r requirements/pytest.in
3636
# pytest-xdist

requirements/pip-tools.pip

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ importlib-metadata==7.0.1
1212
# via build
1313
packaging==23.2
1414
# via build
15-
pip-tools==7.3.0
15+
pip-tools==7.4.0
1616
# via -r requirements/pip-tools.in
1717
pyproject-hooks==1.0.0
18-
# via build
18+
# via
19+
# build
20+
# pip-tools
1921
tomli==2.0.1
2022
# via
2123
# build

requirements/pytest.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ execnet==2.0.2
1616
# via pytest-xdist
1717
flaky==3.7.0
1818
# via -r requirements/pytest.in
19-
hypothesis==6.98.4
19+
hypothesis==6.98.9
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -26,7 +26,7 @@ pluggy==1.4.0
2626
# via pytest
2727
pygments==2.17.2
2828
# via -r requirements/pytest.in
29-
pytest==8.0.0
29+
pytest==8.0.1
3030
# via
3131
# -r requirements/pytest.in
3232
# pytest-xdist

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.12.1
37+
tox==4.13.0
3838
# via
3939
# -r requirements/tox.in
4040
# tox-gh

0 commit comments

Comments
 (0)