From c23bf000d2738056d4d4648fa2fb007a33d9e424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:04:17 +0000 Subject: [PATCH] Bump pydantic from 2.0.3 to 2.4.0 in /bin Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.0.3 to 2.4.0. - [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.0.3...v2.4.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bin/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/requirements.txt b/bin/requirements.txt index 912ee05b..e0527ae0 100644 --- a/bin/requirements.txt +++ b/bin/requirements.txt @@ -53,9 +53,9 @@ playwright==1.35.0 # shot-scraper prompt-toolkit==3.0.39 # via click-repl -pydantic==2.0.3 +pydantic==2.4.0 # via -r requirements.in -pydantic-core==2.3.0 +pydantic-core==2.10.0 # via pydantic pyee==9.0.4 # via playwright