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.1 to 7.6.3
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.1...7.6.3)

Updates `testcontainers[postgres]` from 4.8.1 to 4.8.2
- [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.1...testcontainers-v4.8.2)

---
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-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent f0e1b92 commit cb05f35
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.1
coverage==7.6.3
Twisted==24.7.0
psycopg2-binary==2.9.9
pylint==3.3.1
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.3
testcontainers[postgres]==4.8.1
testcontainers[postgres]==4.8.2
unittest-xml-reporting==3.2.0

0 comments on commit cb05f35

Please sign in to comment.