Skip to content
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

Bump psycopg from 3.1.2 to 3.1.9 #141

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps psycopg from 3.1.2 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)

Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.2 to 3.1.9.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.2...3.1.9)

---
updated-dependencies:
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 8, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4910267569

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 77.027%

Totals Coverage Status
Change from base Build 4137838438: 0.0%
Covered Lines: 219
Relevant Lines: 266

💛 - Coveralls

cisagovbot pushed a commit that referenced this pull request Dec 19, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2023

Superseded by #144.

@dependabot dependabot bot closed this Dec 21, 2023
@dependabot dependabot bot deleted the dependabot/pip/psycopg-3.1.9 branch December 21, 2023 18:46
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.

None yet

1 participant