From c6aed8d847ac905f0ceace393dd3493c5f6b6e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 08:16:24 +0200 Subject: [PATCH] build(deps): bump numpydantic from 1.6.8 to 1.6.9 (#548) Bumps [numpydantic](https://github.com/p2p-ld/numpydantic) from 1.6.8 to 1.6.9. - [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.8...v1.6.9) --- updated-dependencies: - dependency-name: numpydantic dependency-version: 1.6.9 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 f43fcb0..ec9c3d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ cachebox==5.0.1 numpy==2.2.5 -numpydantic==1.6.8 +numpydantic==1.6.9 matplotlib==3.10.3 fastapi[standard]==0.115.12 python-fasthtml==0.12.15