diff --git a/poetry.lock b/poetry.lock index 648adc02..365d0ffa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2124,14 +2124,14 @@ files = [ [[package]] name = "polyfactory" -version = "2.21.0" +version = "2.22.2" description = "Mock data generation factories" optional = false python-versions = "<4.0,>=3.8" groups = ["dev"] files = [ - {file = "polyfactory-2.21.0-py3-none-any.whl", hash = "sha256:9483b764756c8622313d99f375889b1c0d92f09affb05742d7bcfa2b5198d8c5"}, - {file = "polyfactory-2.21.0.tar.gz", hash = "sha256:a6d8dba91b2515d744cc014b5be48835633f7ccb72519a68f8801759e5b1737a"}, + {file = "polyfactory-2.22.2-py3-none-any.whl", hash = "sha256:9bea58ac9a80375b4153cd60820f75e558b863e567e058794d28c6a52b84118a"}, + {file = "polyfactory-2.22.2.tar.gz", hash = "sha256:a3297aa0b004f2b26341e903795565ae88507c4d86e68b132c2622969028587a"}, ] [package.dependencies] @@ -3689,4 +3689,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "7128f099d6d9799a9732934c455841ac0ebb9cb0eb949b253d470e7c417f71e4" +content-hash = "ccbc112bafd9dbacd67fb4c608f3a53236935f6e54c142943761f0e9733cbd10" diff --git a/pyproject.toml b/pyproject.toml index e5553a9f..dfd983f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pytest-nhsd-apim = "^5.0.0" aiohttp = "^3.12.15" awscli = "^1.37.24" awscli-local = "^0.22.0" -polyfactory = "^2.20.0" +polyfactory = "^2.22.2" pyright = "^1.1.403" brunns-matchers = "^2.9.0" localstack = "^4.6.0"