From 077ba59ce174033a3cea00ac99d20c229829ddc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 22:02:09 +0200 Subject: [PATCH] build(deps): bump pytest-django from 4.10.0 to 4.11.1 (#1102) Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.10.0 to 4.11.1. - [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.10.0...v4.11.1) --- updated-dependencies: - dependency-name: pytest-django dependency-version: 4.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juro Oravec --- requirements-ci.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 03aeb36e..6518b887 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -70,7 +70,7 @@ pytest==8.3.5 # pytest-django pytest-asyncio==0.24.0 # via -r requirements-ci.in -pytest-django==4.10.0 +pytest-django==4.11.1 # via -r requirements-ci.in pyyaml==6.0.2 # via asv diff --git a/requirements-dev.txt b/requirements-dev.txt index 1e82fa6a..1d9bcc98 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -120,7 +120,7 @@ pytest==8.3.5 # syrupy pytest-asyncio==0.24.0 # via -r requirements-dev.in -pytest-django==4.10.0 +pytest-django==4.11.1 # via -r requirements-dev.in pyyaml==6.0.2 # via