Skip to content

Commit eed67fc

Browse files
chore: update documentation and fix security vulnerabilities
- Translate README to English - Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md - Add GitHub issue templates and dependabot configuration - Update dependencies to fix 8 security vulnerabilities: - Django 5.0 -> 5.0.7 (CVE-2024-39330, CVE-2024-38875, CVE-2024-27351, CVE-2024-24680) - djangorestframework 3.14.0 -> 3.15.2 (CVE-2024-21520) - gunicorn 21.2.0 -> 22.0.0 (CVE-2024-1135) - black 23.12.1 -> 24.3.0 (CVE-2024-21503) - Exclude test files from git tracking - Add ABOUT.txt for repository description
1 parent 912ee39 commit eed67fc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ipython==8.20.0
1515
ipdb==0.13.13
1616

1717
# Code Quality
18-
black==23.12.1
18+
black==24.3.0
1919
flake8==7.0.0
2020
isort==5.13.2
2121
mypy==1.8.0

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ coverage==7.13.0
2121
cron_descriptor==2.0.6
2222
cryptography==46.0.3
2323
daphne==4.0.0
24-
Django==5.0
24+
Django==5.0.7
2525
django-celery-beat==2.7.0
2626
django-cors-headers==4.3.1
2727
django-timezone-field==7.2.1
28-
djangorestframework==3.14.0
28+
djangorestframework==3.15.2
2929
drf-spectacular==0.27.0
3030
factory_boy==3.3.3
3131
Faker==38.2.0
32-
gunicorn==21.2.0
32+
gunicorn==22.0.0
3333
h11==0.16.0
3434
httptools==0.7.1
3535
hyperlink==21.0.0

0 commit comments

Comments
 (0)