From 7eaacbf8a7a5d96fcd31171818342864042ac758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 07:58:50 +0000 Subject: [PATCH] Bump pylint from 2.14.0 to 2.16.4 in /docs Bumps [pylint](https://github.com/PyCQA/pylint) from 2.14.0 to 2.16.4. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.14.0...v2.16.4) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 140d1e4..6492aee 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -113,7 +113,7 @@ pycodestyle==2.7.0; python_full_version >= "3.6.1" and python_version >= "3.7" a pydata-sphinx-theme==0.9.0rc1; python_version >= "3.7" pyflakes==2.3.1; python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.6.1" and (python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5") pygments==2.12.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8" -pylint==2.14.0; python_full_version >= "3.7.2" +pylint==2.16.4; python_full_version >= "3.7.2" pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7" pyperclip==1.8.2; python_version >= "3.6" pyproj==3.3.1; python_version >= "3.8"