fizyk / pyramid_fullauth

Pyramid fullauth's goal is to provide full plug-in registration functionality for pyramid, with user managing
MIT License
27 stars 7 forks source link

Bump psycopg from 3.1.8 to 3.1.9 #682

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps psycopg from 3.1.8 to 3.1.9.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Current release

Psycopg 3.1.9 ^^^^^^^^^^^^^

  • Fix TypeInfo.fetch() using a connection in !sql_ascii encoding (:ticket:[#503](https://github.com/psycopg/psycopg/issues/503)).
  • Fix "filedescriptor out of range" using a large number of files open in Python implementation (:ticket:[#532](https://github.com/psycopg/psycopg/issues/532)).
  • Allow JSON dumpers to be registered on !dict or any other object, as was possible in psycopg2 (:ticket:[#541](https://github.com/psycopg/psycopg/issues/541)).
  • Fix canceling running queries on process interruption in async connections (:ticket:[#543](https://github.com/psycopg/psycopg/issues/543)).
  • Fix loading ROW values with different types in the same query using the binary protocol (:ticket:[#545](https://github.com/psycopg/psycopg/issues/545)).
  • Fix dumping recursive composite types (:ticket:[#547](https://github.com/psycopg/psycopg/issues/547)).

Psycopg 3.1.8 ^^^^^^^^^^^^^

  • Don't pollute server logs when types looked for by TypeInfo.fetch() are not found (:ticket:[#473](https://github.com/psycopg/psycopg/issues/473)).
  • Set Cursor.rowcount to the number of rows of each result set from ~Cursor.executemany() when called with !returning=True (:ticket:[#479](https://github.com/psycopg/psycopg/issues/479)).
  • Fix TypeInfo.fetch() when used with ClientCursor (:ticket:[#484](https://github.com/psycopg/psycopg/issues/484)).

Psycopg 3.1.7 ^^^^^^^^^^^^^

  • Fix server-side cursors using row factories (:ticket:[#464](https://github.com/psycopg/psycopg/issues/464)).

Psycopg 3.1.6 ^^^^^^^^^^^^^

  • Fix cursor.copy() with cursors using row factories (:ticket:[#460](https://github.com/psycopg/psycopg/issues/460)).

... (truncated)

Commits
  • b98f35a chore: bump psycopg package version to 3.1.9
  • d9c6f82 Merge branch 'fix-json-dump-dict-3.1' into maint-3.1
  • c014137 test(json): fix dict registration test on crdb
  • c487ae8 fix(json): allow to register json dumpers on dict or other objects
  • 31e1c19 fix: don't reuse the same Transformer in composite dumper
  • 9d2ab05 docs: fix cursor -> connection in the context of transaction management
  • b347bfe fix: don't use select as wait function if possible
  • 676288b fix: fix loading of different 'record' types in the same query
  • 1c11db3 fix: don't use select as wait function if possible
  • f8debef fix: shorter traceback on ctrl-c interrupt
  • 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 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)