diff options
author | 2023-08-07 05:40:59 +0000 | |
---|---|---|
committer | 2023-08-07 05:40:59 +0000 | |
commit | e8619ecb069f0d49a864ce58af33d03b40b859a6 (patch) | |
tree | c0328a285e99e3126a37bd20593910b493b69cd5 /pyproject.toml | |
parent | Merge pull request #1052 from python-discord/clean-pragma (diff) |
Bump psycopg from 3.1.9 to 3.1.10
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.9 to 3.1.10.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](https://github.com/psycopg/psycopg/compare/3.1.9...3.1.10)
---
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 1c00d792..5aec0141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python-frontmatter = "1.0.0" pyyaml = "6.0.1" sentry-sdk = "1.29.2" whitenoise = "6.5.0" -psycopg = {extras = ["binary"], version = "3.1.9"} +psycopg = {extras = ["binary"], version = "3.1.10"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" |