From d1abab5abf7a7c03ab872a617f5fc2aae09ca625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:47:40 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.6.4 to 2.9.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.6.4 to 2.9.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.6.4...v2.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4b36b7..b35a017 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "pytest==8.2.2", "pytest-asyncio==0.21.1", "browser_cookie3==0.19.1", - "pydantic==2.6.4", + "pydantic==2.9.1", "qrcode==7.4.2", "websockets>=11.0", "PyExecJS==1.5.1",