From b7743aba6349c88b181c357f697f070bd1ea1066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:27:08 +0000 Subject: [PATCH] Bump polyfactory from 2.20.0 to 2.22.1 Bumps [polyfactory](https://github.com/litestar-org/polyfactory) from 2.20.0 to 2.22.1. - [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.20.0...v2.22.1) --- updated-dependencies: - dependency-name: polyfactory dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 667b535..d427584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dynamic = ["version"] dev = [ "anyio", "faker", - "polyfactory==2.20.0", + "polyfactory==2.22.1", "pydantic-settings", "pytest-cov", "pytest",