From 0204b98334fb954387d37830245c1255401b8013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:43:15 +0000 Subject: [PATCH] chore(deps): Bump polyfactory from 2.18.0 to 2.19.0 in /schemas Bumps [polyfactory](https://github.com/litestar-org/polyfactory) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/litestar-org/polyfactory/releases) - [Changelog](https://github.com/litestar-org/polyfactory/blob/main/docs/changelog.rst) - [Commits](https://github.com/litestar-org/polyfactory/compare/v2.18.0...v2.19.0) --- updated-dependencies: - dependency-name: polyfactory dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- schemas/poetry.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/schemas/poetry.lock b/schemas/poetry.lock index 8afe24f729..29abb8f37e 100644 --- a/schemas/poetry.lock +++ b/schemas/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -714,13 +714,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "polyfactory" -version = "2.18.0" +version = "2.19.0" description = "Mock data generation factories" optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "polyfactory-2.18.0-py3-none-any.whl", hash = "sha256:2d9163e5e3971a4e82fac5d37048b09ae26cfc4173ebcf0047370c288e339307"}, - {file = "polyfactory-2.18.0.tar.gz", hash = "sha256:04d8b4d4986e406cd4c16cc01e8bb747083842d57a5c0dba63a21ee5ef75ba66"}, + {file = "polyfactory-2.19.0-py3-none-any.whl", hash = "sha256:0137f5eaf1bc31c62c16ccbab9467e96a7352748ca426ef363bd081c149a3e3f"}, + {file = "polyfactory-2.19.0.tar.gz", hash = "sha256:6d4273fb1f23e1fccc7aa7c64e28ddc3c20105cc499df32ebc478465daa7fa72"}, ] [package.dependencies] @@ -733,7 +733,7 @@ beanie = ["beanie", "pydantic[email]"] full = ["attrs", "beanie", "msgspec", "odmantic", "pydantic", "sqlalchemy"] msgspec = ["msgspec"] odmantic = ["odmantic (<1.0.0)", "pydantic[email]"] -pydantic = ["pydantic[email]"] +pydantic = ["pydantic[email] (>=1.10)"] sqlalchemy = ["sqlalchemy (>=1.4.29)"] [[package]]