From 441a4639c342e663d90748120097f3d6a91c3fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:41:30 +0200 Subject: [PATCH] build(deps): bump numpydantic from 1.9.1 to 1.10.0 (#1119) Bumps [numpydantic](https://github.com/p2p-ld/numpydantic) from 1.9.1 to 1.10.0. - [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.9.1...v1.10.0) --- updated-dependencies: - dependency-name: numpydantic dependency-version: 1.10.0 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 3e3d643..1cc2620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "beautifulsoup4==4.15.0", "cachebox==6.1.2", "numpy==2.4.6", - "numpydantic==1.9.1", + "numpydantic==1.10.0", "matplotlib==3.11.0", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.138.0",