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.5 to 3.0.7 #22

Merged
merged 2 commits into from
Dec 21, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2021

Bumps psycopg from 3.0.5 to 3.0.7.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Psycopg 3.1 (unreleased)

  • Add :ref:Two-Phase Commit <two-phase-commit> support (:ticket:[#72](https://github.com/psycopg/psycopg/issues/72)).
  • Add pq.PGconn.trace() and related trace functions (:ticket:[#167](https://github.com/psycopg/psycopg/issues/167)).

Current release

Psycopg 3.0.7 ^^^^^^^^^^^^^

  • Fix crash in ~Cursor.executemany() with no input sequence (:ticket:[#179](https://github.com/psycopg/psycopg/issues/179)).
  • Fix wrong ~Cursor.rowcount after an ~Cursor.executemany() returning no rows (:ticket:[#178](https://github.com/psycopg/psycopg/issues/178)).

Psycopg 3.0.6 ^^^^^^^^^^^^^

  • Allow to use Cursor.description if the connection is closed (:ticket:[#172](https://github.com/psycopg/psycopg/issues/172)).
  • Don't raise exceptions on ServerCursor.close() if the connection is closed (:ticket:[#173](https://github.com/psycopg/psycopg/issues/173)).
  • Fail on Connection.cursor() if the connection is closed (:ticket:[#174](https://github.com/psycopg/psycopg/issues/174)).
  • Raise ProgrammingError if out-of-order exit from transaction contexts is detected (:tickets:[#176](https://github.com/psycopg/psycopg/issues/176), [#177](https://github.com/psycopg/psycopg/issues/177)).
  • Add !CHECK_STANDBY value to ~pq.ConnStatus enum.

Psycopg 3.0.5 ^^^^^^^^^^^^^

  • Fix possible "Too many open files" OS error, reported on macOS but possible on other platforms too (:ticket:[#158](https://github.com/psycopg/psycopg/issues/158)).
  • Don't clobber exceptions if a transaction block exit with error and rollback fails (:ticket:[#165](https://github.com/psycopg/psycopg/issues/165)).

... (truncated)

Commits
  • fc21688 Bump version to release 3.0.7
  • 127bf84 Fix Cursor.rowcount after an executemany hitting no result
  • 6e85f30 Fix executemany crash with empty input sequence
  • dc5e3a2 Bump to next bugfix release
  • f2670d1 Finalise version 3.0.6 for release
  • 0929b80 Don't run Mypy tests on Windows/macOS
  • d3ecb13 Merge branch 'fix-177' into maint-3.0
  • 595682b Detect out-of-order transactions exit when they have the same name too
  • 182935d Don't try to execute transaction finalization with the connection closed
  • def339e Refactor Transaction queries generation into internal 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 20, 2021
@coveralls
Copy link

coveralls commented Dec 20, 2021

Pull Request Test Coverage Report for Build 1607723347

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 75.342%

Totals Coverage Status
Change from base Build 1607717795: 0.0%
Covered Lines: 212
Relevant Lines: 262

💛 - Coveralls

@jsf9k jsf9k self-assigned this Dec 20, 2021
@jsf9k
Copy link
Member

jsf9k commented Dec 20, 2021

@dependabot recreate

@jsf9k jsf9k closed this Dec 20, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/psycopg-3.0.7 branch December 20, 2021 19:58
@jsf9k
Copy link
Member

jsf9k commented Dec 20, 2021

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2021

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@jsf9k
Copy link
Member

jsf9k commented Dec 20, 2021

@dependabot reopen

@dependabot dependabot bot reopened this Dec 20, 2021
@dependabot dependabot bot restored the dependabot/pip/psycopg-3.0.7 branch December 20, 2021 19:59
@jsf9k
Copy link
Member

jsf9k commented Dec 20, 2021

@dependabot recreate

@jsf9k jsf9k force-pushed the dependabot/pip/psycopg-3.0.7 branch 2 times, most recently from f7cdd75 to fa98753 Compare December 21, 2021 15:35
Copy link
Member

@dav3r dav3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

dependabot bot and others added 2 commits December 21, 2021 11:32
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.0.5 to 3.0.7.
- [Release notes](https://github.com/psycopg/psycopg/releases)
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.0.5...3.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@jsf9k jsf9k force-pushed the dependabot/pip/psycopg-3.0.7 branch from fa98753 to 05f6769 Compare December 21, 2021 16:32
@jsf9k jsf9k merged commit fc7b4fd into develop Dec 21, 2021
@jsf9k jsf9k deleted the dependabot/pip/psycopg-3.0.7 branch December 21, 2021 16:51
jsf9k added a commit to cisagov/guacscanner-docker that referenced this pull request Dec 22, 2021
This will pick up several dependabot updates from cisagov/guacscanner:
- cisagov/guacscanner#17
- cisagov/guacscanner#18
- cisagov/guacscanner#22
- cisagov/guacscanner#24
jsf9k added a commit to cisagov/guacscanner-docker that referenced this pull request Dec 28, 2021
jsf9k added a commit to cisagov/guacscanner-docker that referenced this pull request Jul 17, 2023
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