aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-27 05:17:47 +0000
committerGravatar GitHub <[email protected]>2023-09-27 05:17:47 +0000
commit6e2cbf11a9ffb66adf9fea57e20328e3826bae14 (patch)
treecf26891058e07edc5d646dea1889785fc5a57116 /pyproject.toml
parentMerge pull request #1113 from python-discord/dependabot/pip/psycopg-3.1.11 (diff)
Bump psycopg from 3.1.11 to 3.1.12
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.11 to 3.1.12. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.11...3.1.12) --- 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 60183b99..960c2061 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.11"}
+psycopg = {extras = ["binary"], version = "3.1.12"}
[tool.poetry.group.dev.dependencies]
python-dotenv = "1.0.0"