From 9451f8b71131cf75275a675e9a17ae9eb0751f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:14:23 +0000 Subject: [PATCH] chore(deps): bump the testing group across 1 directory with 2 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [testcontainers](https://github.com/testcontainers/testcontainers-python) to permit the latest version. Updates `pytest` to 9.1.1 - [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/9.0.2...9.1.1) Updates `testcontainers` to 4.15.0 - [Release notes](https://github.com/testcontainers/testcontainers-python/releases) - [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-python/compare/testcontainers-v4.14.2...testcontainers-v4.15.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production dependency-group: testing - dependency-name: testcontainers dependency-version: 4.15.0 dependency-type: direct:production dependency-group: testing ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec6191d..960a666 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,9 @@ dependencies = [ "redis>=5.0.0", "sentry-sdk[flask]>=2.57.0", "email-validator>=2.0.0", - "pytest>=9.0.2", + "pytest>=9.1.1", "pytest-cov>=7.1.0", - "testcontainers[postgres]>=4.14.2", + "testcontainers[postgres]>=4.15.0", ] [tool.setuptools.packages.find]