From fe856a250bc5a2f37aa9e4a22ac48a8ed08161a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 01:04:34 +0000 Subject: [PATCH] build: Bump pre-commit from 3.0.4 to 3.1.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.4 to 3.1.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/v3.0.4...v3.1.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1911ee1..b034510 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ concurrency: env: PYTHON_VERSION: '3.11' - PRECOMMIT_VERSION: '3.0.4' + PRECOMMIT_VERSION: '3.1.1' jobs: lint: diff --git a/poetry.lock b/poetry.lock index bba5d7e..86c8d4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -384,14 +384,14 @@ xlsx2csv = ["xlsx2csv (>=0.8.0)"] [[package]] name = "pre-commit" -version = "3.0.4" +version = "3.1.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.0.4-py2.py3-none-any.whl", hash = "sha256:9e3255edb0c9e7fe9b4f328cb3dc86069f8fdc38026f1bf521018a05eaf4d67b"}, - {file = "pre_commit-3.0.4.tar.gz", hash = "sha256:bc4687478d55578c4ac37272fe96df66f73d9b5cf81be6f28627d4e712e752d5"}, + {file = "pre_commit-3.1.1-py2.py3-none-any.whl", hash = "sha256:b80254e60668e1dd1f5c03a1c9e0413941d61f568a57d745add265945f65bfe8"}, + {file = "pre_commit-3.1.1.tar.gz", hash = "sha256:d63e6537f9252d99f65755ae5b79c989b462d511ebbc481b561db6a297e1e865"}, ] [package.dependencies] @@ -571,4 +571,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2934e738f3ce7af80e3fcbb374a0c22b994fddb3a644198fcfe7f2369d80d05c" +content-hash = "ef7b66c3e79e1828c99474a90d50a43ba5062f156591ad3287a0e189f448dd04" diff --git a/pyproject.toml b/pyproject.toml index 8d22c36..5570ba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest-mock = "^3.10.0" coverage = "^7.2.1" [tool.poetry.group.lint.dependencies] -pre-commit = "^3.0.4" +pre-commit = "^3.1.1" black = "^23.1.0" ruff = "^0.0.247" mypy = "^1.0.1"