Skip to content

Commit

Permalink
Bump psycopg2 from 2.9 to 2.9.9 in /{{cookiecutter.project_slug}}
Browse files Browse the repository at this point in the history
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9 to 2.9.9.
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits/2.9.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 30, 2023
1 parent e62498e commit 2eb9e09
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 25 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 = "==3.2.20"
"boto3" = "~=1.28.68"
django-environ = "~=0.11.2"
django-storages = "~=1.12"
psycopg2 = "<=2.9"
psycopg2 = "<=2.9.9"
waitress = "~=2.1.2"
whitenoise = "~=6.0.0"
djangorestframework = "~=3.14.0"
Expand Down
52 changes: 28 additions & 24 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 2eb9e09

Please sign in to comment.