From 680821128a6d3534e0aecb1db4e43858fabaa299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:26:11 +0000 Subject: [PATCH] Bump bitarray from 3.8.0 to 3.8.2 Bumps [bitarray](https://github.com/ilanschnell/bitarray) from 3.8.0 to 3.8.2. - [Changelog](https://github.com/ilanschnell/bitarray/blob/master/doc/changelog.rst) - [Commits](https://github.com/ilanschnell/bitarray/compare/3.8.0...3.8.2) --- updated-dependencies: - dependency-name: bitarray dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6045169..ecc4ecd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "The fastest general Python CRC Library" readme = "README.md" license = {text = "Zlib"} requires-python = ">=3.8" -dependencies = ["bitarray==3.8.0"] +dependencies = ["bitarray==3.8.2"] [project.urls] "Homepage" = "https://github.com/marzooqy/anycrc"