Skip to content

Commit

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

deps(pip): bump psycopg from 3.1.16 to 3.1.17
  • Loading branch information
github-actions[bot] authored Jan 8, 2024
2 parents 89854f3 + 6929e4e commit 76b6b60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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.1", extras = ["watchdog"]}
ipdb = "^0.13.13"
psycopg = {version = "3.1.16", extras = ["c"]}
psycopg = {version = "3.1.17", extras = ["c"]}
watchfiles = "^0.21.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.16", extras = ["c"]}
psycopg = {version = "3.1.17", extras = ["c"]}
django-anymail = "10.2"

[build-system]
Expand Down

0 comments on commit 76b6b60

Please sign in to comment.