File tree Expand file tree Collapse file tree 6 files changed +25
-23
lines changed Expand file tree Collapse file tree 6 files changed +25
-23
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ attrs==21.4.0
11
11
# -r requirements/pytest.pip
12
12
# hypothesis
13
13
# 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
18
18
bleach==4.1.0
19
19
# via readme-renderer
20
20
build==0.7.0
@@ -135,7 +135,7 @@ pyparsing==3.0.7
135
135
# -r requirements/pytest.pip
136
136
# packaging
137
137
# pycontracts
138
- pytest==6.2.5
138
+ pytest==7.0.0
139
139
# via
140
140
# -r requirements/pytest.pip
141
141
# pytest-forked
@@ -178,20 +178,20 @@ sortedcontainers==2.4.0
178
178
# hypothesis
179
179
toml==0.10.2
180
180
# via
181
- # -r requirements/pytest.pip
182
181
# check-manifest
183
182
# pylint
184
- # pytest
185
183
# tox
186
184
tomli==2.0.0
187
185
# via
186
+ # -r requirements/pytest.pip
188
187
# build
189
188
# pep517
189
+ # pytest
190
190
tox==3.24.5
191
191
# via -r requirements/dev.in
192
192
tqdm==4.62.3
193
193
# via twine
194
- twine==3.7.1
194
+ twine==3.8.0
195
195
# via -r requirements/dev.in
196
196
typed-ast==1.5.2
197
197
# via astroid
@@ -203,7 +203,9 @@ typing-extensions==4.0.1
203
203
# importlib-metadata
204
204
# pylint
205
205
urllib3==1.26.8
206
- # via requests
206
+ # via
207
+ # requests
208
+ # twine
207
209
urwid==2.1.2
208
210
# via
209
211
# pudb
@@ -226,9 +228,9 @@ zipp==3.7.0
226
228
# pep517
227
229
228
230
# The following packages are considered to be unsafe in a requirements file:
229
- pip==22.0.2
231
+ pip==22.0.3
230
232
# via -r requirements/pip.pip
231
- setuptools==60.7.0
233
+ setuptools==60.7.1
232
234
# via
233
235
# astroid
234
236
# check-manifest
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ packaging==21.3
27
27
# cibuildwheel
28
28
pep517==0.12.0
29
29
# via build
30
- pyelftools==0.27
30
+ pyelftools==0.28
31
31
# via auditwheel
32
32
pyparsing==3.0.7
33
33
# via packaging
@@ -48,5 +48,5 @@ zipp==3.7.0
48
48
# pep517
49
49
50
50
# The following packages are considered to be unsafe in a requirements file:
51
- setuptools==60.7.0
51
+ setuptools==60.7.1
52
52
# via -r requirements/kit.in
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ greenlet==1.1.2
17
17
# gevent
18
18
six==1.16.0
19
19
# via eventlet
20
- zope. event==4.5.0
20
+ zope- event==4.5.0
21
21
# via gevent
22
- zope. interface==5.4.0
22
+ zope- interface==5.4.0
23
23
# via gevent
24
24
25
25
# The following packages are considered to be unsafe in a requirements file:
26
- setuptools==60.7.0
26
+ setuptools==60.7.1
27
27
# via gevent
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ importlib-metadata==4.10.1
12
12
# pep517
13
13
pep517==0.12.0
14
14
# via pip-tools
15
- pip-tools==6.4 .0
15
+ pip-tools==6.5 .0
16
16
# via -r requirements/pip-tools.in
17
17
tomli==2.0.0
18
18
# via pep517
@@ -26,7 +26,7 @@ zipp==3.7.0
26
26
# pep517
27
27
28
28
# The following packages are considered to be unsafe in a requirements file:
29
- pip==22.0.2
29
+ pip==22.0.3
30
30
# via pip-tools
31
- setuptools==60.7.0
31
+ setuptools==60.7.1
32
32
# via pip-tools
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ zipp==3.7.0
22
22
# via importlib-metadata
23
23
24
24
# The following packages are considered to be unsafe in a requirements file:
25
- pip==22.0.2
25
+ pip==22.0.3
26
26
# via -r requirements/pip.in
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ attrs==21.4.0
8
8
# via
9
9
# hypothesis
10
10
# pytest
11
- backports. functools-lru-cache==1.6.4
11
+ backports- functools-lru-cache==1.6.4
12
12
# via pycontracts
13
13
decorator==5.1.1
14
14
# via pycontracts
@@ -40,7 +40,7 @@ pyparsing==3.0.7
40
40
# via
41
41
# packaging
42
42
# pycontracts
43
- pytest==6.2.5
43
+ pytest==7.0.0
44
44
# via
45
45
# -r requirements/pytest.in
46
46
# pytest-forked
@@ -55,7 +55,7 @@ six==1.16.0
55
55
# via pycontracts
56
56
sortedcontainers==2.4.0
57
57
# via hypothesis
58
- toml==0.10.2
58
+ tomli==2.0.0
59
59
# via pytest
60
60
typing-extensions==4.0.1
61
61
# via importlib-metadata
You can’t perform that action at this time.
0 commit comments