diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index 1fc1a9fa29..b0bf300483 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -14,7 +14,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 \