From a27a8f364c85b7aaed863238df23ef96c1093f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:02:48 +0000 Subject: [PATCH] Bump psycopg[binary] from 3.3.2 to 3.3.3 Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.3.2 to 3.3.3. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.2...3.3.3) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.3.3 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 19b606dbd..771ae0bbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ django-filter==25.2 djangorestframework==3.16.1 hexbytes==1.3.1 packaging -psycopg[binary]==3.3.2 +psycopg[binary]==3.3.3 py-evm==0.12.1b1 requests==2.32.5 safe-pysha3>=1.0.0