Skip to content

chore(deps): bump the psycopg group with 3 updates #18222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2025

Bumps the psycopg group with 3 updates: psycopg[binary], psycopg-binary and psycopg.

Updates psycopg[binary] from 3.2.8 to 3.2.9

Changelog

Sourced from psycopg[binary]'s changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.2.9 ^^^^^^^^^^^^^

  • Revert the libpq included in the binary packages from conda forge to vcpkg because GSS connection crashes (:ticket:[#1088](https://github.com/psycopg/psycopg/issues/1088)).

Psycopg 3.2.8 ^^^^^^^^^^^^^

  • Fix DateFromTicks and TimeFromTicks return values to return a date and a time referred to the UTC timezone rather than to the local timezone. For consistency, TimestampFromTicks to return a datetime in UTC rather than in the local timezone (:ticket:[#1058](https://github.com/psycopg/psycopg/issues/1058)).
  • Fix ~Cursor.rownumber after using ~AsyncServerCursor.scroll() on AsyncServerCursor (:ticket:[#1066](https://github.com/psycopg/psycopg/issues/1066)).
  • Fix interval parsing with days or other parts and negative time in C module (:ticket:[#1071](https://github.com/psycopg/psycopg/issues/1071)).
  • Don't process further connection attempts after Ctrl-C (:ticket:[#1077](https://github.com/psycopg/psycopg/issues/1077)).
  • Fix cursors to correctly iterate over rows even if their row factory returns None (:ticket:[#1073](https://github.com/psycopg/psycopg/issues/1073)).
  • Fix ConnectionInfo.port when the port is specified as an empty string (:ticket:[#1078](https://github.com/psycopg/psycopg/issues/1078)).
  • Report all the attempts error messages in the exception raised for a connection failure (:ticket:[#1069](https://github.com/psycopg/psycopg/issues/1069)).
  • Improve logging on connection (:ticket:[#1085](https://github.com/psycopg/psycopg/issues/1085)).
  • Add support for PostgreSQL 18 libpq (:ticket:[#1082](https://github.com/psycopg/psycopg/issues/1082)).

Psycopg 3.2.7 ^^^^^^^^^^^^^

  • Add SRID support to shapely dumpers/loaders (:ticket:[#1028](https://github.com/psycopg/psycopg/issues/1028)).
  • Add support for binary hstore (:ticket:[#1030](https://github.com/psycopg/psycopg/issues/1030)).

Psycopg 3.2.6 ^^^^^^^^^^^^^

... (truncated)

Commits
  • dfce629 chore: bump psycopg package version to 3.2.9
  • 4e97cef Merge branch 'fix-1088' into maint-3.2
  • c182002 docs: mention fix in version 3.2.9
  • 1619579 Revert "ci: install win32 libpq from conda force"
  • 19a6e3d chore: bump psycopg package version to 3.2.9.dev1
  • See full diff in compare view

Updates psycopg-binary from 3.2.8 to 3.2.9

Changelog

Sourced from psycopg-binary's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.2.9 ^^^^^^^^^^^^^

  • Revert the libpq included in the binary packages from conda forge to vcpkg because GSS connection crashes (:ticket:[#1088](https://github.com/psycopg/psycopg/issues/1088)).

Psycopg 3.2.8 ^^^^^^^^^^^^^

  • Fix DateFromTicks and TimeFromTicks return values to return a date and a time referred to the UTC timezone rather than to the local timezone. For consistency, TimestampFromTicks to return a datetime in UTC rather than in the local timezone (:ticket:[#1058](https://github.com/psycopg/psycopg/issues/1058)).
  • Fix ~Cursor.rownumber after using ~AsyncServerCursor.scroll() on AsyncServerCursor (:ticket:[#1066](https://github.com/psycopg/psycopg/issues/1066)).
  • Fix interval parsing with days or other parts and negative time in C module (:ticket:[#1071](https://github.com/psycopg/psycopg/issues/1071)).
  • Don't process further connection attempts after Ctrl-C (:ticket:[#1077](https://github.com/psycopg/psycopg/issues/1077)).
  • Fix cursors to correctly iterate over rows even if their row factory returns None (:ticket:[#1073](https://github.com/psycopg/psycopg/issues/1073)).
  • Fix ConnectionInfo.port when the port is specified as an empty string (:ticket:[#1078](https://github.com/psycopg/psycopg/issues/1078)).
  • Report all the attempts error messages in the exception raised for a connection failure (:ticket:[#1069](https://github.com/psycopg/psycopg/issues/1069)).
  • Improve logging on connection (:ticket:[#1085](https://github.com/psycopg/psycopg/issues/1085)).
  • Add support for PostgreSQL 18 libpq (:ticket:[#1082](https://github.com/psycopg/psycopg/issues/1082)).

Psycopg 3.2.7 ^^^^^^^^^^^^^

  • Add SRID support to shapely dumpers/loaders (:ticket:[#1028](https://github.com/psycopg/psycopg/issues/1028)).
  • Add support for binary hstore (:ticket:[#1030](https://github.com/psycopg/psycopg/issues/1030)).

Psycopg 3.2.6 ^^^^^^^^^^^^^

... (truncated)

Commits
  • dfce629 chore: bump psycopg package version to 3.2.9
  • 4e97cef Merge branch 'fix-1088' into maint-3.2
  • c182002 docs: mention fix in version 3.2.9
  • 1619579 Revert "ci: install win32 libpq from conda force"
  • 19a6e3d chore: bump psycopg package version to 3.2.9.dev1
  • See full diff in compare view

Updates psycopg from 3.2.8 to 3.2.9

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.2.9 ^^^^^^^^^^^^^

  • Revert the libpq included in the binary packages from conda forge to vcpkg because GSS connection crashes (:ticket:[#1088](https://github.com/psycopg/psycopg/issues/1088)).

Psycopg 3.2.8 ^^^^^^^^^^^^^

  • Fix DateFromTicks and TimeFromTicks return values to return a date and a time referred to the UTC timezone rather than to the local timezone. For consistency, TimestampFromTicks to return a datetime in UTC rather than in the local timezone (:ticket:[#1058](https://github.com/psycopg/psycopg/issues/1058)).
  • Fix ~Cursor.rownumber after using ~AsyncServerCursor.scroll() on AsyncServerCursor (:ticket:[#1066](https://github.com/psycopg/psycopg/issues/1066)).
  • Fix interval parsing with days or other parts and negative time in C module (:ticket:[#1071](https://github.com/psycopg/psycopg/issues/1071)).
  • Don't process further connection attempts after Ctrl-C (:ticket:[#1077](https://github.com/psycopg/psycopg/issues/1077)).
  • Fix cursors to correctly iterate over rows even if their row factory returns None (:ticket:[#1073](https://github.com/psycopg/psycopg/issues/1073)).
  • Fix ConnectionInfo.port when the port is specified as an empty string (:ticket:[#1078](https://github.com/psycopg/psycopg/issues/1078)).
  • Report all the attempts error messages in the exception raised for a connection failure (:ticket:[#1069](https://github.com/psycopg/psycopg/issues/1069)).
  • Improve logging on connection (:ticket:[#1085](https://github.com/psycopg/psycopg/issues/1085)).
  • Add support for PostgreSQL 18 libpq (:ticket:[#1082](https://github.com/psycopg/psycopg/issues/1082)).

Psycopg 3.2.7 ^^^^^^^^^^^^^

  • Add SRID support to shapely dumpers/loaders (:ticket:[#1028](https://github.com/psycopg/psycopg/issues/1028)).
  • Add support for binary hstore (:ticket:[#1030](https://github.com/psycopg/psycopg/issues/1030)).

Psycopg 3.2.6 ^^^^^^^^^^^^^

... (truncated)

Commits
  • dfce629 chore: bump psycopg package version to 3.2.9
  • 4e97cef Merge branch 'fix-1088' into maint-3.2
  • c182002 docs: mention fix in version 3.2.9
  • 1619579 Revert "ci: install win32 libpq from conda force"
  • 19a6e3d chore: bump psycopg package version to 3.2.9.dev1
  • See full diff in compare view

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 3, 2025 09:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 3, 2025
Bumps the psycopg group with 3 updates: [psycopg[binary]](https://github.com/psycopg/psycopg), [psycopg-binary](https://github.com/psycopg/psycopg) and [psycopg](https://github.com/psycopg/psycopg).


Updates `psycopg[binary]` from 3.2.8 to 3.2.9
- [Changelog](https://github.com/psycopg/psycopg/blob/3.2.9/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.8...3.2.9)

Updates `psycopg-binary` from 3.2.8 to 3.2.9
- [Changelog](https://github.com/psycopg/psycopg/blob/3.2.9/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.8...3.2.9)

Updates `psycopg` from 3.2.8 to 3.2.9
- [Changelog](https://github.com/psycopg/psycopg/blob/3.2.9/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.8...3.2.9)

---
updated-dependencies:
- dependency-name: psycopg[binary]
  dependency-version: 3.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: psycopg
- dependency-name: psycopg-binary
  dependency-version: 3.2.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: psycopg
- dependency-name: psycopg
  dependency-version: 3.2.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: psycopg
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/psycopg-747a1c7c92 branch from 96a62a5 to f1c32c1 Compare June 4, 2025 09:43
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