From 6273fd50f588ed21e95034775e44c38607e4cb05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:49:05 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.9 to 2.9.10 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/functests.txt | 2 +- requirements/lint.txt | 2 +- requirements/prod.txt | 2 +- requirements/tests.txt | 2 +- requirements/typecheck.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 5254908..bafdccc 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -74,7 +74,7 @@ pip-tools==7.4.1 # pip-sync-faster prompt-toolkit==3.0.43 # via ipython -psycopg2==2.9.9 +psycopg2==2.9.10 # via # -r requirements/prod.txt # data-tasks diff --git a/requirements/functests.txt b/requirements/functests.txt index 26fe9a7..f9afe8c 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -73,7 +73,7 @@ pip-tools==7.4.1 # pip-sync-faster pluggy==1.5.0 # via pytest -psycopg2==2.9.9 +psycopg2==2.9.10 # via # -r requirements/prod.txt # data-tasks diff --git a/requirements/lint.txt b/requirements/lint.txt index 2c5e22e..f1441da 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -138,7 +138,7 @@ pluggy==1.5.0 # -r requirements/functests.txt # -r requirements/tests.txt # pytest -psycopg2==2.9.9 +psycopg2==2.9.10 # via # -r requirements/functests.txt # -r requirements/tests.txt diff --git a/requirements/prod.txt b/requirements/prod.txt index 79791a0..9f4bd22 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -30,7 +30,7 @@ markupsafe==2.1.3 # mako newrelic==9.12.0 # via -r requirements/prod.in -psycopg2==2.9.9 +psycopg2==2.9.10 # via # -r requirements/prod.in # data-tasks diff --git a/requirements/tests.txt b/requirements/tests.txt index 264a635..1d61cf2 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -77,7 +77,7 @@ pip-tools==7.4.1 # pip-sync-faster pluggy==1.5.0 # via pytest -psycopg2==2.9.9 +psycopg2==2.9.10 # via # -r requirements/prod.txt # data-tasks diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 6976154..161fa1b 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -56,7 +56,7 @@ pip-tools==7.4.1 # via # -r requirements/typecheck.in # pip-sync-faster -psycopg2==2.9.9 +psycopg2==2.9.10 # via # -r requirements/prod.txt # data-tasks