diff options
author | 2023-12-19 22:26:55 -0800 | |
---|---|---|
committer | 2023-12-19 22:26:55 -0800 | |
commit | 3ebf4a33ff9b75ed630ff7131f07b12875d9e5c1 (patch) | |
tree | 937236bb82aec344788d40933fd6185451769011 /pyproject.toml | |
parent | Merge pull request #1186 from python-discord/nplusone-infractions-expanded (diff) | |
parent | Bump psycopg from 3.1.15 to 3.1.16 (diff) |
Merge pull request #1189 from python-discord/dependabot/pip/psycopg-3.1.16
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 7fc6527e..55ebb66f 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.15"} +psycopg = {extras = ["binary"], version = "3.1.16"} [tool.poetry.group.dev.dependencies] python-dotenv = "1.0.0" |