File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ asttokens==2.4.1
66beautifulsoup4 == 4.12.3
77billiard == 3.6.4.0
88celery == 5.2.2
9- certifi == 2024.2.2
9+ certifi == 2024.7.4
1010charset-normalizer == 3.3.2
1111click == 8.1.7
1212click-didyoumean == 0.3.0
@@ -18,23 +18,23 @@ coreapi==2.3.3
1818coreschema == 0.0.4
1919cycler == 0.12.1
2020decorator == 5.1.1
21- Django == 4.1.13
21+ Django == 4.2.26
2222django-bootstrap4 == 3.0.1
2323django-extensions == 3.1.3
2424django-filter == 2.4.0
2525django-fontawesome-5 == 1.0.18
2626django-getenv == 1.3.2
2727django-widget-tweaks == 1.4.8
28- djangorestframework == 3.12.4
28+ djangorestframework == 3.15.2
2929drf-yasg == 1.20.0
3030executing == 2.0.1
31- fonttools == 4.49 .0
31+ fonttools == 4.61 .0
3232idna == 3.7
3333inflection == 0.5.1
3434ipython == 8.22.2
3535itypes == 1.2.0
3636jedi == 0.19.1
37- Jinja2 == 3.1.4
37+ Jinja2 == 3.1.6
3838kiwisolver == 1.4.5
3939kombu == 5.3.5
4040lxml == 5.1.0
@@ -58,7 +58,7 @@ Pygments==2.15.0
5858pyparsing == 3.1.2
5959python-dateutil == 2.9.0.post0
6060pytz == 2024.1
61- requests == 2.32.0
61+ requests == 2.32.4
6262ruamel.yaml == 0.18.6
6363ruamel.yaml.clib == 0.2.8
6464six == 1.16.0
@@ -68,9 +68,9 @@ sqlparse==0.5.0
6868stack-data == 0.6.3
6969traitlets == 5.14.1
7070uritemplate == 4.1.1
71- urllib3 == 2.2.2
71+ urllib3 == 2.6.0
7272uWSGI == 2.0.22
7373vine == 5.1.0
7474wcwidth == 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
You can’t perform that action at this time.
0 commit comments