From f76dfb6dd182619d26dfb6501433194fae5f0289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 08:41:26 +0000 Subject: Bump psycopg from 3.1.14 to 3.1.15 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.14 to 3.1.15. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.14...3.1.15) --- 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(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index ddb4d2cc..7fc6527e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python-frontmatter = "1.0.1" pyyaml = "6.0.1" sentry-sdk = "1.39.1" whitenoise = "6.6.0" -psycopg = {extras = ["binary"], version = "3.1.14"} +psycopg = {extras = ["binary"], version = "3.1.15"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" -- cgit v1.2.3