aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar jchristgit <[email protected]>2023-12-15 09:56:57 +0100
committerGravatar GitHub <[email protected]>2023-12-15 09:56:57 +0100
commit0710b49a2edd221ef148a1b54a1164915ce9ebbe (patch)
tree152c676f507f53707a03dc67130504f7bd942feb /pyproject.toml
parentMerge pull request #1178 from python-discord/dependabot/pip/sentry-sdk-1.39.1 (diff)
parentBump psycopg from 3.1.14 to 3.1.15 (diff)
Merge pull request #1179 from python-discord/dependabot/pip/psycopg-3.1.15
Bump psycopg from 3.1.14 to 3.1.15
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 ddb4d2cc..7fc6527e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ python-frontmatter = "1.0.1"
pyyaml = "6.0.1"
sentry-sdk = "1.39.1"
whitenoise = "6.6.0"
-psycopg = {extras = ["binary"], version = "3.1.14"}
+psycopg = {extras = ["binary"], version = "3.1.15"}
[tool.poetry.group.dev.dependencies]
python-dotenv = "1.0.0"