Skip to content

Commit 6d6ec93

Browse files
committed
Bumped version of all dependencies
1 parent 94a7aff commit 6d6ec93

12 files changed

+28
-28
lines changed

part1/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- POSTGRES_DB=perusable
99
- POSTGRES_USER=perusable
1010
- POSTGRES_PASSWORD=perusable
11-
image: postgres:13.2
11+
image: postgres:14.1
1212
ports:
1313
- "5433:5432"
1414
volumes:

part1/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.10
22

33
WORKDIR /usr/src/app
44

part1/server/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==3.1.7
2-
django-filter==2.4.0
3-
djangorestframework==3.12.2
4-
elasticsearch-dsl==7.3.0
5-
psycopg2-binary==2.8.6
1+
Django==3.2.9
2+
django-filter==21.1
3+
djangorestframework==3.12.4
4+
elasticsearch-dsl==7.4.0
5+
psycopg2-binary==2.9.2

part2/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- POSTGRES_DB=perusable
99
- POSTGRES_USER=perusable
1010
- POSTGRES_PASSWORD=perusable
11-
image: postgres:13.2
11+
image: postgres:14.1
1212
ports:
1313
- "5433:5432"
1414
volumes:

part2/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.10
22

33
WORKDIR /usr/src/app
44

part2/server/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Django==3.1.7
1+
Django==3.2.9
22
django-debug-toolbar==3.2
3-
django-filter==2.4.0
4-
djangorestframework==3.12.2
5-
elasticsearch-dsl==7.3.0
6-
psycopg2-binary==2.8.6
3+
django-filter==21.1
4+
djangorestframework==3.12.4
5+
elasticsearch-dsl==7.4.0
6+
psycopg2-binary==2.9.2

part3/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- POSTGRES_DB=perusable
99
- POSTGRES_USER=perusable
1010
- POSTGRES_PASSWORD=perusable
11-
image: postgres:13.2
11+
image: postgres:14.1
1212
ports:
1313
- "5433:5432"
1414
volumes:

part3/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.10
22

33
WORKDIR /usr/src/app
44

part3/server/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Django==3.1.7
1+
Django==3.2.9
22
django-cors-headers==3.7.0
33
django-debug-toolbar==3.2
4-
django-filter==2.4.0
5-
djangorestframework==3.12.2
6-
elasticsearch-dsl==7.3.0
7-
psycopg2-binary==2.8.6
4+
django-filter==21.1
5+
djangorestframework==3.12.4
6+
elasticsearch-dsl==7.4.0
7+
psycopg2-binary==2.9.2

part4/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
- POSTGRES_DB=perusable
99
- POSTGRES_USER=perusable
1010
- POSTGRES_PASSWORD=perusable
11-
image: postgres:13.2
11+
image: postgres:14.1
1212
ports:
1313
- "5433:5432"
1414
volumes:

part4/server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9
1+
FROM python:3.10
22

33
WORKDIR /usr/src/app
44

part4/server/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Django==3.1.7
1+
Django==3.2.9
22
django-cors-headers==3.7.0
33
django-debug-toolbar==3.2
4-
django-filter==2.4.0
5-
djangorestframework==3.12.2
6-
elasticsearch-dsl==7.3.0
4+
django-filter==21.1
5+
djangorestframework==3.12.4
6+
elasticsearch-dsl==7.4.0
77
gunicorn==20.0.4
8-
psycopg2-binary==2.8.6
8+
psycopg2-binary==2.9.2

0 commit comments

Comments
 (0)