Skip to content

Commit 604aafa

Browse files
committed
chore: make upgrade
1 parent 7c25ba0 commit 604aafa

File tree

9 files changed

+60
-47
lines changed

9 files changed

+60
-47
lines changed

requirements/dev.pip

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
#
55
# make upgrade
66
#
7-
astroid==2.15.6
7+
astroid==2.15.8
88
# via pylint
99
attrs==23.1.0
1010
# via hypothesis
11-
bleach==6.0.0
12-
# via readme-renderer
13-
build==0.10.0
11+
build==1.0.3
1412
# via check-manifest
1513
cachetools==5.3.1
1614
# via tox
@@ -41,23 +39,24 @@ exceptiongroup==1.1.3
4139
# pytest
4240
execnet==2.0.2
4341
# via pytest-xdist
44-
filelock==3.12.2
42+
filelock==3.12.4
4543
# via
4644
# tox
4745
# virtualenv
4846
flaky==3.7.0
4947
# via -r requirements/pytest.in
5048
greenlet==2.0.2
5149
# via -r requirements/dev.in
52-
hypothesis==6.82.6
50+
hypothesis==6.87.0
5351
# via -r requirements/pytest.in
5452
idna==3.4
5553
# via requests
5654
importlib-metadata==6.8.0
5755
# via
56+
# build
5857
# keyring
5958
# twine
60-
importlib-resources==6.0.1
59+
importlib-resources==6.1.0
6160
# via keyring
6261
iniconfig==2.0.0
6362
# via pytest
@@ -81,6 +80,8 @@ mdurl==0.1.2
8180
# via markdown-it-py
8281
more-itertools==10.1.0
8382
# via jaraco-classes
83+
nh3==0.2.14
84+
# via readme-renderer
8485
packaging==23.1
8586
# via
8687
# build
@@ -108,19 +109,19 @@ pygments==2.16.1
108109
# pudb
109110
# readme-renderer
110111
# rich
111-
pylint==2.17.5
112+
pylint==2.17.6
112113
# via -r requirements/dev.in
113-
pyproject-api==1.5.4
114+
pyproject-api==1.6.1
114115
# via tox
115116
pyproject-hooks==1.0.0
116117
# via build
117-
pytest==7.4.0
118+
pytest==7.4.2
118119
# via
119120
# -r requirements/pytest.in
120121
# pytest-xdist
121122
pytest-xdist==3.3.1
122123
# via -r requirements/pytest.in
123-
readme-renderer==41.0
124+
readme-renderer==42.0
124125
# via
125126
# -r requirements/dev.in
126127
# twine
@@ -133,10 +134,8 @@ requests-toolbelt==1.0.0
133134
# via twine
134135
rfc3986==2.0.0
135136
# via twine
136-
rich==13.5.2
137+
rich==13.5.3
137138
# via twine
138-
six==1.16.0
139-
# via bleach
140139
sortedcontainers==2.4.0
141140
# via hypothesis
142141
tomli==2.0.1
@@ -150,46 +149,44 @@ tomli==2.0.1
150149
# tox
151150
tomlkit==0.12.1
152151
# via pylint
153-
tox==4.10.0
152+
tox==4.11.3
154153
# via
155154
# -r requirements/tox.in
156155
# tox-gh
157156
tox-gh==1.3.1
158157
# via -r requirements/tox.in
159158
twine==4.0.2
160159
# via -r requirements/dev.in
161-
typing-extensions==4.7.1
160+
typing-extensions==4.8.0
162161
# via
163162
# astroid
164163
# pylint
165164
# rich
166-
urllib3==2.0.4
165+
urllib3==2.0.5
167166
# via
168167
# requests
169168
# twine
170-
urwid==2.1.2
169+
urwid==2.2.2
171170
# via
172171
# pudb
173172
# urwid-readline
174173
urwid-readline==0.13
175174
# via pudb
176-
virtualenv==20.24.3
175+
virtualenv==20.24.5
177176
# via
178177
# -r requirements/pip.in
179178
# tox
180-
webencodings==0.5.1
181-
# via bleach
182179
wrapt==1.15.0
183180
# via astroid
184-
zipp==3.16.2
181+
zipp==3.17.0
185182
# via
186183
# importlib-metadata
187184
# importlib-resources
188185

189186
# The following packages are considered to be unsafe in a requirements file:
190187
pip==23.2.1
191188
# via -r requirements/pip.in
192-
setuptools==68.1.2
189+
setuptools==68.2.2
193190
# via
194191
# -r requirements/pip.in
195192
# check-manifest

requirements/kit.pip

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,27 @@ auditwheel==5.4.0
88
# via -r requirements/kit.in
99
bashlex==0.18
1010
# via cibuildwheel
11-
bracex==2.3.post1
11+
bracex==2.4
1212
# via cibuildwheel
13-
build==0.10.0
13+
build==1.0.3
1414
# via -r requirements/kit.in
1515
certifi==2023.7.22
1616
# via cibuildwheel
17-
cibuildwheel==2.15.0
17+
cibuildwheel==2.16.1
1818
# via -r requirements/kit.in
1919
colorama==0.4.6
2020
# via -r requirements/kit.in
21-
filelock==3.12.2
21+
filelock==3.12.4
2222
# via cibuildwheel
23+
importlib-metadata==6.8.0
24+
# via build
2325
packaging==23.1
2426
# via
2527
# build
2628
# cibuildwheel
2729
platformdirs==3.10.0
2830
# via cibuildwheel
29-
pyelftools==0.29
31+
pyelftools==0.30
3032
# via auditwheel
3133
pyproject-hooks==1.0.0
3234
# via build
@@ -35,11 +37,13 @@ tomli==2.0.1
3537
# build
3638
# cibuildwheel
3739
# pyproject-hooks
38-
typing-extensions==4.7.1
40+
typing-extensions==4.8.0
3941
# via cibuildwheel
4042
wheel==0.41.2
4143
# via -r requirements/kit.in
44+
zipp==3.17.0
45+
# via importlib-metadata
4246

