Skip to content

Commit bf78e6c

Browse files
authored
Merge branch 'main' into snyk-fix-4f6f610df479a51a66dce7bcd9791b40
2 parents 5a79b8b + a72a1a5 commit bf78e6c

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

nginx/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ server {
77
access_log /var/log/nginx/access.log;
88
error_log /var/log/nginx/error.log;
99

10-
client_max_body_size 300M;
10+
client_max_body_size 900M;
1111
uwsgi_connect_timeout 500;
1212
uwsgi_read_timeout 500;
1313
uwsgi_send_timeout 500;

nginx/app_tls.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ server {
1818
add_header X-Frame-Options DENY;
1919
add_header X-Content-Type-Options nosniff;
2020

21-
client_max_body_size 300M;
21+
client_max_body_size 900M;
2222
uwsgi_connect_timeout 500;
2323
uwsgi_read_timeout 500;
2424
uwsgi_send_timeout 500;

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ asttokens==2.4.1
66
beautifulsoup4==4.12.3
77
billiard==3.6.4.0
88
celery==5.2.2
9-
certifi==2024.2.2
9+
certifi==2024.7.4
1010
charset-normalizer==3.3.2
1111
click==8.1.7
1212
click-didyoumean==0.3.0
@@ -18,23 +18,23 @@ coreapi==2.3.3
1818
coreschema==0.0.4
1919
cycler==0.12.1
2020
decorator==5.1.1
21-
Django==4.1.13
21+
Django==4.2.26
2222
django-bootstrap4==3.0.1
2323
django-extensions==3.1.3
2424
django-filter==2.4.0
2525
django-fontawesome-5==1.0.18
2626
django-getenv==1.3.2
2727
django-widget-tweaks==1.4.8
28-
djangorestframework==3.12.4
28+
djangorestframework==3.15.2
2929
drf-yasg==1.20.0
3030
executing==2.0.1
31-
fonttools==4.49.0
31+
fonttools==4.61.0
3232
idna==3.7
3333
inflection==0.5.1
3434
ipython==8.22.2
3535
itypes==1.2.0
3636
jedi==0.19.1
37-
Jinja2==3.1.4
37+
Jinja2==3.1.6
3838
kiwisolver==1.4.5
3939
kombu==5.3.5
4040
lxml==5.1.0
@@ -58,7 +58,7 @@ Pygments==2.15.0
5858
pyparsing==3.1.2
5959
python-dateutil==2.9.0.post0
6060
pytz==2024.1
61-
requests==2.32.0
61+
requests==2.32.4
6262
ruamel.yaml==0.18.6
6363
ruamel.yaml.clib==0.2.8
6464
six==1.16.0
@@ -68,9 +68,9 @@ sqlparse==0.5.0
6868
stack-data==0.6.3
6969
traitlets==5.14.1
7070
uritemplate==4.1.1
71-
urllib3==2.2.2
71+
urllib3==2.6.0
7272
uWSGI==2.0.22
7373
vine==5.1.0
7474
wcwidth==0.2.13
75-
setuptools==65.5.1
76-
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
75+
zipp>=3.19.1
76+
setuptools==78.1.1

0 commit comments

Comments
 (0)