From 1141fb895864563505dd3098cf4930d6ee6bd323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 00:01:16 +0000 Subject: [PATCH] build(deps): bump crate-ci/typos from 1.23.6 to 1.23.7 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.23.6 to 1.23.7. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/v1.23.6...v1.23.7) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/general.yml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 999de692..8fe08e75 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -179,7 +179,7 @@ jobs: uses: actions/checkout@v4 - name: Check spelling - uses: crate-ci/typos@v1.23.6 + uses: crate-ci/typos@v1.23.7 test_prometheus_exporter: name: Prometheus exporter tests diff --git a/CHANGELOG.md b/CHANGELOG.md index 19162166..3ceef921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Dependencies: Update black from 24.4.2 to 24.8.0 ([@dirksammel](https://github.com/dirksammel)) -- Dependencies: Update crate-ci/typos from 1.23.3 to 1.23.6 ([@dirksammel](https://github.com/dirksammel)) +- Dependencies: Update crate-ci/typos from 1.23.3 to 1.23.7 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update EmbarkStudios/cargo-deny-action from 1 to 2 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update mypy from 1.11.0 to 1.11.1 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update pytest from 8.3.1 to 8.3.2 ([@dirksammel](https://github.com/dirksammel))