From 3281dcc77f04a26d15c29bf2bdd42023d7076398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:02:09 +0000 Subject: [PATCH] Bump pytest-django from 4.8.0 to 4.9.0 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.8.0...v4.9.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d0dee16..a223eb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -979,13 +979,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-django" -version = "4.8.0" +version = "4.9.0" description = "A Django plugin for pytest." optional = false python-versions = ">=3.8" files = [ - {file = "pytest-django-4.8.0.tar.gz", hash = "sha256:5d054fe011c56f3b10f978f41a8efb2e5adfc7e680ef36fb571ada1f24779d90"}, - {file = "pytest_django-4.8.0-py3-none-any.whl", hash = "sha256:ca1ddd1e0e4c227cf9e3e40a6afc6d106b3e70868fd2ac5798a22501271cd0c7"}, + {file = "pytest_django-4.9.0-py3-none-any.whl", hash = "sha256:1d83692cb39188682dbb419ff0393867e9904094a549a7d38a3154d5731b2b99"}, + {file = "pytest_django-4.9.0.tar.gz", hash = "sha256:8bf7bc358c9ae6f6fc51b6cebb190fe20212196e6807121f11bd6a3b03428314"}, ] [package.dependencies] @@ -1406,4 +1406,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1a477ed8f455079fbaca139307d06c3665127b5d87a7f728baa2bb8ba122b990" +content-hash = "57dd78321fc38e5ad3a75f150e63ebb04c3babcf979a2e8c1ccf1c558f8a8359" diff --git a/pyproject.toml b/pyproject.toml index 4d9c60b..cdafce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pep8-naming = "^0.14.1" pre-commit = "^3.8.0" pudb = "^2024.1" pytest = "^8.3.2" -pytest-django = "^4.8.0" +pytest-django = "^4.9.0" pywatchman = "^2.0.0" tox = "^3.28.0" tox-poetry = "^0.5.0"