From 931a311c48857cea794de24af745715eefd8454b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 20:54:33 +0000 Subject: [PATCH] Bump pre-commit from 2.17.0 to 2.18.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.17.0 to 2.18.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.17.0...v2.18.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 10 +++++----- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index d4e77173c..3482fa11a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -487,9 +487,9 @@ }, "img2pdf": { "hashes": [ - "sha256:8e51c5043efa95d751481b516071a006f87c2a4059961a9ac43ec238915de09f" + "sha256:8ec898a9646523fd3862b154f3f47cd52609c24cc3e2dc1fb5f0168f0cbe793c" ], - "version": "==0.4.3" + "version": "==0.4.4" }, "importlib-resources": { "hashes": [ @@ -1817,11 +1817,11 @@ }, "pre-commit": { "hashes": [ - "sha256:725fa7459782d7bec5ead072810e47351de01709be838c2ce1726b9591dad616", - "sha256:c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a" + "sha256:02226e69564ebca1a070bd1f046af866aa1c318dbc430027c50ab832ed2b73f2", + "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10" ], "index": "pypi", - "version": "==2.17.0" + "version": "==2.18.1" }, "py": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 9a5a8f040..d9c31b976 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ humanfriendly==10.0; python_version >= '2.7' and python_version not in '3.0, 3.1 hyperlink==21.0.0 idna==3.3; python_version >= '3.5' imap-tools==0.53.0 -img2pdf==0.4.3 +img2pdf==0.4.4 importlib-resources==5.6.0; python_version < '3.9' incremental==21.3.0 inotify-simple==1.3.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'