From 7d8fdf22bf638b095525a22c5d047bf43c2a2f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:29:25 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.13.3 to 2.13.4 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.3 to 2.13.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.3...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 858dde72..c9f71632 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "httpx==0.28.1", "playwright==1.59.0", "playwright-stealth==1.0.6", - "pydantic==2.13.3", + "pydantic==2.13.4", "pydantic-settings==2.8.1", "pystac-client==0.8.6", "python-dotenv==1.2.2",