From 924ae1fd9031791384b09a438853655b866c32e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 03:20:56 +0000 Subject: [PATCH 1/2] Bump actions/setup-python from 3 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b8a774d..5ba8c99 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v6 - uses: astral-sh/setup-uv@v7 with: enable-cache: true From 1866ba4d53429c7a6799dfe45bc0d3116e3988b3 Mon Sep 17 00:00:00 2001 From: Alexius Wadell Date: Sun, 10 May 2026 21:27:15 -0600 Subject: [PATCH 2/2] doc: dep bump changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6596ee..2d06d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Bumped GitHub Actions, Python, Rust, and documentation dependencies ([#10](https://github.com/BattModels/smirk/pull/10) -- [#24](https://github.com/BattModels/smirk/pull/24)) + ### Fixed - Build issue due to leading `./` in included file paths ([#7](https://github.com/BattModels/smirk/pull/7)) +- Fixed Dependabot configuration ([#9](https://github.com/BattModels/smirk/pull/9) ## [v0.2.0](https://github.com/BattModels/smirk/tree/v0.2.0)