aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-13 18:57:35 +0000
committerGravatar GitHub <[email protected]>2024-05-13 18:57:35 +0000
commit227c89786ce0a47c83fbf4c79e7d7600ea71e55f (patch)
tree21ff7d12e0cc1f11be4bc2198b1d27bb9868fbf8 /pyproject.toml
parentBump pre-commit from 3.7.0 to 3.7.1 (#1318) (diff)
Bump psycopg from 3.1.18 to 3.1.19
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.18 to 3.1.19. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.18...3.1.19) --- 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 2a13501d..8168c3da 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ python-frontmatter = "1.1.0"
pyyaml = "6.0.1"
sentry-sdk = "2.1.1"
whitenoise = "6.6.0"
-psycopg = {extras = ["binary"], version = "3.1.18"}
+psycopg = {extras = ["binary"], version = "3.1.19"}
[tool.poetry.group.dev.dependencies]
python-dotenv = "1.0.1"