diff options
author | 2023-04-05 22:07:48 +0000 | |
---|---|---|
committer | 2023-04-05 22:07:48 +0000 | |
commit | 5c384fa736b29b456ce5de52c6dde226bbae4a14 (patch) | |
tree | 8b525f686769ddd9130632a83b506671d3af9427 /pyproject.toml | |
parent | Merge pull request #928 from python-discord/dependabot/pip/django-4.2 (diff) |
Bump psycopg2-binary from 2.9.5 to 2.9.6
Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.6.
- [Release notes](https://github.com/psycopg/psycopg2/releases)
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits/2.9.6)
---
updated-dependencies:
- dependency-name: psycopg2-binary
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 299916e6..57c24de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ djangorestframework = "3.14.0" gunicorn = "20.1.0" httpx = "0.23.3" markdown = "3.4.3" -psycopg2-binary = "2.9.5" +psycopg2-binary = "2.9.6" PyJWT = {version = "2.6.0", extras = ["crypto"]} pymdown-extensions = "9.10" python-frontmatter = "1.0.0" |