4347
# The following packages are considered to be unsafe in a requirements file:
44-
setuptools==68.1.2
48+
setuptools==68.2.2
4549
# via -r requirements/kit.in

requirements/light-threads.pip

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
#
55
# make upgrade
66
#
7-
cffi==1.15.1
7+
cffi==1.16.0
88
# via -r requirements/light-threads.in
99
dnspython==2.4.2
1010
# via eventlet
1111
eventlet==0.33.3
1212
# via -r requirements/light-threads.in
1313
gevent==23.7.0
14-
# via -r requirements/light-threads.in
14+
# via
15+
# -c requirements/pins.pip
16+
# -r requirements/light-threads.in
1517
greenlet==2.0.2
1618
# via
1719
# -r requirements/light-threads.in
@@ -27,7 +29,7 @@ zope-interface==6.0
2729
# via gevent
2830

2931
# The following packages are considered to be unsafe in a requirements file:
30-
setuptools==68.1.2
32+
setuptools==68.2.2
3133
# via
3234
# zope-event
3335
# zope-interface

requirements/mypy.pip

Lines changed: 3 additions & 3 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.82.6
19+
hypothesis==6.87.0
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
@@ -28,7 +28,7 @@ packaging==23.1
2828
# via pytest
2929
pluggy==1.3.0
3030
# via pytest
31-
pytest==7.4.0
31+
pytest==7.4.2
3232
# via
3333
# -r requirements/pytest.in
3434
# pytest-xdist
@@ -40,5 +40,5 @@ tomli==2.0.1
4040
# via
4141
# mypy
4242
# pytest
43-
typing-extensions==4.7.1
43+
typing-extensions==4.8.0
4444
# via mypy

requirements/pins.pip

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
# Version pins, for use as a constraints file.
5+
# gevent depends on greenlet>=3.0rc3, which causes problems:
6+
# The conflict is caused by:
7+
# The user requested greenlet==2.0.2
8+
# eventlet 0.33.3 depends on greenlet>=0.3
9+
# gevent 23.9.1 depends on greenlet>=3.0rc3; platform_python_implementation == "CPython" and python_version >= "3.11"
10+
gevent<23.9
511

612
# sphinx-rtd-theme wants <7
713
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1463

requirements/pip-tools.pip

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
#
55
# make upgrade
66
#
7-
build==0.10.0
7+
build==1.0.3
88
# via pip-tools
99
click==8.1.7
1010
# via pip-tools
11+
importlib-metadata==6.8.0
12+
# via build
1113
packaging==23.1
1214
# via build
1315
pip-tools==7.3.0
@@ -21,9 +23,11 @@ tomli==2.0.1
2123
# pyproject-hooks
2224
wheel==0.41.2
2325
# via pip-tools
26+
zipp==3.17.0
27+
# via importlib-metadata
2428

2529
# The following packages are considered to be unsafe in a requirements file:
2630
pip==23.2.1
2731
# via pip-tools
28-
setuptools==68.1.2
32+
setuptools==68.2.2
2933
# via pip-tools

requirements/pip.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
#
77
distlib==0.3.7
88
# via virtualenv
9-
filelock==3.12.2
9+
filelock==3.12.4
1010
# via virtualenv
1111
platformdirs==3.10.0
1212
# via virtualenv
13-
virtualenv==20.24.3
13+
virtualenv==20.24.5
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.1.2
19+
setuptools==68.2.2
2020
# via -r requirements/pip.in

requirements/pytest.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ execnet==2.0.2
1616
# via pytest-xdist
1717
flaky==3.7.0
1818
# via -r requirements/pytest.in
19-
hypothesis==6.82.6
19+
hypothesis==6.87.0
2020
# via -r requirements/pytest.in
2121
iniconfig==2.0.0
2222
# via pytest
2323
packaging==23.1
2424
# via pytest
2525
pluggy==1.3.0
2626
# via pytest
27-
pytest==7.4.0
27+
pytest==7.4.2
2828
# via
2929
# -r requirements/pytest.in
3030
# pytest-xdist

requirements/tox.pip

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ colorama==0.4.6
1414
# tox
1515
distlib==0.3.7
1616
# via virtualenv
17-
filelock==3.12.2
17+
filelock==3.12.4
1818
# via
1919
# tox
2020
# virtualenv
@@ -28,17 +28,17 @@ platformdirs==3.10.0
2828
# virtualenv
2929
pluggy==1.3.0
3030
# via tox
31-
pyproject-api==1.5.4
31+
pyproject-api==1.6.1
3232
# via tox
3333
tomli==2.0.1
3434
# via
3535
# pyproject-api
3636
# tox
37-
tox==4.10.0
37+
tox==4.11.3
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.3
43+
virtualenv==20.24.5
4444
# via tox

0 commit comments

Comments
 (0)