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

Commit d5f61f3

Browse files
authored
PLAT-12171 lower version (#627)
* PLAT-12171 lower version * PLAT-12171 use ~= * PLAT-12171 pin version 2.9 that works also on Pipfile.lock
1 parent 2c55459 commit d5f61f3

File tree

2 files changed

+34
-26
lines changed

2 files changed

+34
-26
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.20"
1414
"boto3" = "~=1.28.25"
1515
django-environ = "~=0.10.0"
1616
django-storages = "~=1.12"
17-
psycopg2 = "<=2.9.7"
17+
psycopg2 = "<=2.9"
1818
waitress = "~=2.1.2"
1919
whitenoise = "~=6.0.0"
2020
djangorestframework = "~=3.13.1"

{{cookiecutter.project_slug}}/Pipfile.lock

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

0 commit comments

Comments
 (0)