Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 7253bed

Browse files
Bump psycopg2 from 2.9 to 2.9.9 in /{{cookiecutter.project_slug}} (#655)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6b5252 commit 7253bed

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

{{cookiecutter.project_slug}}/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ django = "==3.2.25"
1414
"boto3" = "~=1.34.59"
1515
django-environ = "~=0.11.2"
1616
django-storages = "~=1.14"
17-
psycopg2 = "<=2.9"
17+
psycopg2 = "<=2.9.9"
1818
waitress = "~=2.1.2"
1919
whitenoise = "~=6.7.0"
2020
djangorestframework = "~=3.15.1"

{{cookiecutter.project_slug}}/Pipfile.lock

Lines changed: 16 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)