From 35dd2a8e13eade235a57fc1a6cc04770e8052eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 03:59:42 +0000 Subject: [PATCH] Bump pre-commit from 3.3.2 to 3.3.3 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3. - [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.3.2...v3.3.3) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ad5a8b5d..fb3c38a5 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -2,7 +2,7 @@ pytest==7.3.1 twine==4.0.2 wheel==0.40.0 pre-commit==2.21.0;python_version<"3.8" -pre-commit==3.3.2;python_version>="3.8" +pre-commit==3.3.3;python_version>="3.8" pytest-dotenv==0.5.2 dbt-tests-adapter~=1.4.5 flaky==3.7.0