diff --git a/poetry.lock b/poetry.lock index 049bb5b..e68b9fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -75,13 +75,13 @@ files = [ [[package]] name = "certifi" -version = "2023.11.17" +version = "2024.2.2" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, - {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, + {file = "certifi-2024.2.2-py3-none-any.whl", hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1"}, + {file = "certifi-2024.2.2.tar.gz", hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f"}, ] [[package]] @@ -1237,4 +1237,4 @@ django-extensions = ["django-extensions", "werkzeug"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "46b9048b5d7e49d55340ae3efbc4497f9bb0563378dadd41a08ca47c7fe8093b" +content-hash = "8889137946cca5fd6859ec0fd1628367dbd1115a81022b1d0ba1aa347291952b" diff --git a/pyproject.toml b/pyproject.toml index 61ed82d..65682e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ packages = [{ include = "django_tailwind_cli", from = "src" }] [tool.poetry.dependencies] python = "^3.8.1" django = ">=3.2" -certifi = "^2023.7.22" +certifi = ">=2023.7.22,<2025.0.0" django-extensions = { version = "^3.2.1", optional = true } werkzeug = { version = "^3.0.0", optional = true }