From 7bf3b24e0a7dfbb6fc4e1f2ee47c9fe28f8d2276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 04:01:48 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.8.6 to 2.9.5 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.5. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [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-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a034854..935c9f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ django-environ==0.4.5 behave-django==1.4.0 Authlib==0.15.3 uwsgi>=2.0.18 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9.5 PyYAML==5.4.1 cryptography==3.4.6