diff options
author | 2025-03-13 05:47:21 +0000 | |
---|---|---|
committer | 2025-03-13 05:47:21 +0000 | |
commit | bbfeaddadb1fe0371d69783f835a5b11ed1c71d5 (patch) | |
tree | dcb8c93f96d9751c9c9622da824daf378a488541 /pyproject.toml | |
parent | Merge 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.toml | 2 |
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" |