chore(deps): update dependency psycopg to >=3.1.8,<3.3 (#3050)

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

<details>
<summary>psycopg/psycopg (psycopg)</summary>

###
[`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)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjQxLjQwLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInB5dGhvbiJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
renovate[bot] 2025-08-09 13:42:26 +02:00 committed by GitHub
parent 237b32a3f9
commit 2b06c5e35c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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",