From 5f0ed6bdc65b69ca80da4f761594a68d506674cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:07:47 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 2 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [django](https://github.com/django/django) to permit the latest version. Updates `pytest` to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.0.0...9.0.2) Updates `django` from 5.2.8 to 5.2.9 - [Commits](https://github.com/django/django/compare/5.2.8...5.2.9) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production dependency-group: python-packages - dependency-name: django dependency-version: 5.2.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1598030..74c33e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "pytest_django_docker_pg" dynamic = ["version"] requires-python = ">=3.10" dependencies = [ - "pytest>=7.0.0,<9.0.0", + "pytest>=7.0.0,<10.0.0", "docker>=6.1.0", "requests<2.33.0", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index a386a4c..62708fa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ pyright==1.1.407 docker==7.1.0 -django==5.2.8 +django==5.2.9 pytest-django==4.11.1 -e .