From 9e56e9f0161fc4823fda9b266ed68f0b744cad8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:07:31 +0000 Subject: [PATCH] Update bitmath requirement from <2,>=1 to >=1,<3 Updates the requirements on [bitmath](https://github.com/timlnx/bitmath) to permit the latest version. - [Release notes](https://github.com/timlnx/bitmath/releases) - [Changelog](https://github.com/timlnx/bitmath/blob/master/NEWS.rst) - [Commits](https://github.com/timlnx/bitmath/compare/bitmath-1.0.2...v2.0.1) --- updated-dependencies: - dependency-name: bitmath dependency-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 388ff731..5dd0e117 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ entry_points={"console_scripts": ["croud = croud.__main__:main"]}, packages=find_packages(), install_requires=[ - "bitmath>=1,<2", + "bitmath>=1,<3", "certifi", "colorama>=0.3,<1", "importlib-metadata; python_version < '3.8'",