Skip to content

Commit edd3178

Browse files
authored
Merge branch 'main' into dependabot/pip/psycopg2-binary-2.9.6
2 parents c46aff3 + c573bfc commit edd3178

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.6
33
python-dotenv==1.0.0
44
whitenoise==6.4.0

0 commit comments

Comments
 (0)