From 26b92a20946fc9bb22e19dd4232e384feea14533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 20:29:32 +0000 Subject: [PATCH] build(deps): bump psycopg[c] from 3.1.9 to 3.1.10 Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.1.9 to 3.1.10. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.9...3.1.10) --- updated-dependencies: - dependency-name: psycopg[c] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements/local.txt mode change 100755 => 100644 requirements/production.txt diff --git a/requirements/local.txt b/requirements/local.txt old mode 100755 new mode 100644 index b65b8e3..4b0dc50 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,7 +2,7 @@ Werkzeug[watchdog]==2.3.6 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -psycopg[c]==3.1.9 # https://github.com/psycopg/psycopg +psycopg[c]==3.1.10 # https://github.com/psycopg/psycopg watchfiles==0.19.0 # https://github.com/samuelcolvin/watchfiles # Testing diff --git a/requirements/production.txt b/requirements/production.txt old mode 100755 new mode 100644 index 61931f7..ddb59e9 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gunicorn==21.2.0 # https://github.com/benoitc/gunicorn -psycopg[c]==3.1.9 # https://github.com/psycopg/psycopg +psycopg[c]==3.1.10 # https://github.com/psycopg/psycopg # Django # ------------------------------------------------------------------------------