aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-01 05:37:54 +0000
committerGravatar GitHub <[email protected]>2024-07-01 05:37:54 +0000
commit573f376873d07dba37e5e4ffef42b3eb04f894d1 (patch)
treef1583de56556de3eb1f98a07a1ae10b6197015ea /pyproject.toml
parentMerge pull request #1349 from python-discord/dependabot/pip/coverage-7.5.4 (diff)
Bump psycopg from 3.1.19 to 3.2.1
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.19 to 3.2.1. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.19...3.2.1) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-minor ... 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 d3f7b27c..80760b6a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
sentry-sdk = "2.7.1"
whitenoise = "6.7.0"
-psycopg = {extras = ["binary"], version = "3.1.19"}
+psycopg = {extras = ["binary"], version = "3.2.1"}
[tool.poetry.group.dev.dependencies]
python-dotenv = "1.0.1"