From 991005cc1afe096e12179ef8f49ed974d6474e5e Mon Sep 17 00:00:00 2001 From: Daniel Chudnov Date: Mon, 27 Jul 2026 20:28:53 -0400 Subject: [PATCH] =?UTF-8?q?docs(changelog):=20record=20merged=20dependency?= =?UTF-8?q?=20bumps=20(#413=E2=80=93#428)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fold ruff, pymdown-extensions, CodSpeedHQ/action, softprops/action-gh-release, and syrupy into their existing Unreleased ranges. Add regex, memchr, crossbeam-channel, mypy, pymarc, astral-sh/setup-uv, actions/setup-python, and docker/setup-qemu-action under Dependencies. --- CHANGELOG.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa4849..54290fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,15 +33,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Dependencies - Bump pytest from 9.1.0 to 9.1.1 -- Bump ruff from 0.15.17 to 0.15.20 -- Bump pymdown-extensions from 10.21.3 to 11.0 +- Bump ruff from 0.15.17 to 0.15.21 +- Bump pymdown-extensions from 10.21.3 to 11.0.1 - Bump foldhash from 0.1.5 to 0.2.0 -- Bump CodSpeedHQ/action from 4.17.5 to 4.18.1 -- Bump softprops/action-gh-release from 3.0.0 to 3.0.1 +- Bump CodSpeedHQ/action from 4.17.5 to 4.18.5 +- Bump softprops/action-gh-release from 3.0.0 to 3.0.2 - Bump actions/checkout from 6.0.3 to 7.0.0 - Bump actions/cache from 5 to 6.1.0 - Bump pyright from 1.1.410 to 1.1.411 -- Bump syrupy from 5.3.2 to 5.3.4 +- Bump syrupy from 5.3.2 to 5.5.3 +- Bump regex from 1.12.4 to 1.13.0 +- Bump memchr from 2.8.2 to 2.8.3 +- Bump crossbeam-channel from 0.5.15 to 0.5.16 +- Bump mypy from 2.1.0 to 2.3.0 +- Bump pymarc from 5.3.1 to 5.4.0 +- Bump astral-sh/setup-uv from 8.2.0 to 8.3.2 +- Bump actions/setup-python from 6.2.0 to 6.3.0 +- Bump docker/setup-qemu-action from 4.1.0 to 4.2.0 ## [0.9.1] - 2026-06-28