Skip to content

Commit

Permalink
Merge pull request #300 from fugal-dy/chore-upgrade-deps
Browse files Browse the repository at this point in the history
chore(deps): upgrade psycopg2 to 2.9.3
  • Loading branch information
fugal-dy authored Feb 2, 2022
2 parents 6c8126c + 58311c9 commit 0669c72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ipython==7.16.1
isort==5.10.1
pdbpp==0.10.3
pre_commit==2.16.0
psycopg2-binary==2.8.6
psycopg2-binary==2.9.3
pytest==6.2.4
pytest-cov==2.12.1
pytest-django==4.5.2
Expand Down
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r requirements-base.txt
psycopg2==2.8.6
psycopg2==2.9.3
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,19 @@
packages=find_packages(),
install_requires=[
"django~=3.2",
"django-cors-headers >=3.7.0, <=3.13.1",
"django-environ==0.8.1",
"django-filter==21.1",
"django-cors-headers>=3.7.0,<4",
"django-environ<0.9",
"django-filter<22",
"django-generic-api-permissions==0.2.0",
"django-localized-fields>=6.4,<=6.6",
"django-localized-fields>=6.4,<7",
"django_mptt>=0.11,<=0.13.4",
"django-postgres-extra==2.0.3",
"djangorestframework>=3.12.4,<=3.13.1",
"djangorestframework>=3.12.4,<4",
"djangorestframework-jsonapi>=4.3.0,<=5.0.0",
"mozilla-django-oidc==1.2.4",
"pyexcel==0.6.7",
"pyexcel-xlsx==0.6.0",
"psycopg2>=2.9",
"requests==2.26.0",
"uwsgi==2.0.19.1",
"openpyxl==3.0.9",
Expand Down

0 comments on commit 0669c72

Please sign in to comment.