From 2b06c5e35c9ef09fc4cdc8c8d0cd7027964d5f5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 13:42:26 +0200 Subject: [PATCH] chore(deps): update dependency psycopg to >=3.1.8,<3.3 (#3050) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [psycopg](https://psycopg.org/psycopg3/) ([source](https://redirect.github.com/psycopg/psycopg), [changelog](https://psycopg.org/psycopg3/docs/news.html)) | `>=3.1.8,<3.2` -> `>=3.1.8,<3.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/psycopg/3.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/psycopg/3.1.20/3.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
psycopg/psycopg (psycopg) ### [`v3.2.9`](https://redirect.github.com/psycopg/psycopg/compare/3.2.8...3.2.9) [Compare Source](https://redirect.github.com/psycopg/psycopg/compare/3.2.8...3.2.9) ### [`v3.2.8`](https://redirect.github.com/psycopg/psycopg/compare/3.2.7...3.2.8) [Compare Source](https://redirect.github.com/psycopg/psycopg/compare/3.2.7...3.2.8) ### [`v3.2.7`](https://redirect.github.com/psycopg/psycopg/compare/3.2.6...3.2.7) [Compare Source](https://redirect.github.com/psycopg/psycopg/compare/3.2.6...3.2.7) ### [`v3.2.6`](https://redirect.github.com/psycopg/psycopg/compare/3.2.5...3.2.6) [Compare Source](https://redirect.github.com/psycopg/psycopg/compare/3.2.5...3.2.6) ### [`v3.2.5`](https://redirect.github.com/psycopg/psycopg/compare/3.2.4...3.2.5) [Compare Source](https://redirect.github.com/psycopg/psycopg/compare/3.2.4...3.2.5) ### [`v3.2.4`](https://redirect.github.com/psycopg/psycopg/compare/3.2.3...3.2.4) [Compare Source](https://redirect.github.com/psycopg/psycopg/compare/3.2.3...3.2.4) ### [`v3.2.3`](https://redirect.github.com/psycopg/psycopg/compare/3.2.2...3.2.3) [Compare Source](https://redirect.github.com/psycopg/psycopg/compare/3.2.2...3.2.3) ### [`v3.2.2`](https://redirect.github.com/psycopg/psycopg/compare/3.2.1...3.2.2) [Compare Source](https://redirect.github.com/psycopg/psycopg/compare/3.2.1...3.2.2) ### [`v3.2.1`](https://redirect.github.com/psycopg/psycopg/compare/3.2.0...3.2.1) [Compare Source](https://redirect.github.com/psycopg/psycopg/compare/3.2.0...3.2.1) ### [`v3.2.0`](https://redirect.github.com/psycopg/psycopg/compare/3.1.20...3.2.0) [Compare Source](https://redirect.github.com/psycopg/psycopg/compare/3.1.20...3.2.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/libretime/libretime). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo --- api/requirements.txt | 2 +- api/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index a79fe2e80..04cf14512 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -6,6 +6,6 @@ django>=4.2.0,<4.3 djangorestframework>=3.14.0,<3.16 drf-spectacular>=0.22.1,<0.29 gunicorn>=22.0.0,<23.1 -psycopg[c]>=3.1.8,<3.2 +psycopg[c]>=3.1.8,<3.3 requests>=2.32.2,<2.33 uvicorn[standard]>=0.17.6,<0.36.0 diff --git a/api/setup.py b/api/setup.py index b637bb6a4..2dfb6aaf7 100644 --- a/api/setup.py +++ b/api/setup.py @@ -36,7 +36,7 @@ setup( extras_require={ "prod": [ "gunicorn>=22.0.0,<23.1", - "psycopg[c]>=3.1.8,<3.2", + "psycopg[c]>=3.1.8,<3.3", "uvicorn[standard]>=0.17.6,<0.36.0", ], "dev": [ @@ -44,7 +44,7 @@ setup( "django-stubs>=5.1.0,<6", "djangorestframework-stubs>=1.8.0,<4", "model_bakery>=1.10.1,<2", - "psycopg[binary]>=3.1.8,<4", + "psycopg[binary]>=3.1.8,<3.3", "pylint-django>=2.5.3,<3", "pytest-django>=4.5.2,<5", "requests-mock>=1.10.0,<2",