From ef64b9e86939c3e33abdedcf523a9a7a460aca59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:07:24 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 3 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [black](https://github.com/psf/black) 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 `black` from 25.11.0 to 25.12.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.11.0...25.12.0) 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: black dependency-version: 25.12.0 dependency-type: direct:development update-type: version-update:semver-minor 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 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..1447ff9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pytest isort==7.0.0 flake8==7.3.0 -black==25.11.0 +black==25.12.0 setuptools==80.9.0 wheel==0.45.1 twine==6.2.0 @@ -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 .