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]