diff --git a/poetry.lock b/poetry.lock index 71611eeb..9be94dc9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -917,13 +917,13 @@ files = [ [[package]] name = "factory-boy" -version = "3.3.1" +version = "3.3.3" description = "A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby." optional = false python-versions = ">=3.8" files = [ - {file = "factory_boy-3.3.1-py2.py3-none-any.whl", hash = "sha256:7b1113c49736e1e9995bc2a18f4dbf2c52cf0f841103517010b1d825712ce3ca"}, - {file = "factory_boy-3.3.1.tar.gz", hash = "sha256:8317aa5289cdfc45f9cae570feb07a6177316c82e34d14df3c2e1f22f26abef0"}, + {file = "factory_boy-3.3.3-py2.py3-none-any.whl", hash = "sha256:1c39e3289f7e667c4285433f305f8d506efc2fe9c73aaea4151ebd5cdea394fc"}, + {file = "factory_boy-3.3.3.tar.gz", hash = "sha256:866862d226128dfac7f2b4160287e899daf54f2612778327dd03d0e2cb1e3d03"}, ] [package.dependencies] @@ -3227,4 +3227,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "593cf3620ec994bcc8a18a1e14c5214f1e6d1fd7ea9001aa5d8f80b8e8895e91" +content-hash = "f5b430606d4527ac928899c1962dd17f176461a5b091f70e3e4c57036b57b1ed" diff --git a/pyproject.toml b/pyproject.toml index ce6f7fe3..69fa0edd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pytest-flask = "^1.2.0" pytest-playwright = "0.7.0" pre-commit = "^4.1.0" safety = "3.2.14" -factory-boy = "^3.3.0" +factory-boy = "^3.3.3" pyjwt = "^2.10.1" pytest-repeat = "^0.9.3" pytest-playwright-visual = "^2.1.2"