Skip to content

Commit

Permalink
build(deps): update psycopg2 requirement from ~=2.9.0 to ~=2.9.9
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.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent f37bd86 commit 52d4525
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.9
sqlparse~=0.4.0

0 comments on commit 52d4525

Please sign in to comment.