Skip to content

Commit

Permalink
deps(pip): bump psycopg from 3.1.16 to 3.1.17
Browse files Browse the repository at this point in the history
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.16 to 3.1.17.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.16...3.1.17)

---
updated-dependencies:
- dependency-name: psycopg
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 89854f3 commit 6929e4e
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 6929e4e

Please sign in to comment.