diff options
author | 2024-01-08 11:45:02 +0100 | |
---|---|---|
committer | 2024-01-08 11:45:02 +0100 | |
commit | b40e9d2f333c9b325ab8ba1fbcc9a1b55816efd0 (patch) | |
tree | cb26949fa27412c450d94eeefcb6bc26d3f63483 /pyproject.toml | |
parent | Fixed truncated dropdown menu (#1138) (diff) | |
parent | Bump psycopg from 3.1.16 to 3.1.17 (diff) |
Merge pull request #1201 from python-discord/dependabot/pip/psycopg-3.1.17
Bump psycopg from 3.1.16 to 3.1.17
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 553147e9..c70d4a38 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.16"} +psycopg = {extras = ["binary"], version = "3.1.17"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" |