From 80d9e6f4d709218f363b5beb2eea353c31fb56b7 Mon Sep 17 00:00:00 2001 From: Anders <6058745+ddabble@users.noreply.github.com> Date: Wed, 16 Apr 2025 14:19:24 +0200 Subject: [PATCH 1/2] Updated changelog for #1478 Forgot to do it in that PR :) --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index f1aae5de..45eee1b1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,7 @@ Changes Unreleased ---------- +- Tests are no longer bundled in released wheels (gh-1478) 3.9.0 (2025-01-26) ------------------ From 7dbd53abfd26a413e56ec1f538b246f33698dbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:48:48 +0000 Subject: [PATCH 2/2] Bump psycopg[binary] from 3.2.4 to 3.2.6 in /requirements (#1465) Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.2.4 to 3.2.6. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.4...3.2.6) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/postgres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/postgres.txt b/requirements/postgres.txt index 7b284524..74c889ae 100644 --- a/requirements/postgres.txt +++ b/requirements/postgres.txt @@ -1 +1 @@ -psycopg[binary]==3.2.4 +psycopg[binary]==3.2.6