Skip to content

Commit b4e1610

Browse files
committed
update psycopg to v3.1.12
1 parent 81e5132 commit b4e1610

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

poetry.lock

Lines changed: 20 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ django-csp = "^3.7"
2323
bleach = ">=6.0.0,<7.0.0"
2424
Markdown = "^3.3.7"
2525

26-
psycopg2 = {version = "^2.9.3", optional = true}
26+
psycopg = {version = "^3.1.12", optional = true}
2727
mysqlclient = {version = "^2.1.1", optional = true}
2828
redis = {extras = ["hiredis"], version = "^5.0.0", optional = true}
2929
django-compressor = "^4.3"
@@ -51,7 +51,7 @@ requests-oauthlib = "^1.3.1"
5151
pyjwt = "^2.8.0"
5252

5353
[tool.poetry.extras]
54-
pgsql = ["psycopg2"]
54+
pgsql = ["psycopg"]
5555
mysql = ["mysqlclient"]
5656
redis = ["redis"]
5757

0 commit comments

Comments
 (0)