From 923a3a73a5cab00e4dc9a72d99055ac24a1aa1c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 01:47:51 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.6 to 2.9.9 in /caster-back Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.9) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- caster-back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caster-back/requirements.txt b/caster-back/requirements.txt index 12029274..8fa430b3 100644 --- a/caster-back/requirements.txt +++ b/caster-back/requirements.txt @@ -1,6 +1,6 @@ django==4.2.4 uvicorn[standard]==0.23.2 -psycopg2-binary==2.9.6 +psycopg2-binary==2.9.9 python-osc==1.8.1 google-cloud-texttospeech==2.14.1 strawberry-graphql-django==0.17.2