From 0eb9c7f6526ef8e95db09e7bf3846388460acdcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:21:00 +0000 Subject: [PATCH] Bump pydantic[dotenv] from v1.10.10 to 2.9.2 in /backend/faust Bumps [pydantic[dotenv]](https://github.com/pydantic/pydantic) from v1.10.10 to 2.9.2. - [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/v1.10.10...v2.9.2) --- updated-dependencies: - dependency-name: pydantic[dotenv] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/faust/requirements.base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/faust/requirements.base.txt b/backend/faust/requirements.base.txt index 48010211..0873d389 100644 --- a/backend/faust/requirements.base.txt +++ b/backend/faust/requirements.base.txt @@ -1,4 +1,4 @@ faust-streaming python-rocksdb -pydantic[dotenv]==v1.10.10 +pydantic[dotenv]==v2.9.2 numpy