File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 4
4
docker_build :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v2
7
+ - uses : actions/checkout@v3
8
8
- name : Build docker
9
9
run : docker-compose build
10
10
- name : Type check
28
28
# needed because the postgres container does not provide a healthcheck
29
29
options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
30
30
steps :
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v3
32
32
- name : Fetch history, because Heroku deploy fails otherwise.
33
- uses : actions/setup-python@v2
33
+ uses : actions/setup-python@v4
34
34
with :
35
35
python-version : 3.10.2
36
36
- name : Install dependencies
51
51
needs : build
52
52
if : github.ref == 'refs/heads/master'
53
53
steps :
54
- - uses : actions/checkout@v2
54
+ - uses : actions/checkout@v3
55
55
with :
56
56
fetch-depth : " 0"
57
57
- name : Deploy to Heroku
Original file line number Diff line number Diff line change 1
- Django==3.2.14
2
- django-environ==0.8.1
1
+ Django==4.0.6
2
+ django-environ==0.9.0
3
3
psycopg2==2.9.3
4
4
djangorestframework==3.13.1
5
5
6
6
celery==5.2.6
7
7
django-celery-results==2.3.1
8
- django-celery-beat==2.2.1
8
+ django-celery-beat==2.3.0
9
9
10
10
whitenoise==6.1.0
11
11
12
- django-filter==21 .1
12
+ django-filter==22 .1
13
13
django-extensions==3.1.5
14
14
django-cors-headers==3.12.0
15
15
django-storages==1.12.3
16
16
17
17
drf-jwt==1.19.2
18
18
19
- boto3==1.23.0
19
+ boto3==1.24.27
20
20
attrs==21.4.0
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ pytest==7.1.2
4
4
pytest-django==4.5.2
5
5
6
6
factory-boy==3.2.1
7
- Faker==13.11.1
7
+ Faker==13.15.0
8
8
9
9
flake8==4.0.1
10
10
11
11
ipdb==0.13.9
12
12
ipython==8.3.0
13
13
14
- mypy==0.942
15
- django-stubs==1.10.1
16
- djangorestframework-stubs==1.5 .0
17
- boto3-stubs==1.23.0
14
+ mypy==0.961
15
+ django-stubs==1.12.0
16
+ djangorestframework-stubs==1.7 .0
17
+ boto3-stubs==1.24.27
Original file line number Diff line number Diff line change 1
1
-r base.txt
2
2
3
3
gunicorn==20.1.0
4
- sentry-sdk==1.5.12
4
+ sentry-sdk==1.7.0
You can’t perform that action at this time.
0 commit comments