aidh-ms / oicu-extractor

3 stars 0 forks source link

chore(deps): bump psycopg[binary] from 3.1.19 to 3.2.0 #83

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps psycopg[binary] from 3.1.19 to 3.2.0.

Changelog

Sourced from psycopg[binary]'s changelog.

psycopg_pool 3.2.0

  • Add support for async !reconnect_failed callbacks in AsyncConnectionPool (:ticket:[#520](https://github.com/psycopg/psycopg/issues/520)).
  • Add !check parameter to the pool constructor and ~ConnectionPool.check_connection() method. (:ticket:[#656](https://github.com/psycopg/psycopg/issues/656)).
  • Make connection pool classes generic on the connection type (:ticket:[#559](https://github.com/psycopg/psycopg/issues/559)).
  • Raise a warning if sync pools rely an implicit !open=True and the pool context is not used. In the future the default will become !False (:ticket:[#659](https://github.com/psycopg/psycopg/issues/659)).
  • Raise a warning if async pools are opened in the constructor. In the future it will become an error. (:ticket:[#659](https://github.com/psycopg/psycopg/issues/659)).

psycopg_pool 3.1.9 ^^^^^^^^^^^^^^^^^^

  • Fix the return type annotation of !NullConnectionPool.__enter__() (:ticket:[#540](https://github.com/psycopg/psycopg/issues/540)).

psycopg_pool 3.1.8 ^^^^^^^^^^^^^^^^^^

  • Enforce connections' max_lifetime on ~ConnectionPool.check() (:ticket:[#482](https://github.com/psycopg/psycopg/issues/482)).

psycopg_pool 3.1.7 ^^^^^^^^^^^^^^^^^^

  • Fix handling of tasks cancelled while waiting in async pool queue (:ticket:[#503](https://github.com/psycopg/psycopg/issues/503)).

psycopg_pool 3.1.6 ^^^^^^^^^^^^^^^^^^

  • Declare all parameters in pools constructors, instead of using !**kwargs (:ticket:[#493](https://github.com/psycopg/psycopg/issues/493)).

psycopg_pool 3.1.5 ^^^^^^^^^^^^^^^^^^

  • Make sure that !ConnectionPool.check() refills an empty pool (:ticket:[#438](https://github.com/psycopg/psycopg/issues/438)).
  • Avoid error in Pyright caused by aliasing !TypeAlias (:ticket:[#439](https://github.com/psycopg/psycopg/issues/439)).

... (truncated)

Commits
  • 896eee2 chore: bump psycopg package version to 3.2.0
  • 2e2f4d7 chore: bump psycopg package version to 3.1.20
  • 7369d3b Merge pull request #846 from eli-schwartz/tomllib
  • 6672c70 style: shorter line in pyproject.toml
  • a517bb4 build: avoid installing tomli on recent python
  • a063606 fix: avoid to dump [multi]range as text when binary is requested
  • e41cdd0 Merge pull request #847 from psycopg/update-libs
  • e6b0bcb docs: add release note about OpenSSL 3.3.x
  • 7fe06aa chore: bump ldap version to 2.6.8
  • badc0b8 chore: bump openssl to 3.3.1
  • 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 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[bot] commented 2 months ago

Superseded by #84.