Skip to content

Commit 56db9d7

Browse files
Bump psycopg[binary] from 3.2.1 to 3.2.3 in /requirements (#1398)
* Bump psycopg[binary] from 3.2.1 to 3.2.3 in /requirements Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.2.1 to 3.2.3. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.1...3.2.3) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Test psycopg with Python 3.13 This was made possible with release 3.2.2 - see https://github.com/psycopg/psycopg/blob/3.2.3/docs/news.rst#psycopg-322 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anders <[email protected]>
1 parent 6c10248 commit 56db9d7

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

requirements/postgres.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
psycopg[binary]==3.2.1
1+
psycopg[binary]==3.2.3

tox.ini

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[tox]
22
envlist =
3-
py{38,39,310,311,312}-dj42-{sqlite3,postgres,mysql,mariadb},
4-
py{310,311,312}-dj50-{sqlite3,postgres,mysql,mariadb},
5-
py{310,311,312}-djmain-{sqlite3,postgres,mysql,mariadb},
6-
# DEV: Add `313` to the Python versions above (so that postgres is tested with 3.13)
7-
# when `psycopg` provides binaries for 3.13
8-
py313-dj{42,50,main}-{sqlite3,mysql,mariadb},
3+
py{38,39,310,311,312,313}-dj42-{sqlite3,postgres,mysql,mariadb},
4+
py{310,311,312,313}-dj50-{sqlite3,postgres,mysql,mariadb},
5+
py{310,311,312,313}-djmain-{sqlite3,postgres,mysql,mariadb},
96
docs,
107
lint
118

0 commit comments

Comments
 (0)