From 4427d523cbca999f6e1d72ee2a4061407e9e6410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:06:03 +0000 Subject: [PATCH] Bump bitmath from 1.3.3.1 to 2.0.1 Bumps [bitmath](https://github.com/timlnx/bitmath) from 1.3.3.1 to 2.0.1. - [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/1.3.3.1...v2.0.1) --- updated-dependencies: - dependency-name: bitmath dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4376d9e6..29f33032 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def read(path: str) -> str: setup_requires=["setuptools>=80.10.2", "setuptools_scm>=8.1.0"], install_requires=[ "aiopg==1.4.0", - "bitmath==1.3.3.1", + "bitmath==2.0.1", "importlib-metadata; python_version<'3.8'", "kopf==1.37.1", "kubernetes-asyncio==31.1.0",