tighten security

This commit is contained in:
2022-04-02 08:37:47 +01:00
parent 8f0eb5d23c
commit 82981482df
7 changed files with 171 additions and 151 deletions

View File

@@ -3,7 +3,7 @@ line_length = 119
[tool.poetry]
name = "cbwebreader"
version = "0.4.1"
version = "0.4.2"
description = "CBR/Z Web Reader"
authors = ["ajurna <ajurna@gmail.com>"]
license = "Creative Commons Attribution-ShareAlike 4.0 International License"
@@ -14,8 +14,8 @@ Django = "^3.2.11"
gunicorn = "^20.0.4"
django-recaptcha2 = "^1.4.1"
dj-database-url = "^0.5.0"
python-dotenv = "^0.19.2"
loguru = "^0.5.3"
python-dotenv = "^0.20.0"
loguru = "^0.6.0"
django-silk = "^4.1.0"
mysqlclient = "^2.0.1"
psycopg2 = "^2.8.6"
@@ -25,15 +25,15 @@ django-extensions = "^3.1.3"
Pillow = "^9.0.0"
django-imagekit = "^4.0.2"
PyMuPDF = "~1.18"
django-bootstrap4 = "^21.1"
django-bootstrap4 = "^22.1"
django-csp = "^3.7"
django-boost = "^1.7.2"
django-boost = "^2.0"
django-sri = "^0.3.0"
django-node-assets = "^0.9.9"
django-permissions-policy = "^4.9.0"
[tool.poetry.dev-dependencies]
mypy = "^0.910"
mypy = "^0.942"
Werkzeug = "<2.1"
pyOpenSSL = "^22.0.0"