From 262415425f189bb1d5a9371996c25c119b12c919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:30:47 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.9 to 2.9.10 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 2da292b5..619fc582 100644 --- a/requirements.in +++ b/requirements.in @@ -5,7 +5,7 @@ distro==1.9.0 httplib2==0.22.0 jinja2==3.1.4 omegaconf==2.3.0 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.10 pyyaml==6.0.2 requests==2.32.3 urllib3==2.2.3 diff --git a/requirements.txt b/requirements.txt index 9b12d18c..295df533 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ markupsafe==2.0.1 # via jinja2 omegaconf==2.3.0 # via -r requirements.in -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.10 # via -r requirements.in pycparser==2.20 # via cffi