diff options
author | 2024-05-14 19:43:08 +0200 | |
---|---|---|
committer | 2024-05-14 19:43:08 +0200 | |
commit | 58ed38d39f55d146b4eaa762cbfd2bd4d33143a9 (patch) | |
tree | 21ff7d12e0cc1f11be4bc2198b1d27bb9868fbf8 /pyproject.toml | |
parent | Bump pre-commit from 3.7.0 to 3.7.1 (#1318) (diff) | |
parent | Bump psycopg from 3.1.18 to 3.1.19 (diff) |
Merge pull request #1317 from python-discord/dependabot/pip/psycopg-3.1.19
Bump psycopg from 3.1.18 to 3.1.19
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 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" |