Skip to content

Commit

Permalink
build(deps): update psycopg2 requirement from ~=2.9.0 to ~=2.9.6
Browse files Browse the repository at this point in the history
Updates the requirements on [psycopg2](https://github.com/psycopg/psycopg2) to permit the latest version.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.6...2.9.6)

---
updated-dependencies:
- dependency-name: psycopg2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent a3ef76c commit 553c590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django~=4.2.0
djangorestframework~=3.14.0
django-filter~=23.2.0
psycopg2~=2.9.0
psycopg2~=2.9.6
sqlparse~=0.4.0

0 comments on commit 553c590

Please sign in to comment.