From c5fbc8ba3e3cd1191ae5d8b65300f102b5fce06f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:46:54 +0000 Subject: [PATCH] Update psycopg2-binary requirement from <=2.9.9 to <=2.9.10 Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements-docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-docker.txt b/requirements-docker.txt index 57b5702d..f6a99238 100644 --- a/requirements-docker.txt +++ b/requirements-docker.txt @@ -5,7 +5,7 @@ detect-secrets==1.5.0 google-api-python-client>=2.88.0 oci>=2.104.0 pluginbase==1.0.1 -psycopg2-binary<=2.9.9 +psycopg2-binary<=2.9.10 pymongo>=4.6.1 pysnow>=0.7.17 python3-nmap>=1.6.0