Skip to content

Commit c573bfc

Browse files
authored
Merge pull request #45 from pamelafox/main
Update PG version for workflow
2 parents 9befa29 + a8b19de commit c573bfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python_version: ["3.8", "3.9", "3.10", "3.11"]
1818
services:
1919
postgres:
20-
image: postgres:11
20+
image: postgres:12
2121
env:
2222
POSTGRES_PASSWORD: postgres
2323
ports:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==4.1.7
1+
Django==4.2.1
22
psycopg2-binary==2.9.5
33
python-dotenv==1.0.0
44
whitenoise==6.4.0

0 commit comments

Comments
 (0)