agrc / masquerade

Disguise UGRC's Web API endpoints as an Esri locator service.
https://github.com/agrc/masquerade#readme
MIT License
1 stars 0 forks source link

build(deps): bump psycopg[binary] from 3.1 to 3.1.2 #69

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps psycopg[binary] from 3.1 to 3.1.2.

Changelog

Sourced from psycopg[binary]'s changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Future releases

Psycopg 3.1.3 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^

  • 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)).

Current release

Psycopg 3.1.2 ^^^^^^^^^^^^^

  • Fix handling of certain invalid time zones causing problems on Windows (:ticket:[#371](https://github.com/psycopg/psycopg/issues/371)).
  • Fix segfault occurring when a loader fails initialization (:ticket:[#372](https://github.com/psycopg/psycopg/issues/372)).
  • Fix invalid SAVEPOINT issued when entering Connection.transaction() within a pipeline using an implicit transaction (:ticket:[#374](https://github.com/psycopg/psycopg/issues/374)).
  • Fix queries with repeated named parameters in ClientCursor (:ticket:[#378](https://github.com/psycopg/psycopg/issues/378)).
  • Distribute macOS arm64 (Apple M1) binary packages (:ticket:[#344](https://github.com/psycopg/psycopg/issues/344)).

Psycopg 3.1.1 ^^^^^^^^^^^^^

  • Work around broken Homebrew installation of the libpq in a non-standard path (:ticket:[#364](https://github.com/psycopg/psycopg/issues/364))
  • Fix possible "unrecognized service" error in async connection when no port is specified (:ticket:[#366](https://github.com/psycopg/psycopg/issues/366)).
Commits
  • 4711d75 chore: bump to version number 3.1.2
  • 5636d2a fix: fix queries with repeated named parameters in ClientCursor
  • 8a44473 test: allow to trace libpq to STDERR, rename option to --pq-trace
  • d41d8fc fix: also sync nested pipeline when a transaction is active
  • 052534f test: fail test session in case of segfault
  • 18530c9 Merge branch 'fix-372'
  • 8b53cde fix(psycopg_c): propagate exceptions in Transformer.set_pgresult()
  • ec908dd test: add test to verify the behavior of adapters failing init
  • e6f1f1a Merge branch 'docs/pgconn'
  • b8027b2 docs: document PGconn's tracing methods
  • 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)
codecov[bot] commented 1 year ago

Codecov Report

Base: 85.39% // Head: 85.39% // No change to project coverage :thumbsup:

Coverage data is based on head (cf50c98) compared to base (60631a0). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #69 +/- ## ======================================= Coverage 85.39% 85.39% ======================================= Files 3 3 Lines 315 315 Branches 37 33 -4 ======================================= Hits 269 269 Misses 40 40 Partials 6 6 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Looks like psycopg[binary] is no longer updatable, so this is no longer needed.