Skip to content

Bump pytest-postgresql from 7.0.2 to 8.0.0#328

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/pytest-postgresql-8.0.0
Feb 2, 2026
Merged

Bump pytest-postgresql from 7.0.2 to 8.0.0#328
github-actions[bot] merged 1 commit intomainfrom
dependabot/pip/pytest-postgresql-8.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 2, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/pytest-postgresql-8.0.0 branch from 0d8ce9d to 06b7a57 Compare February 2, 2026 12:52
@github-actions github-actions bot enabled auto-merge February 2, 2026 12:53
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 force-pushed the dependabot/pip/pytest-postgresql-8.0.0 branch from 06b7a57 to c2b0c61 Compare February 2, 2026 12:54
@github-actions github-actions bot merged commit 2b80d74 into main Feb 2, 2026
3 of 4 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pytest-postgresql-8.0.0 branch February 2, 2026 12:55
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants