From 14d13b46f6bc88ae4db1e443b1b0ccc2d6050a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:15:37 +0000 Subject: [PATCH] chore: bump psycopg from 3.1.18 to 3.1.19 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.18 to 3.1.19. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.18...3.1.19) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7bdbb34f..56e770bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "django-environ==0.11.2", "django-probes==1.7.0", "Pillow==10.3.0", - "psycopg==3.1.18", + "psycopg==3.1.19", "requests==2.31.0", "rcssmin==1.1.2", "rjsmin==1.2.2",