From c9ec70a3f079e8258ce7c27d9ea630bffb649f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:55:15 +0000 Subject: [PATCH] build(deps): bump psycopg2-binary from 2.9.7 to 2.9.9 in /backend/uclapi Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.7 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.7...2.9.9) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/uclapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/uclapi/requirements.txt b/backend/uclapi/requirements.txt index 6c8ff64b0..a4222bd30 100644 --- a/backend/uclapi/requirements.txt +++ b/backend/uclapi/requirements.txt @@ -24,7 +24,7 @@ lxml==4.9.3 parameterized==0.9.0 pycodestyle==2.11.0 pycryptodome==3.18.0 -psycopg2-binary==2.9.7 +psycopg2-binary==2.9.9 python-dateutil==2.8.2 python-jose==3.3.0 pytz==2023.3