From 17047da18b39ebe454a451303eb7811a3c8efb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:50:43 +0200 Subject: [PATCH] core: bump pydantic from 2.4.1 to 2.4.2 (#7014) * core: bump pydantic from 2.4.1 to 2.4.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.4.1 to 2.4.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/v2.4.1...v2.4.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix codeowners Signed-off-by: Jens Langhammer --------- Signed-off-by: dependabot[bot] Signed-off-by: Jens Langhammer Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer --- CODEOWNERS | 2 ++ poetry.lock | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 284ac23da..e26fbeae5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -9,6 +9,8 @@ lifecycle/ @goauthentik/backend schemas/ @goauthentik/backend scripts/ @goauthentik/backend tests/ @goauthentik/backend +pyproject.toml @goauthentik/backend +poetry.lock @goauthentik/backend # Infrastructure .github/ @goauthentik/infrastructure Dockerfile @goauthentik/infrastructure diff --git a/poetry.lock b/poetry.lock index 39dddafa6..6a41407f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2692,13 +2692,13 @@ files = [ [[package]] name = "pydantic" -version = "2.4.1" +version = "2.4.2" description = "Data validation using Python type hints" optional = false python-versions = ">=3.7" files = [ - {file = "pydantic-2.4.1-py3-none-any.whl", hash = "sha256:2b2240c8d54bb8f84b88e061fac1bdfa1761c2859c367f9d3afe0ec2966deddc"}, - {file = "pydantic-2.4.1.tar.gz", hash = "sha256:b172505886028e4356868d617d2d1a776d7af1625d1313450fd51bdd19d9d61f"}, + {file = "pydantic-2.4.2-py3-none-any.whl", hash = "sha256:bc3ddf669d234f4220e6e1c4d96b061abe0998185a8d7855c0126782b7abc8c1"}, + {file = "pydantic-2.4.2.tar.gz", hash = "sha256:94f336138093a5d7f426aac732dcfe7ab4eb4da243c88f891d65deb4a2556ee7"}, ] [package.dependencies]