Skip to content

chore(deps-dev): bump pytest-postgresql from 7.0.2 to 8.0.0 in /reporter#29

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/reporter/pytest-postgresql-8.0.0
Open

chore(deps-dev): bump pytest-postgresql from 7.0.2 to 8.0.0 in /reporter#29
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/reporter/pytest-postgresql-8.0.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps pytest-postgresql from 7.0.2 to 8.0.0.

Changelog

Sourced from pytest-postgresql's changelog.

pytest-postgresql 8.0.0 (2026-01-23)

Breaking changes

  • Refactor DatabaseJanitor to use explicit template management. This includes a new as_template flag and making dbname a required parameter. ([#890](https://github.com/dbfixtures/pytest-postgresql/issues/890) <https://github.com/dbfixtures/pytest-postgresql/issues/890>__)

  • Bump the minimum supported pytest version to 8.2.

    The previous minimum was about two years old, and older pytest versions can be flaky with fixture chaining that relies on getfixturevalue on Python 3.12-3.13 when used alongside xdist. ([#890](https://github.com/dbfixtures/pytest-postgresql/issues/890) <https://github.com/dbfixtures/pytest-postgresql/issues/890>__)

  • Support only PostgreSQL version 14 and up. ([#1250](https://github.com/dbfixtures/pytest-postgresql/issues/1250) <https://github.com/dbfixtures/pytest-postgresql/issues/1250>__)

  • Dropped support for Python 3.9 as it has reached End of Life

Bugfixes

  • Fix issue where --postgresql-drop-test-database was applied in process fixture.

    It was already being read in client and noprocess fixtures. ([#1148](https://github.com/dbfixtures/pytest-postgresql/issues/1148) <https://github.com/dbfixtures/pytest-postgresql/issues/1148>__)

Documentation

  • Add a Mermaid sequence diagram to the documentation to illustrate fixture chaining and hierarchical cloning. ([#890](https://github.com/dbfixtures/pytest-postgresql/issues/890) <https://github.com/dbfixtures/pytest-postgresql/issues/890>__)
  • Improve code examples by adding types ([#1233](https://github.com/dbfixtures/pytest-postgresql/issues/1233) <https://github.com/dbfixtures/pytest-postgresql/issues/1233>__)
  • Add plugins' architecture diagram and display it in project's README. ([#1244](https://github.com/dbfixtures/pytest-postgresql/issues/1244) <https://github.com/dbfixtures/pytest-postgresql/issues/1244>__)
  • Improved README.rst:
    • Added a "Quick Start" section with a simple example.
    • Clarified psycopg 3 requirement for the plugin vs. psycopg 2 support for the application.
    • Updated PostgreSQL versioning notes (>= 10).
    • Explained the binary discovery mechanism (pg_config vs. fallbacks).
    • Promoted DatabaseJanitor as an advanced API.
    • Fixed broken table layouts and corrected various typos.

Features

  • Add depends_on parameter to postgresql_noproc factory to allow hierarchical cloning and chaining of process fixtures. ([#890](https://github.com/dbfixtures/pytest-postgresql/issues/890) <https://github.com/dbfixtures/pytest-postgresql/issues/890>__)
  • Convert Config kept in TypedDict into a dataclass ([#1225](https://github.com/dbfixtures/pytest-postgresql/issues/1225) <https://github.com/dbfixtures/pytest-postgresql/issues/1225>__)
  • Marked support for Python 3.14

Miscellaneus

... (truncated)

Commits
  • 7b75c7b Release 8.0.0
  • f478f8f Merge pull request #1259 from dbfixtures/issue-890
  • f6232c8 Allow chaining noprocess fixtures - closes #890
  • 30687e3 build(deps): bump packaging from 25.0 to 26.0
  • 4de7c32 build(deps): bump packaging from 25.0 to 26.0
  • 2b244db [pre-commit.ci] pre-commit autoupdate
  • 21e67bb [pre-commit.ci] pre-commit autoupdate
  • 43ecec6 build(deps): bump fizyk/actions-reuse/.github/workflows/shared-pre-co…
  • 7c17701 build(deps): bump fizyk/actions-reuse/.github/workflows/shared-releas…
  • b1cad0e build(deps): bump fizyk/actions-reuse/.github/workflows/shared-pre-commit.yml
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pytest-postgresql](https://github.com/dbfixtures/pytest-postgresql) from 7.0.2 to 8.0.0.
- [Changelog](https://github.com/dbfixtures/pytest-postgresql/blob/main/CHANGES.rst)
- [Commits](dbfixtures/pytest-postgresql@v7.0.2...v8.0.0)

---
updated-dependencies:
- dependency-name: pytest-postgresql
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Development

Successfully merging this pull request may close these issues.

0 participants