Skip to content

Commit 3e6ff4f

Browse files
committed
chore: make upgrade
Wrote this bug for pylint, because I shouldn't have to add a pragma: pylint-dev/pylint#6592
1 parent e5b91eb commit 3e6ff4f

10 files changed

+30
-20
lines changed

coverage/parser.py

+1
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,7 @@ def _code_object__expression_callable(self, node):
12871287
self.add_arc(start, -start, None, f"didn't finish the {noun} on line {start}")
12881288
return _code_object__expression_callable
12891289

1290+
# pylint: disable=too-many-function-args
12901291
_code_object__Lambda = _make_expression_code_method("lambda")
12911292
_code_object__GeneratorExp = _make_expression_code_method("generator expression")
12921293
_code_object__DictComp = _make_expression_code_method("dictionary comprehension")

doc/requirements.pip

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ markupsafe==2.1.1
4343
# via jinja2
4444
packaging==21.3
4545
# via sphinx
46-
pbr==5.8.1
46+
pbr==5.9.0
4747
# via stevedore
4848
pyenchant==3.2.2
4949
# via
@@ -54,7 +54,7 @@ pygments==2.12.0
5454
# doc8
5555
# sphinx
5656
# sphinx-tabs
57-
pyparsing==3.0.8
57+
pyparsing==3.0.9
5858
# via packaging
5959
pytz==2022.1
6060
# via babel
@@ -94,7 +94,7 @@ sphinxcontrib-restbuilder==0.3
9494
# via -r doc/requirements.in
9595
sphinxcontrib-serializinghtml==1.1.5
9696
# via sphinx
97-
sphinxcontrib-spelling==7.3.2
97+
sphinxcontrib-spelling==7.3.3
9898
# via -r doc/requirements.in
9999
stevedore==3.5.0
100100
# via doc8

requirements/dev.pip

+10-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
astroid==2.11.3
7+
astroid==2.11.5
88
# via pylint
99
attrs==21.4.0
1010
# via
@@ -60,7 +60,7 @@ future==0.18.2
6060
# pycontracts
6161
greenlet==1.1.2
6262
# via -r requirements/dev.in
63-
hypothesis==6.45.3
63+
hypothesis==6.46.3
6464
# via -r requirements/pytest.pip
6565
idna==3.3
6666
# via requests
@@ -129,9 +129,9 @@ pygments==2.12.0
129129
# pudb
130130
# readme-renderer
131131
# rich
132-
pylint==2.13.7
132+
pylint==2.13.8
133133
# via -r requirements/dev.in
134-
pyparsing==3.0.8
134+
pyparsing==3.0.9
135135
# via
136136
# -r requirements/pytest.pip
137137
# packaging
@@ -164,7 +164,7 @@ requests-toolbelt==0.9.1
164164
# via twine
165165
rfc3986==2.0.0
166166
# via twine
167-
rich==12.3.0
167+
rich==12.4.1
168168
# via twine
169169
six==1.16.0
170170
# via
@@ -218,7 +218,7 @@ virtualenv==20.14.1
218218
# tox
219219
webencodings==0.5.1
220220
# via bleach
221-
wrapt==1.14.0
221+
wrapt==1.14.1
222222
# via astroid
223223
zipp==3.8.0
224224
# via
@@ -228,8 +228,10 @@ zipp==3.8.0
228228

229229
# The following packages are considered to be unsafe in a requirements file:
230230
pip==22.0.4
231-
# via -r requirements/pip.pip
232-
setuptools==62.1.0
231+
# via
232+
# -c requirements/pins.pip
233+
# -r requirements/pip.pip
234+
setuptools==62.2.0
233235
# via
234236
# astroid
235237
# check-manifest

requirements/kit.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ platformdirs==2.5.2
3333
# via cibuildwheel
3434
pyelftools==0.28
3535
# via auditwheel
36-
pyparsing==3.0.8
36+
pyparsing==3.0.9
3737
# via packaging
3838
tomli==2.0.1
3939
# via
@@ -52,5 +52,5 @@ zipp==3.8.0
5252
# pep517
5353

5454
# The following packages are considered to be unsafe in a requirements file:
55-
setuptools==62.1.0
55+
setuptools==62.2.0
5656
# via -r requirements/kit.in

requirements/light-threads.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ zope-interface==5.4.0
2323
# via gevent
2424

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

requirements/pins.pip

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
# docutils has been going through some turmoil. Different packages require it,
77
# but have different pins. This seems to satisfy them all:
88
docutils>=0.17,<0.18
9+
10+
# https://github.com/jazzband/pip-tools/issues/1617
11+
pip<22.1

requirements/pip-tools.pip

+4-2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ zipp==3.8.0
2727

2828
# The following packages are considered to be unsafe in a requirements file:
2929
pip==22.0.4
30-
# via pip-tools
31-
setuptools==62.1.0
30+
# via
31+
# -c requirements/pins.pip
32+
# pip-tools
33+
setuptools==62.2.0
3234
# via pip-tools

requirements/pip.pip

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ zipp==3.8.0
2323

2424
# The following packages are considered to be unsafe in a requirements file:
2525
pip==22.0.4
26-
# via -r requirements/pip.in
26+
# via
27+
# -c requirements/pins.pip
28+
# -r requirements/pip.in

requirements/pytest.pip

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ flaky==3.7.0
1818
# via -r requirements/pytest.in
1919
future==0.18.2
2020
# via pycontracts
21-
hypothesis==6.45.3
21+
hypothesis==6.46.3
2222
# via -r requirements/pytest.in
2323
importlib-metadata==4.11.3
2424
# via
@@ -36,7 +36,7 @@ py==1.11.0
3636
# pytest-forked
3737
pycontracts @ git+https://github.com/slorg1/contracts@collections_and_validator
3838
# via -r requirements/pytest.in
39-
pyparsing==3.0.8
39+
pyparsing==3.0.9
4040
# via
4141
# packaging
4242
# pycontracts

requirements/tox.pip

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pluggy==1.0.0
2525
# via tox
2626
py==1.11.0
2727
# via tox
28-
pyparsing==3.0.8
28+
pyparsing==3.0.9
2929
# via packaging
3030
six==1.16.0
3131
# via

0 commit comments

Comments
 (0)