Skip to content

Commit

Permalink
update psycopg to v3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Oct 22, 2023
1 parent c6e6d4f commit 97d8525
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
36 changes: 20 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ django-csp = "^3.7"
bleach = ">=6.0.0,<7.0.0"
Markdown = "^3.3.7"

psycopg2 = {version = "^2.9.3", optional = true}
psycopg = {version = "^3.1.12", optional = true}
mysqlclient = {version = "^2.1.1", optional = true}
redis = {extras = ["hiredis"], version = "^5.0.0", optional = true}
django-compressor = "^4.3"
Expand Down Expand Up @@ -51,7 +51,7 @@ requests-oauthlib = "^1.3.1"
pyjwt = "^2.8.0"

[tool.poetry.extras]
pgsql = ["psycopg2"]
pgsql = ["psycopg"]
mysql = ["mysqlclient"]
redis = ["redis"]

Expand Down

0 comments on commit 97d8525

Please sign in to comment.