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.6 #115

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Bumps psycopg from 3.1.2 to 3.1.6.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Current release

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

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

Psycopg 3.1.5 ^^^^^^^^^^^^^

  • Fix array loading slowness compared to psycopg2 (:ticket:[#359](https://github.com/psycopg/psycopg/issues/359)).
  • Improve performance around network communication (:ticket:[#414](https://github.com/psycopg/psycopg/issues/414)).
  • Return !bytes instead of !memoryview from pq.Encoding methods (:ticket:[#422](https://github.com/psycopg/psycopg/issues/422)).
  • Fix Cursor.rownumber to return !None when the result has no row to fetch (:ticket:[#437](https://github.com/psycopg/psycopg/issues/437)).
  • Avoid error in Pyright caused by aliasing !TypeAlias (:ticket:[#439](https://github.com/psycopg/psycopg/issues/439)).
  • Fix Copy.set_types() used with varchar and name types (:ticket:[#452](https://github.com/psycopg/psycopg/issues/452)).
  • Improve performance using :ref:row-factories (:ticket:[#457](https://github.com/psycopg/psycopg/issues/457)).

Psycopg 3.1.4 ^^^^^^^^^^^^^

  • Include :ref:error classes <sqlstate-exceptions> defined in PostgreSQL 15.
  • Add support for Python 3.11 (:ticket:[#305](https://github.com/psycopg/psycopg/issues/305)).
  • Build binary packages with libpq from PostgreSQL 15.0.

Psycopg 3.1.3 ^^^^^^^^^^^^^

  • Restore the state of the connection if Cursor.stream() is terminated prematurely (:ticket:[#382](https://github.com/psycopg/psycopg/issues/382)).
  • Fix regression introduced in 3.1 with different named tuples mangling rules for non-ascii attribute names (:ticket:[#386](https://github.com/psycopg/psycopg/issues/386)).
  • Fix handling of queries with escaped percent signs (%%) in ClientCursor (:ticket:[#399](https://github.com/psycopg/psycopg/issues/399)).
  • Fix possible duplicated BEGIN statements emitted in pipeline mode

... (truncated)

Commits
  • 4ed7b91 chore: bump version number for 3.1.6 release
  • 649ced3 Merge branch 'fix-460'
  • 1308dd0 fix(copy): don't create a row maker on copy
  • 920c2f4 chore(binary): upgrade packaged libraries to libpq 15.1, openssl 1.1.1s
  • 24bad19 chore: bump to dev version 3.1.6.dev0
  • b662791 ci: run tests on Python 3.11 on macOS
  • 7d496c3 chore: bump version number for 3.1.5 release
  • b999c31 perf(rows): reduce row_factories overhead
  • 39c575a perf: drop call to pgconn_encoding per query
  • 880baa0 test: fix resource leaking in tests
  • 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.6.
- [Release notes](https://github.com/psycopg/psycopg/releases)
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.2...3.1.6)

---
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 Dec 19, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3727334610

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.0%) to 76.965%

Totals Coverage Status
Change from base Build 3146577391: -0.0%
Covered Lines: 218
Relevant Lines: 265

💛 - Coveralls

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 26, 2022

Superseded by #116.

@dependabot dependabot bot closed this Dec 26, 2022
@dependabot dependabot bot deleted the dependabot/pip/psycopg-3.1.6 branch December 26, 2022 00:35
cisagovbot pushed a commit that referenced this pull request Jan 7, 2023
…s/setup-python-4

Bump actions/setup-python from 3 to 4
cisagovbot pushed a commit that referenced this pull request Jan 7, 2023
Add a CodeQL badge and remove LGTM badges from the README
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