Skip to content

Commit 0669c72

Browse files
authored
Merge pull request #300 from fugal-dy/chore-upgrade-deps
chore(deps): upgrade psycopg2 to 2.9.3
2 parents 6c8126c + 58311c9 commit 0669c72

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ipython==7.16.1
1616
isort==5.10.1
1717
pdbpp==0.10.3
1818
pre_commit==2.16.0
19-
psycopg2-binary==2.8.6
19+
psycopg2-binary==2.9.3
2020
pytest==6.2.4
2121
pytest-cov==2.12.1
2222
pytest-django==4.5.2

requirements-prod.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-r requirements-base.txt
2-
psycopg2==2.8.6
2+
psycopg2==2.9.3

setup.py

+6-5
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,19 @@
3232
packages=find_packages(),
3333
install_requires=[
3434
"django~=3.2",
35-
"django-cors-headers >=3.7.0, <=3.13.1",
36-
"django-environ==0.8.1",
37-
"django-filter==21.1",
35+
"django-cors-headers>=3.7.0,<4",
36+
"django-environ<0.9",
37+
"django-filter<22",
3838
"django-generic-api-permissions==0.2.0",
39-
"django-localized-fields>=6.4,<=6.6",
39+
"django-localized-fields>=6.4,<7",
4040
"django_mptt>=0.11,<=0.13.4",
4141
"django-postgres-extra==2.0.3",
42-
"djangorestframework>=3.12.4,<=3.13.1",
42+
"djangorestframework>=3.12.4,<4",
4343
"djangorestframework-jsonapi>=4.3.0,<=5.0.0",
4444
"mozilla-django-oidc==1.2.4",
4545
"pyexcel==0.6.7",
4646
"pyexcel-xlsx==0.6.0",
47+
"psycopg2>=2.9",
4748
"requests==2.26.0",
4849
"uwsgi==2.0.19.1",
4950
"openpyxl==3.0.9",

0 commit comments

Comments
 (0)