From 1fc99be6dd4365949da0e4ed1e3f5f185373c13f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:24:54 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-factoryboy in /backend in the pytest group Bumps the pytest group in /backend with 1 update: [pytest-factoryboy](https://github.com/pytest-dev/pytest-factoryboy). Updates `pytest-factoryboy` from 2.1.0 to 2.7.0 - [Changelog](https://github.com/pytest-dev/pytest-factoryboy/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-factoryboy/commits) --- updated-dependencies: - dependency-name: pytest-factoryboy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] --- backend/poetry.lock | 16 +++++++++------- backend/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index ef903224..4a23d941 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1512,19 +1512,21 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.3.2)", "pytest-mock (>=3.12)"] [[package]] name = "pytest-factoryboy" -version = "2.1.0" +version = "2.7.0" description = "Factory Boy support for pytest." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "pytest-factoryboy-2.1.0.tar.gz", hash = "sha256:23bc562ab32cc39eddfbbbf70e618a1b30e834a4cfa451c4bedc36216f0a7b19"}, - {file = "pytest_factoryboy-2.1.0-py3-none-any.whl", hash = "sha256:10c02d2736cb52c7af28065db9617e7f50634e95eaa07eeb9a007026aa3dc0a8"}, + {file = "pytest_factoryboy-2.7.0-py3-none-any.whl", hash = "sha256:bf3222db22d954fbf46f4bff902a0a8d82f3fc3594a47c04bbdc0546ff4c59a6"}, + {file = "pytest_factoryboy-2.7.0.tar.gz", hash = "sha256:67fc54ec8669a3feb8ac60094dd57cd71eb0b20b2c319d2957873674c776a77b"}, ] [package.dependencies] -factory-boy = ">=2.10.0" +factory_boy = ">=2.10.0" inflection = "*" -pytest = ">=4.6" +packaging = "*" +pytest = ">=6.2" +typing_extensions = "*" [[package]] name = "pytest-freezegun" @@ -1987,4 +1989,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "73268a1db6964108ece4e060159488352d05d777a0b4dbd06d047c2179c04b08" +content-hash = "1f883c382983648b289f79b49c7ccb84437de322b561fd21330e1ccb26a7eee2" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index f7c4dedd..ab31c00d 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -59,7 +59,7 @@ pytest-cov = "5.0.0" pytest-django = "4.8.0" pytest-env = "1.1.3" # needs to stay at 2.1.0 because of wrong interpretation of parameters with "__" -pytest-factoryboy = "2.1.0" +pytest-factoryboy = "2.7.0" pytest-freezegun = "0.4.2" pytest-mock = "3.14.0" pytest-randomly = "3.15.0"