Skip to content

Commit

Permalink
Bump psycopg2 in /{{cookiecutter.project_name}}/src/requirements
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 Aug 15, 2023
1 parent 1249e35 commit 59f1c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/src/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Django==4.2.4
psycopg2==2.9.6
psycopg2==2.9.7
sentry_sdk==1.26.0
python-dotenv==1.0.0
wagtail==5.1.1
Expand Down

0 comments on commit 59f1c55

Please sign in to comment.