From b5d8327c06e1b7401438222c23bbf6cff218f78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:30:10 +0000 Subject: [PATCH] Bump the python-packages group in /backend with 2 updates Bumps the python-packages group in /backend with 2 updates: [coverage](https://github.com/nedbat/coveragepy) and [testcontainers[postgres]](https://github.com/testcontainers/testcontainers-python). Updates `coverage` from 7.6.8 to 7.6.9 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.8...7.6.9) Updates `testcontainers[postgres]` from 4.8.2 to 4.9.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.8.2...testcontainers-v4.9.0) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: testcontainers[postgres] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- backend/tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d9c0c5a..eac484a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -coverage==7.6.8 +coverage==7.6.9 Twisted==24.11.0 psycopg2-binary==2.9.10 pylint==3.3.2 diff --git a/backend/tests/requirements.txt b/backend/tests/requirements.txt index 7011857..36133c8 100644 --- a/backend/tests/requirements.txt +++ b/backend/tests/requirements.txt @@ -1,5 +1,5 @@ ddt==1.7.2 psycopg==3.2.3 pytest==8.3.4 -testcontainers[postgres]==4.8.2 +testcontainers[postgres]==4.9.0 unittest-xml-reporting==3.2.0