From 0d99a724065aa4b4cdc3accd4c26a0c6fca71293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:32:46 +0000 Subject: [PATCH 1/2] Update pre-commit requirement from ~=3.3 to ~=3.4 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [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.0...v3.4.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development ... 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 f887fe214..0c7544fdd 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ freezegun~=1.2 ipdb~=0.13.13 mypy==1.5.1 # patch updates have historically introduced breaking changes pip-tools~=7.3 -pre-commit~=3.3 +pre-commit~=3.4 pre-commit-hooks~=4.4 pytest~=7.4 pytest-csv~=3.0 From 402d5b184b7530d054e4c130a68bbda80b815a15 Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Mon, 4 Sep 2023 19:33:10 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20230904-193307.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20230904-193307.yaml diff --git a/.changes/unreleased/Dependencies-20230904-193307.yaml b/.changes/unreleased/Dependencies-20230904-193307.yaml new file mode 100644 index 000000000..11707de31 --- /dev/null +++ b/.changes/unreleased/Dependencies-20230904-193307.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update pre-commit requirement from ~=3.3 to ~=3.4" +time: 2023-09-04T19:33:07.00000Z +custom: + Author: dependabot[bot] + PR: 596