From 6af1ff407f6221de6b7a91e2dc35b8b00752387c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 14:33:28 +0200 Subject: [PATCH] build(deps): bump numpydantic from 1.8.0 to 1.8.1 (#1019) Bumps [numpydantic](https://github.com/p2p-ld/numpydantic) from 1.8.0 to 1.8.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.0...v1.8.1) --- updated-dependencies: - dependency-name: numpydantic dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 21b9d21..390c1f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "beautifulsoup4==4.14.3", "cachebox==5.2.2", "numpy==2.4.4", - "numpydantic==1.8.0", + "numpydantic==1.8.1", "matplotlib==3.10.8", "contourpy==1.3.3", "fastapi[standard-no-fastapi-cloud-cli]==0.135.3",