Skip to content

Commit

Permalink
build(deps): bump psycopg2 from 2.9.6 to 2.9.7 in /backend
Browse files Browse the repository at this point in the history
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.7.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.6...2.9.7)

---
updated-dependencies:
- dependency-name: psycopg2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and razzeee committed Aug 7, 2023
1 parent 809c9cf commit 1e6963c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
28 changes: 13 additions & 15 deletions backend/poetry.lock

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

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python-multipart = "^0.0.6"
dramatiq = {extras = ["redis", "watch"], version = "^1.14.2"}
sqlalchemy = "2.0.19"
sentry-dramatiq = "^0.3.3"
psycopg2 = "^2.9.6"
psycopg2 = "^2.9.7"
jinja2 = "^3.1.2"
pydantic-settings = "^2.0.2"

Expand Down

0 comments on commit 1e6963c

Please sign in to comment.