From 6ee34b956d1db26e733268c7196ac3921b89b624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:38:08 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.6 to 2.9.9 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.9) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/bddtests.txt | 2 +- requirements/dev.txt | 2 +- requirements/functests.txt | 2 +- requirements/lint.txt | 2 +- requirements/prod.txt | 2 +- requirements/tests.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/bddtests.txt b/requirements/bddtests.txt index 54e3f2d303..781af4a1b3 100644 --- a/requirements/bddtests.txt +++ b/requirements/bddtests.txt @@ -250,7 +250,7 @@ prompt-toolkit==3.0.29 # via # -r prod.txt # click-repl -psycopg2==2.9.6 +psycopg2==2.9.9 # via # -r prod.txt # data-tasks diff --git a/requirements/dev.txt b/requirements/dev.txt index 530c1beee6..b09d7184bc 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -248,7 +248,7 @@ prompt-toolkit==3.0.29 # -r prod.txt # click-repl # ipython -psycopg2==2.9.6 +psycopg2==2.9.9 # via # -r prod.txt # data-tasks diff --git a/requirements/functests.txt b/requirements/functests.txt index 3392a8948b..0b2ff59a98 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -246,7 +246,7 @@ prompt-toolkit==3.0.29 # via # -r prod.txt # click-repl -psycopg2==2.9.6 +psycopg2==2.9.9 # via # -r prod.txt # data-tasks diff --git a/requirements/lint.txt b/requirements/lint.txt index 4a8e448cb2..03fd5fa097 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -444,7 +444,7 @@ psutil==5.9.5 # via # -r tests.txt # pytest-xdist -psycopg2==2.9.6 +psycopg2==2.9.9 # via # -r bddtests.txt # -r functests.txt diff --git a/requirements/prod.txt b/requirements/prod.txt index 921d8fd414..c784e724d3 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -151,7 +151,7 @@ plaster-pastedeploy==0.7 # via pyramid prompt-toolkit==3.0.29 # via click-repl -psycopg2==2.9.6 +psycopg2==2.9.9 # via # -r requirements/prod.in # data-tasks diff --git a/requirements/tests.txt b/requirements/tests.txt index b4043e3975..a2c0e39751 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -258,7 +258,7 @@ prompt-toolkit==3.0.29 # click-repl psutil==5.9.5 # via pytest-xdist -psycopg2==2.9.6 +psycopg2==2.9.9 # via # -r prod.txt # data-tasks