Skip to content

Commit e6928a6

Browse files
committed
build: make upgrade to get pytest 7.0.0
1 parent 340c56b commit e6928a6

File tree

6 files changed

+25
-23
lines changed

6 files changed

+25
-23
lines changed

requirements/dev.pip

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ attrs==21.4.0
1111
# -r requirements/pytest.pip
1212
# hypothesis
1313
# pytest
14-
backports.functools-lru-cache==1.6.4
15-
# via
16-
# -r requirements/pytest.pip
17-
# pycontracts
14+
backports-functools-lru-cache==1.6.4
15+
# via -r requirements/pytest.pip
16+
backports-functools-lru-cache==1.6.4
17+
# via pycontracts
1818
bleach==4.1.0
1919
# via readme-renderer
2020
build==0.7.0
@@ -135,7 +135,7 @@ pyparsing==3.0.7
135135
# -r requirements/pytest.pip
136136
# packaging
137137
# pycontracts
138-
pytest==6.2.5
138+
pytest==7.0.0
139139
# via
140140
# -r requirements/pytest.pip
141141
# pytest-forked
@@ -178,20 +178,20 @@ sortedcontainers==2.4.0
178178
# hypothesis
179179
toml==0.10.2
180180
# via
181-
# -r requirements/pytest.pip
182181
# check-manifest
183182
# pylint
184-
# pytest
185183
# tox
186184
tomli==2.0.0
187185
# via
186+
# -r requirements/pytest.pip
188187
# build
189188
# pep517
189+
# pytest
190190
tox==3.24.5
191191
# via -r requirements/dev.in
192192
tqdm==4.62.3
193193
# via twine
194-
twine==3.7.1
194+
twine==3.8.0
195195
# via -r requirements/dev.in
196196
typed-ast==1.5.2
197197
# via astroid
@@ -203,7 +203,9 @@ typing-extensions==4.0.1
203203
# importlib-metadata
204204
# pylint
205205
urllib3==1.26.8
206-
# via requests
206+
# via
207+
# requests
208+
# twine
207209
urwid==2.1.2
208210
# via
209211
# pudb
@@ -226,9 +228,9 @@ zipp==3.7.0
226228
# pep517
227229

228230
# The following packages are considered to be unsafe in a requirements file:
229-
pip==22.0.2
231+
pip==22.0.3
230232
# via -r requirements/pip.pip
231-
setuptools==60.7.0
233+
setuptools==60.7.1
232234
# via
233235
# astroid
234236
# check-manifest

requirements/kit.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packaging==21.3
2727
# cibuildwheel
2828
pep517==0.12.0
2929
# via build
30-
pyelftools==0.27
30+
pyelftools==0.28
3131
# via auditwheel
3232
pyparsing==3.0.7
3333
# via packaging
@@ -48,5 +48,5 @@ zipp==3.7.0
4848
# pep517
4949

5050
# The following packages are considered to be unsafe in a requirements file:
51-
setuptools==60.7.0
51+
setuptools==60.7.1
5252
# via -r requirements/kit.in

requirements/light-threads.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ greenlet==1.1.2
1717
# gevent
1818
six==1.16.0
1919
# via eventlet
20-
zope.event==4.5.0
20+
zope-event==4.5.0
2121
# via gevent
22-
zope.interface==5.4.0
22+
zope-interface==5.4.0
2323
# via gevent
2424

2525
# The following packages are considered to be unsafe in a requirements file:
26-
setuptools==60.7.0
26+
setuptools==60.7.1
2727
# via gevent

requirements/pip-tools.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ importlib-metadata==4.10.1
1212
# pep517
1313
pep517==0.12.0
1414
# via pip-tools
15-
pip-tools==6.4.0
15+
pip-tools==6.5.0
1616
# via -r requirements/pip-tools.in
1717
tomli==2.0.0
1818
# via pep517
@@ -26,7 +26,7 @@ zipp==3.7.0
2626
# pep517
2727

2828
# The following packages are considered to be unsafe in a requirements file:
29-
pip==22.0.2
29+
pip==22.0.3
3030
# via pip-tools
31-
setuptools==60.7.0
31+
setuptools==60.7.1
3232
# via pip-tools

requirements/pip.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ zipp==3.7.0
2222
# via importlib-metadata
2323

2424
# The following packages are considered to be unsafe in a requirements file:
25-
pip==22.0.2
25+
pip==22.0.3
2626
# via -r requirements/pip.in

requirements/pytest.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs==21.4.0
88
# via
99
# hypothesis
1010
# pytest
11-
backports.functools-lru-cache==1.6.4
11+
backports-functools-lru-cache==1.6.4
1212
# via pycontracts
1313
decorator==5.1.1
1414
# via pycontracts
@@ -40,7 +40,7 @@ pyparsing==3.0.7
4040
# via
4141
# packaging
4242
# pycontracts
43-
pytest==6.2.5
43+
pytest==7.0.0
4444
# via
4545
# -r requirements/pytest.in
4646
# pytest-forked
@@ -55,7 +55,7 @@ six==1.16.0
5555
# via pycontracts
5656
sortedcontainers==2.4.0
5757
# via hypothesis
58-
toml==0.10.2
58+
tomli==2.0.0
5959
# via pytest
6060
typing-extensions==4.0.1
6161
# via importlib-metadata

0 commit comments

Comments
 (0)