Skip to content

Commit

Permalink
Bump the python-packages group in /backend with 2 updates
Browse files Browse the repository at this point in the history
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](nedbat/coveragepy@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](testcontainers/testcontainers-python@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent dcd6b3a commit b5d8327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b5d8327

Please sign in to comment.