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"