From 7cb3ef9e372df9b6be2690cff27a887769aec154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 10:22:17 +0000 Subject: [PATCH] Bump pylint from 2.13.9 to 2.14.1 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.9 to 2.14.1. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.13.9...v2.14.1) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4494afb7c7..595105d0fa 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -97,7 +97,7 @@ pyflakes==2.4.0 # via flake8 pygments==2.10.0 # via ipython -pylint==2.13.9 +pylint==2.14.1 # via -r test-requirements.in pyopenssl==22.0.0 # via -r test-requirements.in @@ -120,6 +120,8 @@ tomli==2.0.1 # mypy # pylint # pytest +tomlkit==0.11.0 + # via pylint traitlets==5.2.1.post0 # via # ipython