From bb844154494420ab7fb06ef03a8670adec6fc01c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:17:30 +0000 Subject: [PATCH 1/2] build: bump pint from 0.23 to 0.24 Bumps [pint](https://github.com/hgrecco/pint) from 0.23 to 0.24. - [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES) - [Commits](https://github.com/hgrecco/pint/compare/0.23...0.24) --- updated-dependencies: - dependency-name: pint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f319ffb0b4..24eb2a09de 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.0", "pytest==8.2.2", "pytest-cov==5.0.0", From f9918ffb263bb5a1a6dc9d8238e15b1a5777c77f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Mon, 10 Jun 2024 17:18:44 +0000 Subject: [PATCH 2/2] Adding changelog entry: 1253.dependencies.md --- doc/changelog.d/1253.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1253.dependencies.md 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