From ead9f804a7313d3c7ddddb85a5b8ddcb2edc6dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:57:42 +0000 Subject: [PATCH] Bump pre-commit from 2.19.0 to 3.6.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 3.6.0. - [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/v2.19.0...v3.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a137c4..ae84b00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiohttp==3.9.1 black==22.3.0 flake8==7.0.0 mypy==0.960 -pre-commit==2.19.0 +pre-commit==3.6.0 pytest==7.4.4 pytest-aiohttp==1.0.4 pytest-asyncio==0.18.3