From 8ab741840ca03fc220e58245630fed375664556c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 10:49:21 +0000 Subject: [PATCH] Bump pre-commit-hooks from 4.1.0 to 4.2.0 Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/pre-commit/pre-commit-hooks/releases) - [Changelog](https://github.com/pre-commit/pre-commit-hooks/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pre-commit-hooks dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 84c4cde..f74c0d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -520,11 +520,11 @@ virtualenv = ">=20.0.8" [[package]] name = "pre-commit-hooks" -version = "4.1.0" +version = "4.2.0" description = "Some out-of-the-box hooks for pre-commit." category = "dev" optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.7" [package.dependencies] "ruamel.yaml" = ">=0.15" @@ -962,7 +962,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "7b97ef810b7b8ada49b2bb70a4fc71ea6252119bef1d1db11e054395ab96b5c5" +content-hash = "d93cbf76d9c32d8a495cee86147b7f792e3a49e90fec56b42441a02f57d0caf3" [metadata.files] alabaster = [ @@ -1297,8 +1297,8 @@ pre-commit = [ {file = "pre_commit-2.18.1.tar.gz", hash = "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10"}, ] pre-commit-hooks = [ - {file = "pre_commit_hooks-4.1.0-py2.py3-none-any.whl", hash = "sha256:ba95316b79038e56ce998cdacb1ce922831ac0e41744c77bcc2b9677bf183206"}, - {file = "pre_commit_hooks-4.1.0.tar.gz", hash = "sha256:b6361865d1877c5da5ac3a944aab19ce6bd749a534d2ede28e683d07194a57e1"}, + {file = "pre_commit_hooks-4.2.0-py2.py3-none-any.whl", hash = "sha256:b3a3066c5ecd5fdda9abdc932bd064bd21785ea041659676403e6fc5d964afed"}, + {file = "pre_commit_hooks-4.2.0.tar.gz", hash = "sha256:9726420c7a071e8cb233a066d36bc074b593a40f0b1b491d1b75aafa55390703"}, ] py = [ {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"}, diff --git a/pyproject.toml b/pyproject.toml index 90ac005..b246e30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ flake8-docstrings = "^1.6.0" flake8-rst-docstrings = "^0.2.5" mypy = "^0.942" pre-commit = "^2.18.1" -pre-commit-hooks = "^4.1.0" +pre-commit-hooks = "^4.2.0" pytest = "^7.1.1" reorder-python-imports = "^2.7.1" safety = "^1.10.3"