From f79ec947d6ecc385e91fbe3ce123e9a55664c765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:22:08 +0200 Subject: [PATCH] build(deps): bump numpydantic from 1.6.9 to 1.6.10 (#644) Bumps [numpydantic](https://github.com/p2p-ld/numpydantic) from 1.6.9 to 1.6.10. - [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.6.9...v1.6.10) --- updated-dependencies: - dependency-name: numpydantic dependency-version: 1.6.10 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> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9911512..6195197 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cachebox==5.0.1 numpy==2.3.2 -numpydantic==1.6.9 +numpydantic==1.6.10 matplotlib==3.10.5 fastapi[standard]==0.115.14 python-fasthtml==0.12.24