From 8c2f9af3db215aaea3c95eabf7075bf17654a1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 23:35:31 +0000 Subject: [PATCH] Bump pre-commit-hooks from 4.3.0 to 4.4.0 Bumps [pre-commit-hooks](https://github.com/pre-commit/pre-commit-hooks) from 4.3.0 to 4.4.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.3.0...v4.4.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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index cfab7cc4c..f14970bc8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1182,14 +1182,14 @@ virtualenv = ">=20.0.8" [[package]] name = "pre-commit-hooks" -version = "4.3.0" +version = "4.4.0" description = "Some out-of-the-box hooks for pre-commit." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pre_commit_hooks-4.3.0-py2.py3-none-any.whl", hash = "sha256:9ccaf7c98794659d345080ee1ea0256a55ae059675045eebdbbc17c0be8c7e4b"}, - {file = "pre_commit_hooks-4.3.0.tar.gz", hash = "sha256:fda598a4c834d030727e6a615722718b47510f4bed72df4c949f95ba9f5aaf88"}, + {file = "pre_commit_hooks-4.4.0-py2.py3-none-any.whl", hash = "sha256:fc8837335476221ccccda3d176ed6ae29fe58753ce7e8b7863f5d0f987328fc6"}, + {file = "pre_commit_hooks-4.4.0.tar.gz", hash = "sha256:7011eed8e1a25cde94693da009cba76392194cecc2f3f06c51a44ea6ad6c2af9"}, ] [package.dependencies] @@ -1897,4 +1897,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "96aabf798dbf28f22dd0d5b4d405bf52f40d44d77ce6d7b5f949be5c800187ea" +content-hash = "25146f2471c5e0ff4e0798985b20b81f56fbc7572cce4dcd3662c1006ee5600d" diff --git a/pyproject.toml b/pyproject.toml index 69d0c9c72..d6d6c2c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ freezegun = "^1.2.1" isort = "^5.10.1" mypy = "^0.961" pre-commit = "^2.19.0" -pre-commit-hooks = "^4.3.0" +pre-commit-hooks = "^4.4.0" pylint = "^2.14.3" pytest = "^7.0.1" pytest-asyncio = "^0.21.0"