Skip to content

Commit 6afcdc3

Browse files
committed
chore: make upgrade
1 parent c2b238e commit 6afcdc3

File tree

8 files changed

+29
-29
lines changed

8 files changed

+29
-29
lines changed

requirements/dev.pip

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ distlib==0.3.7
3535
# via virtualenv
3636
docutils==0.20.1
3737
# via readme-renderer
38-
exceptiongroup==1.1.2
38+
exceptiongroup==1.1.3
3939
# via
4040
# hypothesis
4141
# pytest
@@ -49,7 +49,7 @@ flaky==3.7.0
4949
# via -r requirements/pytest.in
5050
greenlet==2.0.2
5151
# via -r requirements/dev.in
52-
hypothesis==6.82.3
52+
hypothesis==6.82.6
5353
# via -r requirements/pytest.in
5454
idna==3.4
5555
# via requests
@@ -97,7 +97,7 @@ platformdirs==3.10.0
9797
# pylint
9898
# tox
9999
# virtualenv
100-
pluggy==1.2.0
100+
pluggy==1.3.0
101101
# via
102102
# pytest
103103
# tox
@@ -110,7 +110,7 @@ pygments==2.16.1
110110
# rich
111111
pylint==2.17.5
112112
# via -r requirements/dev.in
113-
pyproject-api==1.5.3
113+
pyproject-api==1.5.4
114114
# via tox
115115
pyproject-hooks==1.0.0
116116
# via build
@@ -120,7 +120,7 @@ pytest==7.4.0
120120
# pytest-xdist
121121
pytest-xdist==3.3.1
122122
# via -r requirements/pytest.in
123-
readme-renderer==40.0
123+
readme-renderer==41.0
124124
# via
125125
# -r requirements/dev.in
126126
# twine
@@ -150,7 +150,7 @@ tomli==2.0.1
150150
# tox
151151
tomlkit==0.12.1
152152
# via pylint
153-
tox==4.7.0
153+
tox==4.10.0
154154
# via
155155
# -r requirements/tox.in
156156
# tox-gh
@@ -173,7 +173,7 @@ urwid==2.1.2
173173
# urwid-readline
174174
urwid-readline==0.13
175175
# via pudb
176-
virtualenv==20.24.2
176+
virtualenv==20.24.3
177177
# via
178178
# -r requirements/pip.in
179179
# tox
@@ -189,7 +189,7 @@ zipp==3.16.2
189189
# The following packages are considered to be unsafe in a requirements file:
190190
pip==23.2.1
191191
# via -r requirements/pip.in
192-
setuptools==68.0.0
192+
setuptools==68.1.2
193193
# via
194194
# -r requirements/pip.in
195195
# check-manifest

requirements/kit.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ tomli==2.0.1
3737
# pyproject-hooks
3838
typing-extensions==4.7.1
3939
# via cibuildwheel
40-
wheel==0.41.1
40+
wheel==0.41.2
4141
# via -r requirements/kit.in
4242

4343
# The following packages are considered to be unsafe in a requirements file:
44-
setuptools==68.0.0
44+
setuptools==68.1.2
4545
# via -r requirements/kit.in

requirements/light-threads.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
cffi==1.15.1
88
# via -r requirements/light-threads.in
9-
dnspython==2.4.1
9+
dnspython==2.4.2
1010
# via eventlet
1111
eventlet==0.33.3
1212
# via -r requirements/light-threads.in
@@ -27,7 +27,7 @@ zope-interface==6.0
2727
# via gevent
2828

2929
# The following packages are considered to be unsafe in a requirements file:
30-
setuptools==68.0.0
30+
setuptools==68.1.2
3131
# via
3232
# zope-event
3333
# zope-interface

requirements/mypy.pip

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@ attrs==23.1.0
88
# via hypothesis
99
colorama==0.4.6
1010
# via -r requirements/pytest.in
11-
exceptiongroup==1.1.2
11+
exceptiongroup==1.1.3
1212
# via
1313
# hypothesis
1414
# pytest
1515
execnet==2.0.2
1616
# via pytest-xdist
1717
flaky==3.7.0
1818
# via -r requirements/pytest.in
19-
hypothesis==6.82.3
19+
hypothesis==6.82.6
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
23-
mypy==1.4.1
23+
mypy==1.5.1
2424
# via -r requirements/mypy.in
2525
mypy-extensions==1.0.0
2626
# via mypy
2727
packaging==23.1
2828
# via pytest
29-
pluggy==1.2.0
29+
pluggy==1.3.0
3030
# via pytest
3131
pytest==7.4.0
3232
# via

requirements/pip-tools.pip

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
#
77
build==0.10.0
88
# via pip-tools
9-
click==8.1.6
9+
click==8.1.7
1010
# via pip-tools
1111
packaging==23.1
1212
# via build
13-
pip-tools==7.2.0
13+
pip-tools==7.3.0
1414
# via -r requirements/pip-tools.in
1515
pyproject-hooks==1.0.0
1616
# via build
@@ -19,11 +19,11 @@ tomli==2.0.1
1919
# build
2020
# pip-tools
2121
# pyproject-hooks
22-
wheel==0.41.1
22+
wheel==0.41.2
2323
# via pip-tools
2424

2525
# The following packages are considered to be unsafe in a requirements file:
2626
pip==23.2.1
2727
# via pip-tools
28-
setuptools==68.0.0
28+
setuptools==68.1.2
2929
# via pip-tools

requirements/pip.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ filelock==3.12.2
1010
# via virtualenv
1111
platformdirs==3.10.0
1212
# via virtualenv
13-
virtualenv==20.24.2
13+
virtualenv==20.24.3
1414
# via -r requirements/pip.in
1515

1616
# The following packages are considered to be unsafe in a requirements file:
1717
pip==23.2.1
1818
# via -r requirements/pip.in
19-
setuptools==68.0.0
19+
setuptools==68.1.2
2020
# via -r requirements/pip.in

requirements/pytest.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ attrs==23.1.0
88
# via hypothesis
99
colorama==0.4.6
1010
# via -r requirements/pytest.in
11-
exceptiongroup==1.1.2
11+
exceptiongroup==1.1.3
1212
# via
1313
# hypothesis
1414
# pytest
1515
execnet==2.0.2
1616
# via pytest-xdist
1717
flaky==3.7.0
1818
# via -r requirements/pytest.in
19-
hypothesis==6.82.3
19+
hypothesis==6.82.6
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
2323
packaging==23.1
2424
# via pytest
25-
pluggy==1.2.0
25+
pluggy==1.3.0
2626
# via pytest
2727
pytest==7.4.0
2828
# via

requirements/tox.pip

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ platformdirs==3.10.0
2626
# via
2727
# tox
2828
# virtualenv
29-
pluggy==1.2.0
29+
pluggy==1.3.0
3030
# via tox
31-
pyproject-api==1.5.3
31+
pyproject-api==1.5.4
3232
# via tox
3333
tomli==2.0.1
3434
# via
3535
# pyproject-api
3636
# tox
37-
tox==4.7.0
37+
tox==4.10.0
3838
# via
3939
# -r requirements/tox.in
4040
# tox-gh
4141
tox-gh==1.3.1
4242
# via -r requirements/tox.in
43-
virtualenv==20.24.2
43+
virtualenv==20.24.3
4444
# via tox

0 commit comments

Comments
 (0)