Skip to content

Commit 4b85a97

Browse files
committed
Bump psycopg
The earlist supported Django version 4.2 recommends using psycopg>=3.1.8 https://docs.djangoproject.com/en/4.2/ref/databases/#postgresql-notes
1 parent 1660c22 commit 4b85a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/requirements-optionals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ django-filter
55
django-guardian>=2.4.0,<2.5
66
inflection==0.5.1
77
markdown>=3.3.7
8-
psycopg2-binary>=2.9.5,<2.10
8+
psycopg[binary]>=3.1.8
99
pygments~=2.17.0
1010
pyyaml>=5.3.1,<5.4

0 commit comments

Comments
 (0)