Skip to content

Commit

Permalink
Merge pull request #271 from spousesupportgroup/dependabot/pip/psycop…
Browse files Browse the repository at this point in the history
…g-3.2.1

deps(pip): bump psycopg from 3.1.19 to 3.2.1
  • Loading branch information
github-actions[bot] authored Jul 1, 2024
2 parents 0fe8639 + 9af4eb1 commit 86d3cbc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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 @@ -40,7 +40,7 @@ optional = true
[tool.poetry.group.local.dependencies]
werkzeug = {version = "3.0.3", extras = ["watchdog"]}
ipdb = "^0.13.13"
psycopg = {version = "3.1.19", extras = ["c"]}
psycopg = {version = "3.2.1", extras = ["c"]}
watchfiles = "^0.22.0"
mypy = "^1.6.1"
django-stubs = {version = "4.2.7", extras = ["compatible-mypy"]}
Expand Down Expand Up @@ -70,7 +70,7 @@ optional = true

[tool.poetry.group.production.dependencies]
gunicorn = "^21.2.0"
psycopg = {version = "3.1.19", extras = ["c"]}
psycopg = {version = "3.2.1", extras = ["c"]}
django-anymail = "10.3"


Expand Down

0 comments on commit 86d3cbc

Please sign in to comment.