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.0.10 to 3.0.16 #84

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2022

Bumps psycopg from 3.0.10 to 3.0.16.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Future releases

Psycopg 3.1 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^

  • Add :ref:Pipeline mode <pipeline-mode> (:ticket:[#74](https://github.com/psycopg/psycopg/issues/74)).
  • Add :ref:client-side-binding-cursors (:ticket:[#101](https://github.com/psycopg/psycopg/issues/101)).
  • Add CockroachDB <https://www.cockroachlabs.com/>__ support in psycopg.crdb (:ticket:[#313](https://github.com/psycopg/psycopg/issues/313)).
  • Add :ref:Two-Phase Commit <two-phase-commit> support (:ticket:[#72](https://github.com/psycopg/psycopg/issues/72)).
  • Add :ref:adapt-enum (:ticket:[#274](https://github.com/psycopg/psycopg/issues/274)).
  • Add returning parameter to ~Cursor.executemany() to retrieve query results (:ticket:[#164](https://github.com/psycopg/psycopg/issues/164)).
  • ~Cursor.executemany() performance improved by using batch mode internally (:ticket:[#145](https://github.com/psycopg/psycopg/issues/145)).
  • Add parameters to ~Cursor.copy().
  • Add :ref:COPY Writer objects <copy-writers>.
  • Resolve domain names asynchronously in AsyncConnection.connect() (:ticket:[#259](https://github.com/psycopg/psycopg/issues/259)).
  • Add pq.PGconn.trace() and related trace functions (:ticket:[#167](https://github.com/psycopg/psycopg/issues/167)).
  • Add prepare_threshold parameter to Connection init (:ticket:[#200](https://github.com/psycopg/psycopg/issues/200)).
  • Add cursor_factory parameter to Connection init.
  • Add Error.pgconn and Error.pgresult attributes (:ticket:[#242](https://github.com/psycopg/psycopg/issues/242)).
  • Restrict queries to be ~typing.LiteralString as per :pep:675 (:ticket:[#323](https://github.com/psycopg/psycopg/issues/323)).
  • Add explicit type cast to values converted by sql.Literal (:ticket:[#205](https://github.com/psycopg/psycopg/issues/205)).
  • Drop support for Python 3.6.

Current release

Psycopg 3.0.16 ^^^^^^^^^^^^^^

  • Fix missing ~Cursor.rowcount after SHOW (:ticket:[#343](https://github.com/psycopg/psycopg/issues/343)).
  • Add scripts to build macOS arm64 packages (:ticket:[#162](https://github.com/psycopg/psycopg/issues/162)).

Psycopg 3.0.15

... (truncated)

Commits
  • 6c118f0 Merge branch 'build-macos-arm64-3' into maint-3.0
  • 426f8b2 docs: mention macOS arm64 build script in news file
  • a2f8418 build: add scripts to build macOS arm64 packages
  • ed4a131 chore: bump version number to 3.0.16
  • 96519a9 Merge branch 'fix-343' into maint-3.0
  • c79aa98 fix: fix Cursor.rowcount after non-SELECT tuple-returining queries
  • 3f0ad67 test: add tests to reveal the rowcount problem with SHOW
  • 9d8f4c3 chore: re-export names to fix mypy 0.971 error
  • cb01dd9 Merge branch 'docs-no-external-modules' into maint-3.0
  • adf9cbd docs: allow to read the libpq definitions from a local file
  • 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.0.10 to 3.0.16.
- [Release notes](https://github.com/psycopg/psycopg/releases)
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.0.10...3.0.16)

---
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 Aug 1, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2771492988

  • 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 76.965%

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

💛 - Coveralls

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 5, 2022

Superseded by #90.

@dependabot dependabot bot closed this Sep 5, 2022
@dependabot dependabot bot deleted the dependabot/pip/psycopg-3.0.16 branch September 5, 2022 12:00
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