diff options
author | 2023-09-25 06:28:49 +0000 | |
---|---|---|
committer | 2023-09-25 06:28:49 +0000 | |
commit | f896b32280adc6849d4101722bc216ae14fb08bd (patch) | |
tree | 44fad4833e1310d04140ea769ec1c177b5476c7c /pyproject.toml | |
parent | Merge pull request #1114 from python-discord/dependabot/pip/ruff-0.0.291 (diff) |
Bump psycopg from 3.1.10 to 3.1.11
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.10 to 3.1.11.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](https://github.com/psycopg/psycopg/compare/3.1.10...3.1.11)
---
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 efe523b5..60183b99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python-frontmatter = "1.0.0" pyyaml = "6.0.1" sentry-sdk = "1.31.0" whitenoise = "6.5.0" -psycopg = {extras = ["binary"], version = "3.1.10"} +psycopg = {extras = ["binary"], version = "3.1.11"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" |