Skip to content

Commit

Permalink
Bump psycopg2 from 2.8.6 to 2.9.7 in /{{cookiecutter.project_slug}} (#…
Browse files Browse the repository at this point in the history
…613)

Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.7.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits/2.9.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent 3254e8d commit c6428f1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ django = "~=2.2.26"
"boto3" = "~=1.28.15"
django-environ = "~=0.10.0"
django-storages = "~=1.12"
psycopg2 = "<2.9"
psycopg2 = "<2.10"
waitress = "~=2.1.2"
whitenoise = "~=6.0.0"
djangorestframework = "~=3.13.1"
Expand Down
32 changes: 14 additions & 18 deletions {{cookiecutter.project_slug}}/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6428f1

Please sign in to comment.