From f648b6b06da46a8e96ccecc5c6a2c5ee2badc8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 01:05:02 +0000 Subject: [PATCH] Bump pydantic from 2.10.0 to 2.10.1 in /components/notifier Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.0 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.10.0...v2.10.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/notifier/pyproject.toml | 2 +- components/notifier/requirements/requirements-dev.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index 3a30aed1d3..6ba8c56e9d 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ optional-dependencies.dev = [ "coverage==7.6.7", "mongomock==4.3.0", - "pydantic==2.10.0", # Needed for importing the data model in the tests from the shared code component + "pydantic==2.10.1", # Needed for importing the data model in the tests from the shared code component "unittest-xml-reporting==3.2.0", # Needed to generate JUnit XML output for Sonarcloud.io ] optional-dependencies.tools = [ diff --git a/components/notifier/requirements/requirements-dev.txt b/components/notifier/requirements/requirements-dev.txt index 04ea517fd6..98080cda47 100644 --- a/components/notifier/requirements/requirements-dev.txt +++ b/components/notifier/requirements/requirements-dev.txt @@ -717,9 +717,9 @@ propcache==0.2.0 \ # via # aiohttp # yarl -pydantic==2.10.0 \ - --hash=sha256:0aca0f045ff6e2f097f1fe89521115335f15049eeb8a7bef3dafe4b19a74e289 \ - --hash=sha256:5e7807ba9201bdf61b1b58aa6eb690916c40a47acfb114b1b4fef3e7fd5b30fc +pydantic==2.10.1 \ + --hash=sha256:a4daca2dc0aa429555e0656d6bf94873a7dc5f54ee42b1f5873d666fb3f35560 \ + --hash=sha256:a8d20db84de64cf4a7d59e899c2caf0fe9d660c7cfc482528e7020d7dd189a7e # via notifier (pyproject.toml) pydantic-core==2.27.0 \ --hash=sha256:0aa4d1b2eba9a325897308b3124014a142cdccb9f3e016f31d3ebee6b5ea5e75 \