Skip to content

core: bump psycopg from 3.1.11 to 3.1.12#6997

Merged
BeryJu merged 1 commit intomainfrom
dependabot/pip/psycopg-3.1.12
Sep 27, 2023
Merged

core: bump psycopg from 3.1.11 to 3.1.12#6997
BeryJu merged 1 commit intomainfrom
dependabot/pip/psycopg-3.1.12

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2023

Bumps psycopg from 3.1.11 to 3.1.12.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Future releases

Psycopg 3.2 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for integer, floating point, boolean NumPy scalar types__ (:ticket:[#332](https://github.com/psycopg/psycopg/issues/332)).
  • Add :ref:raw-query-cursors to execute queries using placeholders in PostgreSQL format ($1, $2...) (:ticket:[#560](https://github.com/psycopg/psycopg/issues/560)).
  • Add support for libpq functions to close prepared statements and portals introduced in libpq v17 (:ticket:[#603](https://github.com/psycopg/psycopg/issues/603)).
  • Disable receiving more than one result on the same cursor in pipeline mode, to iterate through ~Cursor.nextset(). The behaviour was different than in non-pipeline mode and not totally reliable (:ticket:[#604](https://github.com/psycopg/psycopg/issues/604)). The Cursor now only preserves the results set of the last ~Cursor.execute(), consistently with non-pipeline mode.

.. __: https://numpy.org/doc/stable/reference/arrays.scalars.html#built-in-scalar-types

Current release

Psycopg 3.1.12 ^^^^^^^^^^^^^^

  • Fix possible hanging if a connection is closed while querying (:ticket:[#608](https://github.com/psycopg/psycopg/issues/608)).
  • Fix memory leak when ~register_*() functions are called repeatedly (:ticket:[#647](https://github.com/psycopg/psycopg/issues/647)).

Psycopg 3.1.11 ^^^^^^^^^^^^^^

  • Avoid caching the parsing results of large queries to avoid excessive memory usage (:ticket:[#628](https://github.com/psycopg/psycopg/issues/628)).
  • Fix integer overflow in C/binary extension with OID > 2^31 (:ticket:[#630](https://github.com/psycopg/psycopg/issues/630)).
  • Fix loading of intervals with days and months or years (:ticket:[#643](https://github.com/psycopg/psycopg/issues/643)).
  • Work around excessive CPU usage on Windows (reported in 🎫[#645](https://github.com/psycopg/psycopg/issues/645)).
  • Fix building on Solaris and derivatives (:ticket:[#632](https://github.com/psycopg/psycopg/issues/632)).

... (truncated)

Commits
  • 5498bb8 chore: bump psycopg package version to 3.1.12
  • b4b8ceb Merge branch 'fix-608' into maint-3.1
  • ae43e63 fix: use poll() instead of epoll() for waiting
  • 8b564e8 fix: don't hang forever if async connection is closed while querying
  • b3e0be9 fix: don't raise spurious errors on cancel if the connection is closed
  • 125f93c ci(scaleway_m1): add list command and jq pretty output
  • 87dc783 chore(crdb): test 23.1 in CI
  • dbddfc5 Merge branch 'fix-647' into maint-3.1
  • 4137ded fix: cache all dynamically generated adapter types
  • d7eea49 fix: cache dynamic adapters created in register_array()
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.1.11 to 3.1.12.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.11...3.1.12)

---
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 requested review from a team as code owners September 27, 2023 04:08
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2023
@netlify
Copy link

netlify bot commented Sep 27, 2023

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 73f3f47
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/6513aaa25e3b2d000897b9e6

@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f792711) 92.72% compared to head (73f3f47) 92.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6997      +/-   ##
==========================================
- Coverage   92.72%   92.71%   -0.00%     
==========================================
  Files         567      567              
  Lines       27961    27961              
==========================================
- Hits        25924    25922       -2     
- Misses       2037     2039       +2     
Flag Coverage Δ
e2e 51.12% <ø> (-<0.01%) ⬇️
integration 26.27% <ø> (ø)
unit 89.61% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BeryJu BeryJu merged commit 82cbc16 into main Sep 27, 2023
@BeryJu BeryJu deleted the dependabot/pip/psycopg-3.1.12 branch September 27, 2023 09:16
kensternberg-authentik added a commit that referenced this pull request Sep 27, 2023
* main: (41 commits)
  root: fix missing /lifecycle in path
  website/blog: add info-block to blog about m2m (#7002)
  root: handle SIGHUP and SIGUSR2, healthcheck gunicorn (#6630)
  flows: stage_invalid() makes flow restart depending on invalid_response_action setting (#6780)
  core: bump psycopg from 3.1.11 to 3.1.12 (#6997)
  core: bump pydantic from 2.4.0 to 2.4.1 (#6998)
  web: bump the sentry group in /web with 2 updates (#6999)
  web: bump pyright from 1.1.328 to 1.1.329 in /web (#7000)
  website/blog: improved sentence (#6995)
  website/blog: fix missing link in m2m post (#6994)
  web/user: fix incorrect link to admin interface (#6993)
  root: disable APPEND_SLASH (#6928)
  root: replace boj/redistore with vendored version of rbcervilla/redisstore (#6988)
  sources/ldap: add default property mapping to mirror directory structure (#6990)
  website/blogs: Blog about m2m (#6974)
  root: make Celery worker concurrency configurable (#6837)
  root: make postgres connection in makefile customizable (#6977)
  core: prevent self-impersonation (#6885)
  web: bump @typescript-eslint/parser from 6.7.2 to 6.7.3 in /web (#6984)
  core: bump pydantic from 2.3.0 to 2.4.0 (#6979)
  ...
kensternberg-authentik added a commit that referenced this pull request Sep 29, 2023
* main: (50 commits)
  web/admin: invitation stage: default "continue without invitation" to false
  core: bump pydantic from 2.4.1 to 2.4.2 (#7014)
  website: bump postcss from 8.4.30 to 8.4.31 in /website (#7015)
  internal: fix redis session store (#7011)
  web: bump rollup from 3.29.3 to 3.29.4 in /web (#7009)
  core: bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (#7007)
  web: bump the esbuild group in /web with 2 updates (#7005)
  website: bump react-tooltip from 5.21.4 to 5.21.5 in /website (#7006)
  core: bump github.com/redis/go-redis/v9 from 9.2.0 to 9.2.1 (#7008)
  root: fix missing /lifecycle in path
  website/blog: add info-block to blog about m2m (#7002)
  root: handle SIGHUP and SIGUSR2, healthcheck gunicorn (#6630)
  flows: stage_invalid() makes flow restart depending on invalid_response_action setting (#6780)
  core: bump psycopg from 3.1.11 to 3.1.12 (#6997)
  core: bump pydantic from 2.4.0 to 2.4.1 (#6998)
  web: bump the sentry group in /web with 2 updates (#6999)
  web: bump pyright from 1.1.328 to 1.1.329 in /web (#7000)
  website/blog: improved sentence (#6995)
  website/blog: fix missing link in m2m post (#6994)
  web/user: fix incorrect link to admin interface (#6993)
  ...
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant