aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-13 05:47:21 +0000
committerGravatar GitHub <[email protected]>2025-03-13 05:47:21 +0000
commitbbfeaddadb1fe0371d69783f835a5b11ed1c71d5 (patch)
treedcb8c93f96d9751c9c9622da824daf378a488541 /pyproject.toml
parentMerge pull request #1482 from python-discord/dependabot/pip/ruff-0.9.10 (diff)
Bump psycopg from 3.2.5 to 3.2.6
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.5 to 3.2.6. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.5...3.2.6) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5ce03d65..c3f1ae4f 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.5"}
+psycopg = {extras = ["binary"], version = "3.2.6"}
pyjwt = {version = "2.10.1", extras = ["crypto"]}
pymdown-extensions = "10.14.3"
python-frontmatter = "1.1.0"