From 7021f4428c6373615a3b13ffb826b9f0be3a71b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 03:04:44 +0000 Subject: [PATCH] Bump pre-commit from 3.0.1 to 3.0.2 (#641) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.0.1 to 3.0.2. - [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.1...v3.0.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e59a68be..64e01935 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ console_scripts = [options.extras_require] dev = mypy==0.991 - pre-commit==3.0.1 + pre-commit==3.0.2 docker==6.0.1 pytest==7.2.1 pytest-asyncio==0.20.3