From 6761eff6b5f2bff0fbffcdfd3978c7843d0bc88d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 05:06:11 +0000 Subject: Bump psycopg from 3.2.3 to 3.2.5 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.3 to 3.2.5. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.3...3.2.5) --- 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 250b47c6..14814536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ djangorestframework = "3.14.0" gunicorn = "23.0.0" httpx = "0.28.1" markdown = "3.7" -psycopg = {extras = ["binary"], version = "3.2.3"} +psycopg = {extras = ["binary"], version = "3.2.5"} pyjwt = {version = "2.10.1", extras = ["crypto"]} pymdown-extensions = "10.14.3" python-frontmatter = "1.1.0" -- cgit v1.2.3