Fix vulnerabilities

This commit is contained in:
Kristofers Solo 2023-09-09 23:52:05 +03:00
parent d981c36468
commit a4941df1a4
2 changed files with 10 additions and 10 deletions

View File

@ -1,9 +1,9 @@
Django==4.2
Pillow==9.5
fontawesomefree==6.4
mysqlclient==2.1
django-tailwind==3.6
django-search-views==0.3
gunicorn==20.1
django-jet-reboot==1.3
google-api-python-client==1.4
Django==4.2.*
Pillow==9.5.*
fontawesomefree==6.4.*
mysqlclient==2.1.*
django-tailwind==3.6.*
django-search-views==0.3.*
gunicorn==20.1.*
django-jet-reboot==1.3.*
google-api-python-client==1.4.*

View File

@ -1,2 +1,2 @@
mypy==1.3
mypy==1.3.*
ruff