From 9bbf49a991ef17e4bc94b6a89f68b2e509a3ac3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:53:00 -0500 Subject: [PATCH] Bump psycopg2-binary from 2.9.8 to 2.9.9 (#8792) Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.8 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.8...2.9.9) --- updated-dependencies: - dependency-name: psycopg2-binary 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> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index facb555c75..c5d11e37bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ mysqlclient==2.1.1 openpyxl==3.1.2 xlrd==1.2.0 Pillow==10.0.1 # required by django-imagekit -psycopg2-binary==2.9.8 +psycopg2-binary==2.9.9 cryptography==41.0.4 python-dateutil==2.8.2 pytz==2023.3.post1