Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
chore(deps): bump psycopg2 from 2.8.6 to 2.9.2
Browse files Browse the repository at this point in the history
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.2.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2021
1 parent a62a985 commit 8d6ec51
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
32 changes: 14 additions & 18 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ celery = "^5.1.0"
django-celery-beat = "^2.2.0"
django-celery-results = "^2.0.1"
mysqlclient = {version = "^2.0.3", optional = true}
psycopg2 = {version = "^2.8.6", optional = true}
psycopg2 = {version = "^2.9.2", optional = true}

[tool.poetry.extras]
mysql = ["mysqlclient"]
Expand Down

0 comments on commit 8d6ec51

Please sign in to comment.