diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index 2d95c22421..c10e13714c 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -17,7 +17,7 @@ optional-dependencies.dev = [ "pip==24.1.1", "pip-tools==7.4.1", # To add hashes to requirements "pipx==1.6.0", - "pydantic==2.8.1", # Needed for importing the data model in the tests from the shared code component + "pydantic==2.8.2", # 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 0ee993d55a..c45632f583 100644 --- a/components/notifier/requirements/requirements-dev.txt +++ b/components/notifier/requirements/requirements-dev.txt @@ -606,9 +606,9 @@ platformdirs==4.2.2 \ --hash=sha256:2d7a1657e36a80ea911db832a8a6ece5ee53d8de21edd5cc5879af6530b1bfee \ --hash=sha256:38b7b51f512eed9e84a22788b4bce1de17c0adb134d6becb09836e37d8654cd3 # via pipx -pydantic==2.8.1 \ - --hash=sha256:5ac6a29cc27108917fb0923c28542471087bf90b2dc2c3a64d779818dffc1f6f \ - --hash=sha256:a7e968e55cc934de69163cce4e90870326f57575984a698d5a96ad1e97762dbe +pydantic==2.8.2 \ + --hash=sha256:6f62c13d067b0755ad1c21a34bdd06c0c12625a22b0fc09c6b149816604f7c2a \ + --hash=sha256:73ee9fddd406dc318b885c7a2eab8a6472b68b8fb5ba8150949fc3db939f23c8 # via notifier (pyproject.toml) pydantic-core==2.20.1 \ --hash=sha256:035ede2e16da7281041f0e626459bcae33ed998cca6a0a007a5ebb73414ac72d \