diff --git a/doc/changelog.d/1253.dependencies.md b/doc/changelog.d/1253.dependencies.md new file mode 100644 index 0000000000..c22572d47d --- /dev/null +++ b/doc/changelog.d/1253.dependencies.md @@ -0,0 +1 @@ +build: bump pint from 0.23 to 0.24 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 6cea0f0344..241f1e398c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ "grpcio==1.64.1", "grpcio-health-checking==1.60.0", "numpy==1.26.4", - "Pint==0.23", + "Pint==0.24", "protobuf==5.27.1", "pytest==8.2.2", "pytest-cov==5.0.0",