From 3a14747b04ccd9f0f2a7e10ace6941e40893cf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:31:02 -0600 Subject: [PATCH] build(deps): bump pydantic-core from 2.24.1 to 2.24.2 (#53) Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.24.1 to 2.24.2. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.24.1...v2.24.2) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d2ef13..c7896b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ orjson==3.10.9 # via chaturbate-poller (pyproject.toml) pydantic==2.9.2 # via chaturbate-poller (pyproject.toml) -pydantic-core==2.23.4 +pydantic-core==2.24.2 # via pydantic pygments==2.18.0 # via rich