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

build(deps): bump psycopg2 from 2.8.5 to 2.8.6 in /src/karmen_backend #387

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Sep 12, 2020

Bumps psycopg2 from 2.8.5 to 2.8.6.

Changelog

Sourced from psycopg2's changelog.

Current release

What's new in psycopg 2.8.6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fixed memory leak changing connection encoding to the current one (:ticket:[#1101](https://github.com/psycopg/psycopg2/issues/1101)).
  • Fixed search of mxDateTime headers in virtualenvs (:ticket:[#996](https://github.com/psycopg/psycopg2/issues/996)).
  • Added missing values from errorcodes (:ticket:[#1133](https://github.com/psycopg/psycopg2/issues/1133)).
  • cursor.query reports the query of the last :sql:COPY opearation too (:ticket:[#1141](https://github.com/psycopg/psycopg2/issues/1141)).
  • ~psycopg2.errorcodes map and ~psycopg2.errors classes updated to PostgreSQL 13.
  • Added wheel packages for ARM architecture (:ticket:[#1125](https://github.com/psycopg/psycopg2/issues/1125)).
  • Wheel package compiled against OpenSSL 1.1.1g.

What's new in psycopg 2.8.5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fixed use of !connection_factory and !cursor_factory together (:ticket:[#1019](https://github.com/psycopg/psycopg2/issues/1019)).
  • Added support for ~logging.LoggerAdapter in ~psycopg2.extras.LoggingConnection (:ticket:[#1026](https://github.com/psycopg/psycopg2/issues/1026)).
  • ~psycopg2.extensions.Column objects in cursor.description can be sliced (:ticket:[#1034](https://github.com/psycopg/psycopg2/issues/1034)).
  • Added AIX support (:ticket:[#1061](https://github.com/psycopg/psycopg2/issues/1061)).
  • Fixed ~copy.copy() of ~psycopg2.extras.DictCursor rows (:ticket:[#1073](https://github.com/psycopg/psycopg2/issues/1073)).

What's new in psycopg 2.8.4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fixed building with Python 3.8 (:ticket:[#854](https://github.com/psycopg/psycopg2/issues/854)).
  • Don't swallow keyboard interrupts on connect when a password is specified in the connection string (:ticket:[#898](https://github.com/psycopg/psycopg2/issues/898)).
  • Don't advance replication cursor when the message wasn't confirmed (:ticket:[#940](https://github.com/psycopg/psycopg2/issues/940)).
  • Fixed inclusion of time.h on linux (:ticket:[#951](https://github.com/psycopg/psycopg2/issues/951)).
  • Fixed int overflow for large values in ~psycopg2.extensions.Column.table_oid and ~psycopg2.extensions.Column.type_code (:ticket:[#961](https://github.com/psycopg/psycopg2/issues/961)).
  • ~psycopg2.errorcodes map and ~psycopg2.errors classes updated to PostgreSQL 12.
  • Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4.

What's new in psycopg 2.8.3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Commits

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 12, 2020
@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 1b22c80 to 7505666 Compare September 12, 2020 20:32
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 7505666 to 569a805 Compare September 12, 2020 20:43
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 569a805 to aabd03b Compare September 19, 2020 20:24
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from aabd03b to 8d1813c Compare September 19, 2020 20:34
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 8d1813c to bd8f999 Compare September 19, 2020 20:45
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from bd8f999 to f9c38d8 Compare September 19, 2020 20:55
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from f9c38d8 to aeb29f3 Compare September 19, 2020 21:06
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from aeb29f3 to 87f59c4 Compare September 19, 2020 21:17
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 87f59c4 to 1233803 Compare September 26, 2020 20:25
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 1233803 to ba872c8 Compare October 2, 2020 13:34
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from ba872c8 to 94cea3f Compare October 3, 2020 20:24
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 94cea3f to 25b8734 Compare October 3, 2020 20:40
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 25b8734 to 5252bff Compare October 6, 2020 00:58
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 5252bff to 1f1d04b Compare October 18, 2020 15:32
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 1f1d04b to 91c44e1 Compare October 25, 2020 16:13
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 91c44e1 to 95ff86f Compare October 31, 2020 20:26
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 95ff86f to 09de53a Compare October 31, 2020 20:33
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 09de53a to 387bd38 Compare October 31, 2020 20:44
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 387bd38 to 390dcd7 Compare October 31, 2020 20:55
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 390dcd7 to a8e53e6 Compare November 7, 2020 20:27
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from a8e53e6 to 658a35c Compare November 7, 2020 20:36
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 658a35c to 6968f83 Compare November 7, 2020 20:48
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 6968f83 to e66ec2b Compare November 7, 2020 21:01
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from e66ec2b to 02df0aa Compare November 7, 2020 21:13
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from 02df0aa to c749f15 Compare November 7, 2020 21:25
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/src/karmen_backend/psycopg2-2.8.6 branch from c749f15 to 2d0d926 Compare November 7, 2020 21:36
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. The most likely cause is #487, which may be blocking Dependabot from updating your dependency files.

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.

0 participants