From 96f1930978fb4c0cc3ecfc0f08b68bd854acbfd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 16:13:59 +0000 Subject: [PATCH] Bump psycopg from 3.3.4 to 3.3.5 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.3.4 to 3.3.5. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.4...3.3.5) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85c7c91..033ca95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ py-cord[speed]==2.8.1 # Discord API wrapper -psycopg[binary,pool]==3.3.4 # Postgres connector +psycopg[binary,pool]==3.3.5 # Postgres connector aiohttp[speedups]==3.14.3 # Async HTTP requests validators==0.35.0 # String sanitization and validation \ No newline at end of file