From 9afa093b18a68da3154ccd12ad2cbacdc49e8649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:36:03 +0000 Subject: [PATCH] Bump pydantic from 2.9.2 to 2.10.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.9.2 to 2.10.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.9.2...v2.10.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64fb66a..8ca9efa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ test_packaging = [ "twine==5.1.1" ] tests = [ - "pydantic==2.9.2", + "pydantic==2.10.1", "pytest==8.3.3", "pytest-asyncio==0.24.0" ]