From 223ae5c2191ea87c0f8c422655736f8c5c79f0aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:22:09 +0200 Subject: [PATCH] build(deps): bump numpydantic from 1.8.1 to 1.9.1 (#1098) Bumps [numpydantic](https://github.com/p2p-ld/numpydantic) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/p2p-ld/numpydantic/releases) - [Changelog](https://github.com/p2p-ld/numpydantic/blob/main/docs/changelog.md) - [Commits](https://github.com/p2p-ld/numpydantic/compare/v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: numpydantic dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e55048..94eb3f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "beautifulsoup4==4.15.0", "cachebox==6.0.0", "numpy==2.4.6", - "numpydantic==1.8.1", + "numpydantic==1.9.1", "matplotlib==3.10.9", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.136.3",