diff options
author | 2023-11-20 05:54:36 +0000 | |
---|---|---|
committer | 2023-11-20 05:54:36 +0000 | |
commit | ade20c57ad731a1f01a3a9ee9c87b38634370a4b (patch) | |
tree | e082605c4cd6cde766397bff0b8f6dad8a1e91ef /pyproject.toml | |
parent | Merge pull request #1147 from python-discord/dependabot/pip/ruff-0.1.6 (diff) |
Bump psycopg from 3.1.12 to 3.1.13
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.12 to 3.1.13.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](https://github.com/psycopg/psycopg/compare/3.1.12...3.1.13)
---
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 f0503f34..a9aa0faf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python-frontmatter = "1.0.1" pyyaml = "6.0.1" sentry-sdk = "1.35.0" whitenoise = "6.6.0" -psycopg = {extras = ["binary"], version = "3.1.12"} +psycopg = {extras = ["binary"], version = "3.1.13"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" |