Skip to content

Commit cbe1637

Browse files
authored
Update dependencies (#28)
1 parent a47d0ab commit cbe1637

File tree

6 files changed

+21
-19
lines changed

6 files changed

+21
-19
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ insert_final_newline = true
66
[Makefile]
77
indent_style = tab
88

9-
[{*.iml,*.xml, *.yml, *.yaml}]
9+
[{*.iml,*.xml,*.yml,*.yaml}]
1010
indent_size = 2
1111

1212
[*.csv]

api/requirements-dev.in

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
pip-tools~=7.0.0
2-
black~=23.7.0
1+
# tool for managing python dependencies
2+
pip-tools==7.3.0
3+
4+
# code formatter
5+
black==23.9.1
36

47
-r requirements.txt

api/requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements-dev.txt --resolver=backtracking requirements-dev.in
5+
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
66
#
77
asgiref==3.6.0
88
# via
@@ -18,7 +18,7 @@ azure-storage-blob==12.13.1
1818
# via
1919
# -r requirements.txt
2020
# django-storages
21-
black==23.7.0
21+
black==23.9.1
2222
# via -r requirements-dev.in
2323
blessed==1.20.0
2424
# via -r requirements.txt
@@ -69,7 +69,7 @@ defusedxml==0.7.1
6969
# -r requirements.txt
7070
# python3-openid
7171
# social-auth-core
72-
django==4.2.3
72+
django==4.2.6
7373
# via
7474
# -r requirements.txt
7575
# django-cors-headers
@@ -97,7 +97,7 @@ django-picklefield==3.1
9797
# via
9898
# -r requirements.txt
9999
# django-q2
100-
django-q2==1.5.4
100+
django-q2==1.5.5
101101
# via -r requirements.txt
102102
django-rest-framework-tricks==0.2.14
103103
# via -r requirements.txt
@@ -194,9 +194,9 @@ pathspec==0.9.0
194194
# via black
195195
pep517==0.13.0
196196
# via build
197-
pillow==10.0.0
197+
pillow==10.0.1
198198
# via -r requirements.txt
199-
pip-tools==7.0.0
199+
pip-tools==7.3.0
200200
# via -r requirements-dev.in
201201
platformdirs==2.5.2
202202
# via black

api/requirements.in

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
django~=4.2.3
1+
django==4.2.6
22

3-
django-q2~=1.5.4
3+
django-q2==1.5.5
44
blessed~=1.20.0 # optional requirement for django-q2
55
psutil~=5.9.5 # optional requirement for django-q2
66
croniter~=1.3.15 # optional requirement for django-q2
@@ -12,7 +12,6 @@ django-filter~=23.2.0 #??
1212
django-guardian~=2.4.0 #??
1313
# django-jazzmin>~=2.6 # for deletion
1414
django-sendgrid-v5~=1.2.2
15-
django-storages~=1.13.2
1615
django-storages[azure]~=1.13.2
1716
djoser~=2.1.0
1817

@@ -29,7 +28,7 @@ gunicorn~=20.1.0
2928
inflection~=0.5.1
3029
# ipython~=8.13 # for deletion
3130
mailchimp3~=3.0.21
32-
pillow~=10.0.0
31+
pillow==10.0.1
3332
psycopg2-binary~=2.9.6
3433
pyYAML~=6.0.0
3534
requests~=2.31.0

api/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements.txt --resolver=backtracking requirements.in
5+
# pip-compile --output-file=requirements.txt requirements.in
66
#
77
asgiref==3.6.0
88
# via
@@ -45,7 +45,7 @@ defusedxml==0.7.1
4545
# via
4646
# python3-openid
4747
# social-auth-core
48-
django==4.2.3
48+
django==4.2.6
4949
# via
5050
# -r requirements.in
5151
# django-cors-headers
@@ -71,7 +71,7 @@ django-guardian==2.4.0
7171
# djangorestframework-guardian2
7272
django-picklefield==3.1
7373
# via django-q2
74-
django-q2==1.5.4
74+
django-q2==1.5.5
7575
# via -r requirements.in
7676
django-rest-framework-tricks==0.2.14
7777
# via -r requirements.in
@@ -134,7 +134,7 @@ oauthlib==3.2.0
134134
# social-auth-core
135135
openpyxl==3.1.2
136136
# via -r requirements.in
137-
pillow==10.0.0
137+
pillow==10.0.1
138138
# via -r requirements.in
139139
psutil==5.9.5
140140
# via -r requirements.in

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ services:
1616
- ./api/paul_api:/opt/paul_api/
1717
restart: on-failure
1818
ports:
19-
- 8080:80
19+
- ${PAUL_API_PORT:-8080}:80
2020
depends_on:
2121
- paul-db
2222

2323
paul-db:
2424
hostname: paul-db
2525
image: postgres:12
2626
ports:
27-
- 5434:5432
27+
- ${PAUL_DB_PORT:-5434}:5432
2828
env_file:
2929
- .env
3030
volumes:

0 commit comments

Comments
 (0)