From 216ad0c445bf0497a2ff60dc64d50e0ae8a579c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:09:05 +0000 Subject: [PATCH] Bump pylint from 2.15.8 to 2.16.2 Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.8 to 2.16.2. - [Release notes](https://github.com/PyCQA/pylint/releases) - [Commits](https://github.com/PyCQA/pylint/compare/v2.15.8...v2.16.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c300e9a..8ddd8ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pyinstaller==5.7.0 pyinstaller-hooks-contrib==2022.14 -pylint==2.15.8 +pylint==2.16.2 PyPDF2==2.12.1 requests==2.28.1