From 467256e010b25264f27d06ff1863db4ebbd65e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:54:41 +0000 Subject: [PATCH] Bump pydantic from 2.10.3 to 2.10.4 in /sshd Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.3 to 2.10.4. - [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.10.3...v2.10.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sshd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sshd/requirements.txt b/sshd/requirements.txt index 24b164ee..740c7cfe 100644 --- a/sshd/requirements.txt +++ b/sshd/requirements.txt @@ -13,7 +13,7 @@ httpcore==1.0.7 httpx==0.28.0 idna==3.10 pycparser==2.22 -pydantic==2.10.3 +pydantic==2.10.4 pydantic_core==2.27.1 PyYAML==6.0.2 requests==2.32.3