From 809352f13c372ca9aba03b388b748040606fcde0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:19:38 +0200 Subject: [PATCH] chore(deps): bump psycopg2 from 2.9.6 to 2.9.7 (#1639) Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.7. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.7) --- updated-dependencies: - dependency-name: psycopg2 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 68a7d4a75..f647b1a0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ geomet==1.0.0 kombu==5.3.2 Markdown==3.4.4 # at next update, please remove replace_marker() function in toc extension phpserialize==1.3.0 # phpserialize is only required during the migration -psycopg2==2.9.6 +psycopg2==2.9.7 pyjwt==1.7.1 pymdown-extensions==10.3 pyproj==3.6.0