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

Commit 45defe4

Browse files
authored
Merge pull request #36 from GriceTurrble/dependabot/pip/{{cookiecutter.project_slug}}/psycopg2-binary-approx-eq-2.9.10
Update psycopg2-binary requirement from ~=2.9.9 to ~=2.9.10 in /{{cookiecutter.project_slug}}
2 parents fcf033a + 59ff4e5 commit 45defe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_slug}}/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ django-environ~=0.11.2
44
# NOTE: if you have trouble installing psycopg2 while developing,
55
# consider changing your requirement to use `psycopg2-binary`
66
# See: https://www.psycopg.org/docs/install.html#psycopg-vs-psycopg-binary
7-
psycopg2-binary~=2.9.9
7+
psycopg2-binary~=2.9.10
88
# {% endif %}

0 commit comments

Comments
 (0)