We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a3268 commit 62a9df6Copy full SHA for 62a9df6
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
2
3
services:
4
request-broker-db:
5
- image: postgres:10.4
+ image: postgres:14.4
6
environment:
7
- POSTGRES_USER=postgres # name of the application database user
8
- POSTGRES_PASSWORD=postgres # name of the application database user
requirements.in
@@ -1,5 +1,5 @@
1
ArchivesSnake~=0.9
-Django~=4.0.9
+Django~=4.1
django-cors-headers~=3.12
django-csp~=3.7
djangorestframework~=3.13
requirements.txt
@@ -16,7 +16,7 @@ certifi==2022.12.7
16
# via requests
17
charset-normalizer==3.0.1
18
19
-django==4.0.9
+django==4.1.7
20
# via
21
# -r requirements.in
22
# django-cors-headers
0 commit comments