From 6c1da10a8a2396788efd5d0dc6628955d6e82243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:51:07 +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 e266249..9f0c6fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -584,13 +584,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] @@ -741,4 +741,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "bf195d5d2397a20272491253f3dea16b18e252da9c6bd5d0560a8e9241e4c05a" +content-hash = "6c2982fb076d6f975375b6cc0335e396f80a3aa18fd8f50686e3838d36e48213" diff --git a/pyproject.toml b/pyproject.toml index b913cc7..4c6a06a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ celery = {extras = ["redis"], version = "^5.2.7"} [tool.poetry.group.dev.dependencies] autopep8 = "^2.3.1" #pep8 pyton style guide pylint-django = "^2.5.3" #python linter with django capabilities -pytest-django = "^4.5.2" #python tester for django +pytest-django = "^4.9.0" #python tester for django python-dotenv = "^1.0.1" #environments change in testing / production isort = "^5.10.1" #sort imports