From 8b0daea6b8235571b74ce5b0a7f240c27a048527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 06:41:16 +0000 Subject: [PATCH] build(deps): bump pydantic-core from 2.16.3 to 2.27.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.16.3 to 2.27.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.16.3...v2.27.0) --- updated-dependencies: - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85dba6a..06f04a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ multidict==6.1.0 # yarl pydantic==2.6.4 # via bssclient (pyproject.toml) -pydantic-core==2.16.3 +pydantic-core==2.27.0 # via pydantic pyjwt==2.9.0 # via bssclient (pyproject.toml)