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.1 to 3.0.4 #11

Merged
merged 1 commit into from
Nov 15, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2021

Bumps psycopg from 3.0.1 to 3.0.4.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Current release

Psycopg 3.0.4 ^^^^^^^^^^^^^

  • Allow to use the module with strict strings comparison (:ticket:[#147](https://github.com/psycopg/psycopg/issues/147)).
  • Fix segfault on Python 3.6 running in -W error mode, related to !backport.zoneinfo ticket [#109](https://github.com/psycopg/psycopg/issues/109) <https://github.com/pganssle/zoneinfo/issues/109>__.
  • Build binary package with libpq versions not affected by CVE-2021-23222 <https://www.postgresql.org/support/security/CVE-2021-23222/>__ (:ticket:[#149](https://github.com/psycopg/psycopg/issues/149)).

Psycopg 3.0.3 ^^^^^^^^^^^^^

  • Release musllinux binary packages, compatible with Alpine Linux (:ticket:[#141](https://github.com/psycopg/psycopg/issues/141)).
  • Reduce size of binary package by stripping debug symbols (:ticket:[#142](https://github.com/psycopg/psycopg/issues/142)).
  • Include typing information in the !psycopg_binary package.

Psycopg 3.0.2 ^^^^^^^^^^^^^

  • Fix type hint for sql.SQL.join() (:ticket:[#127](https://github.com/psycopg/psycopg/issues/127)).
  • Fix type hint for Connection.notifies() (:ticket:[#128](https://github.com/psycopg/psycopg/issues/128)).
  • Fix call to MultiRange.__setitem__() with a non-iterable value and a slice, now raising a TypeError (:ticket:[#129](https://github.com/psycopg/psycopg/issues/129)).
  • Fix disable cursors methods after close() (:ticket:[#125](https://github.com/psycopg/psycopg/issues/125)).

Psycopg 3.0.1 ^^^^^^^^^^^^^

  • Fix use of the wrong dumper reusing cursors with the same query but different parameter types (:ticket:[#112](https://github.com/psycopg/psycopg/issues/112)).

Psycopg 3.0

... (truncated)

Commits
  • e153518 Set packages version numbers for release
  • f47da25 Add mention to the libpq upgrade ticket in out tracker
  • 8405a68 Merge branch 'upgrade-lipbq'
  • b0abee2 Mention libpq upgrade in news file
  • aa23549 Upgrade libpq in Windows packages
  • 2ec52f8 Update alpine linux packages before building wheels
  • d16c1d1 Upgrade libpq in macOS packages
  • 5dce970 strip_wheel: don't require to install the zip system package
  • 4610f2e strip_wheel: pass script parameters to the strip command
  • 8c39428 Initialize UTC in the timezones cache
  • 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.1 to 3.0.4.
- [Release notes](https://github.com/psycopg/psycopg/releases)
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.0.1...3.0.4)

---
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 Nov 15, 2021
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1460182206

  • 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.257%

Totals Coverage Status
Change from base Build 1454830220: 0.0%
Covered Lines: 211
Relevant Lines: 259

💛 - Coveralls

@jsf9k jsf9k self-assigned this Nov 15, 2021
@jsf9k jsf9k merged commit 609a729 into develop Nov 15, 2021
@jsf9k jsf9k deleted the dependabot/pip/psycopg-3.0.4 branch November 15, 2021 16:41
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

3 participants