Skip to content

Commit 20d22c6

Browse files
committed
Merge remote-tracking branch 'upstream/main' into gmt-pinned-versions
* upstream/main: Bump psycopg to 3.2
2 parents 9078e14 + fade9b1 commit 20d22c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==5.1.6
1+
Django==5.1.7
22
django-dotenv==1.4.2
33
wagtail==6.4.1
44
wagtail-font-awesome-svg>=1,<2

requirements/production.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
elasticsearch==5.5.3
33
# Additional dependencies for Heroku, AWS, and Google Cloud deployment
44
uwsgi==2.0.17
5-
psycopg[binary]==3.1.0
5+
psycopg[binary]==3.2.2
66
whitenoise==6.6.0
77
boto3==1.37.0
88
google-cloud-storage==2.13.0
99
django-storages==1.14.2
1010
# For retrieving credentials and signing requests to Elasticsearch
1111
aws-requests-auth==0.4.3
1212
django-redis==5.4.0
13-
django-basic-auth-ip-whitelist==0.7.0
13+
django-basic-auth-ip-whitelist==0.7

0 commit comments

Comments
 (0)