From 5887fa88e18320f6b2ec04ded0c041678a323bb1 Mon Sep 17 00:00:00 2001 From: Benoit Frisque Date: Thu, 19 Dec 2024 14:11:06 +0100 Subject: [PATCH 1/2] removed ignored warnings --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 773673a..9baa775 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,4 +19,3 @@ repos: rev: v1.3.1 hooks: - id: python-safety-dependencies-check - args: [--ignore, "40459,43041,44423,44426,44427,44741,44742,48040,48041,49733,50454,51340,52945,55264,53315,59293,60956,61586,62126,64976,65771,72095,72109,72110,72111,72515,72520,72521,73023,73028"] # ignoring Django vulnerability IDs From 0668e8557c65ad33f09c8126d113e5133d87c924 Mon Sep 17 00:00:00 2001 From: Benoit Frisque Date: Thu, 19 Dec 2024 14:11:21 +0100 Subject: [PATCH 2/2] removed django --- poetry.lock | 54 +------------------------------------------------- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 54 deletions(-) diff --git a/poetry.lock b/poetry.lock index 601c5c2..9a0f5ac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,22 +1,5 @@ # This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. -[[package]] -name = "asgiref" -version = "3.8.1" -description = "ASGI specs, helper code, and adapters" -optional = false -python-versions = ">=3.8" -files = [ - {file = "asgiref-3.8.1-py3-none-any.whl", hash = "sha256:3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47"}, - {file = "asgiref-3.8.1.tar.gz", hash = "sha256:c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590"}, -] - -[package.dependencies] -typing-extensions = {version = ">=4", markers = "python_version < \"3.11\""} - -[package.extras] -tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] - [[package]] name = "async-timeout" version = "5.0.1" @@ -355,26 +338,6 @@ files = [ {file = "distlib-0.3.9.tar.gz", hash = "sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403"}, ] -[[package]] -name = "django" -version = "3.2.5" -description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." -optional = false -python-versions = ">=3.6" -files = [ - {file = "Django-3.2.5-py3-none-any.whl", hash = "sha256:c58b5f19c5ae0afe6d75cbdd7df561e6eb929339985dbbda2565e1cabb19a62e"}, - {file = "Django-3.2.5.tar.gz", hash = "sha256:3da05fea54fdec2315b54a563d5b59f3b4e2b1e69c3a5841dda35019c01855cd"}, -] - -[package.dependencies] -asgiref = ">=3.3.2,<4" -pytz = "*" -sqlparse = ">=0.2.2" - -[package.extras] -argon2 = ["argon2-cffi (>=19.1.0)"] -bcrypt = ["bcrypt"] - [[package]] name = "exceptiongroup" version = "1.2.2" @@ -1347,21 +1310,6 @@ postgresql-psycopgbinary = ["psycopg[binary] (>=3.0.7)"] pymysql = ["pymysql"] sqlcipher = ["sqlcipher3_binary"] -[[package]] -name = "sqlparse" -version = "0.5.3" -description = "A non-validating SQL parser." -optional = false -python-versions = ">=3.8" -files = [ - {file = "sqlparse-0.5.3-py3-none-any.whl", hash = "sha256:cf2196ed3418f3ba5de6af7e82c694a9fbdbfecccdfc72e281548517081f16ca"}, - {file = "sqlparse-0.5.3.tar.gz", hash = "sha256:09f67787f56a0b16ecdbde1bfc7f5d9c3371ca683cfeaa8e6ff60b4807ec9272"}, -] - -[package.extras] -dev = ["build", "hatch"] -doc = ["sphinx"] - [[package]] name = "tenacity" version = "9.0.0" @@ -1574,4 +1522,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ab9ff25c87cbbcecea731ff18f64d1ff0b4222643683993c4f2bef139990fc36" +content-hash = "2988ac15095dfeb3442337fa00125c269b23a0f4e76cf904f8d0f7bbddbc682d" diff --git a/pyproject.toml b/pyproject.toml index 4d1a0ca..53cb927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,6 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -Django = "3.2.5" # Constraint from the website dash-bootstrap-components = "^1.4.1" dash-core-components = "^2.0.0" dash-html-components = "^2.0.0"