From 35da20c7ffdb9e474d4943a4b93c66c010c28326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:19:19 +0000 Subject: [PATCH] Update dependency pydantic to v2.6.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 1421354..b19505e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ freezegun==1.4.0 mitmproxy==10.2.2 parameterized==0.9.0 pdoc==14.4.0 -pydantic==2.5.3 +pydantic==2.6.0 pytest==7.4.4 pytest-aiohttp==1.0.5 pytest-asyncio==0.23.4