Skip to content

Commit

Permalink
Merge pull request #268 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Update Django and Postgres
  • Loading branch information
helrond authored Feb 16, 2023
2 parents 1e47f95 + cf15e0b commit 56c5508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
request-broker-db:
image: postgres:10.4
image: postgres:14.4
environment:
- POSTGRES_USER=postgres # name of the application database user
- POSTGRES_PASSWORD=postgres # name of the application database user
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ArchivesSnake~=0.9
Django~=4.0.9
Django~=4.1
django-cors-headers~=3.12
django-csp~=3.7
djangorestframework~=3.13
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
# via requests
django==4.0.9
django==4.1.7
# via
# -r requirements.in
# django-cors-headers
Expand Down

0 comments on commit 56c5508

Please sign in to comment.