From 8974999accd6f1ac737674eb76bcdf66730bf006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 12:17:23 +0100 Subject: [PATCH] :arrow_up: Bump psycopg from 3.1.9 to 3.1.10 in /shifter (#201) Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.9 to 3.1.10. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.9...3.1.10) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- shifter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shifter/requirements.txt b/shifter/requirements.txt index 1c570b2..c85c829 100644 --- a/shifter/requirements.txt +++ b/shifter/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.7.2 Django==4.2.4 django-crontab==0.7.1 gunicorn==21.2.0 -psycopg==3.1.9 +psycopg==3.1.10 psycopg-binary==3.1.9 sqlparse==0.4.4 typing_extensions==4.7.1 \ No newline at end of file