Skip to content

Commit

Permalink
PLAT-12171 restore psycopg2 version to stable one (2.9.0) (#618)
Browse files Browse the repository at this point in the history
* PLAT-12171 restore psycopg2 version to stable one (2.9.0)

* PLAT-12171 fix version
  • Loading branch information
cruz636 authored Aug 17, 2023
1 parent ff77fed commit 9d88e2f
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 49 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.25"
django-environ = "~=0.10.0"
django-storages = "~=1.12"
psycopg2 = "<2.10"
psycopg2 = "<=2.9"
waitress = "~=2.1.2"
whitenoise = "~=6.0.0"
djangorestframework = "~=3.13.1"
Expand Down
94 changes: 46 additions & 48 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 9d88e2f

Please sign in to comment.