Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
Wrote this bug for pylint, because I shouldn't have to add a pragma:
pylint-dev/pylint#6592
  • Loading branch information
nedbat committed May 12, 2022
1 parent e5b91eb commit 3e6ff4f
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 20 deletions.
1 change: 1 addition & 0 deletions coverage/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,7 @@ def _code_object__expression_callable(self, node):
self.add_arc(start, -start, None, f"didn't finish the {noun} on line {start}")
return _code_object__expression_callable

# pylint: disable=too-many-function-args
_code_object__Lambda = _make_expression_code_method("lambda")
_code_object__GeneratorExp = _make_expression_code_method("generator expression")
_code_object__DictComp = _make_expression_code_method("dictionary comprehension")
Expand Down
6 changes: 3 additions & 3 deletions doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ markupsafe==2.1.1
# via jinja2
packaging==21.3
# via sphinx
pbr==5.8.1
pbr==5.9.0
# via stevedore
pyenchant==3.2.2
# via
Expand All @@ -54,7 +54,7 @@ pygments==2.12.0
# doc8
# sphinx
# sphinx-tabs
pyparsing==3.0.8
pyparsing==3.0.9
# via packaging
pytz==2022.1
# via babel
Expand Down Expand Up @@ -94,7 +94,7 @@ sphinxcontrib-restbuilder==0.3
# via -r doc/requirements.in
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxcontrib-spelling==7.3.2
sphinxcontrib-spelling==7.3.3
# via -r doc/requirements.in
stevedore==3.5.0
# via doc8
Expand Down
18 changes: 10 additions & 8 deletions requirements/dev.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.11.3
astroid==2.11.5
# via pylint
attrs==21.4.0
# via
Expand Down Expand Up @@ -60,7 +60,7 @@ future==0.18.2
# pycontracts
greenlet==1.1.2
# via -r requirements/dev.in
hypothesis==6.45.3
hypothesis==6.46.3
# via -r requirements/pytest.pip
idna==3.3
# via requests
Expand Down Expand Up @@ -129,9 +129,9 @@ pygments==2.12.0
# pudb
# readme-renderer
# rich
pylint==2.13.7
pylint==2.13.8
# via -r requirements/dev.in
pyparsing==3.0.8
pyparsing==3.0.9
# via
# -r requirements/pytest.pip
# packaging
Expand Down Expand Up @@ -164,7 +164,7 @@ requests-toolbelt==0.9.1
# via twine
rfc3986==2.0.0
# via twine
rich==12.3.0
rich==12.4.1
# via twine
six==1.16.0
# via
Expand Down Expand Up @@ -218,7 +218,7 @@ virtualenv==20.14.1
# tox
webencodings==0.5.1
# via bleach
wrapt==1.14.0
wrapt==1.14.1
# via astroid
zipp==3.8.0
# via
Expand All @@ -228,8 +228,10 @@ zipp==3.8.0

# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r requirements/pip.pip
setuptools==62.1.0
# via
# -c requirements/pins.pip
# -r requirements/pip.pip
setuptools==62.2.0
# via
# astroid
# check-manifest
4 changes: 2 additions & 2 deletions requirements/kit.pip
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platformdirs==2.5.2
# via cibuildwheel
pyelftools==0.28
# via auditwheel
pyparsing==3.0.8
pyparsing==3.0.9
# via packaging
tomli==2.0.1
# via
Expand All @@ -52,5 +52,5 @@ zipp==3.8.0
# pep517

# The following packages are considered to be unsafe in a requirements file:
setuptools==62.1.0
setuptools==62.2.0
# via -r requirements/kit.in
2 changes: 1 addition & 1 deletion requirements/light-threads.pip
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ zope-interface==5.4.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
setuptools==62.1.0
setuptools==62.2.0
# via gevent
3 changes: 3 additions & 0 deletions requirements/pins.pip
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
# docutils has been going through some turmoil. Different packages require it,
# but have different pins. This seems to satisfy them all:
docutils>=0.17,<0.18

# https://github.com/jazzband/pip-tools/issues/1617
pip<22.1
6 changes: 4 additions & 2 deletions requirements/pip-tools.pip
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ zipp==3.8.0

# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via pip-tools
setuptools==62.1.0
# via
# -c requirements/pins.pip
# pip-tools
setuptools==62.2.0
# via pip-tools
4 changes: 3 additions & 1 deletion requirements/pip.pip
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ zipp==3.8.0

# The following packages are considered to be unsafe in a requirements file:
pip==22.0.4
# via -r requirements/pip.in
# via
# -c requirements/pins.pip
# -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/pytest.pip
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ flaky==3.7.0
# via -r requirements/pytest.in
future==0.18.2
# via pycontracts
hypothesis==6.45.3
hypothesis==6.46.3
# via -r requirements/pytest.in
importlib-metadata==4.11.3
# via
Expand All @@ -36,7 +36,7 @@ py==1.11.0
# pytest-forked
pycontracts @ git+https://github.com/slorg1/contracts@collections_and_validator
# via -r requirements/pytest.in
pyparsing==3.0.8
pyparsing==3.0.9
# via
# packaging
# pycontracts
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.pip
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pluggy==1.0.0
# via tox
py==1.11.0
# via tox
pyparsing==3.0.8
pyparsing==3.0.9
# via packaging
six==1.16.0
# via
Expand Down

0 comments on commit 3e6ff4f

Please sign in to comment.