From 945fca9b03d916d5f9357660e7fcfeb3ffe7bd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 23:16:51 +0000 Subject: [PATCH] Bump pre-commit from 2.16.0 to 2.17.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.16.0...v2.17.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6a34d61..52a5991 100644 --- a/poetry.lock +++ b/poetry.lock @@ -615,7 +615,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.16.0" +version = "2.17.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -1265,7 +1265,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "ce39dc5ef80e586b8f8f6f8ff59cd116abbd90952f252ffe42235d17befa799d" +content-hash = "0d68725dd6bf259dfa8668c6da0f452515944717bac98c0be9c7a930a1a8e3ca" [metadata.files] alabaster = [ @@ -1605,8 +1605,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.16.0-py2.py3-none-any.whl", hash = "sha256:758d1dc9b62c2ed8881585c254976d66eae0889919ab9b859064fc2fe3c7743e"}, - {file = "pre_commit-2.16.0.tar.gz", hash = "sha256:fe9897cac830aa7164dbd02a4e7b90cae49630451ce88464bca73db486ba9f65"}, + {file = "pre_commit-2.17.0-py2.py3-none-any.whl", hash = "sha256:725fa7459782d7bec5ead072810e47351de01709be838c2ce1726b9591dad616"}, + {file = "pre_commit-2.17.0.tar.gz", hash = "sha256:c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-4.1.0-py2.py3-none-any.whl", hash = "sha256:ba95316b79038e56ce998cdacb1ce922831ac0e41744c77bcc2b9677bf183206"}, diff --git a/pyproject.toml b/pyproject.toml index 3313c63..971f8ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ typeguard = "^2.13.2" xdoctest = {extras = ["colors"], version = "^0.15.10"} sphinx = "^4.3.2" sphinx-autobuild = ">=2021.3.14" -pre-commit = "^2.16.0" +pre-commit = "^2.17.0" flake8 = "^4.0.1" black = ">=21.10b0" flake8-bandit = "^2.1.2"