From d911a2ad6d20dba30e4f743130e0b022aaa8d720 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 18:55:42 +0000 Subject: [PATCH] Update dependency static3 to ^0.7.0 --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 94b8f28c..7cfacab8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3624,12 +3624,12 @@ tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"] [[package]] name = "static3" -version = "0.5.1" +version = "0.7.0" description = "A really simple WSGI way to serve static (or mixed) content." optional = false python-versions = "*" files = [ - {file = "static3-0.5.1.tar.gz", hash = "sha256:78393983482d8f41e6fcf91f3fd99c979ced088c4740c9f22835b96e6712897c"}, + {file = "static3-0.7.0.tar.gz", hash = "sha256:674641c64bc75507af2eb20bef7e7e3593dca993dec6674be108fa15b42f47c8"}, ] [package.extras] @@ -3997,4 +3997,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "5ac982b050f997d7e5086a4424361f1e2649d7a658bccd3cbdfb8cc3a023fa2b" +content-hash = "2e1a607e283a9d9ea9ce63cd52df7ab3d6a2603fb83bf6d986c8d4089ebfc016" diff --git a/pyproject.toml b/pyproject.toml index b5f2f308..d98bfd2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ redis = "^5.0.1" requests = "^2.31.0" sentry-sdk = "^1.25.1" social-auth-app-django = "^5.2.0" -static3 = "^0.5.1" +static3 = "^0.7.0" tldextract = "^5.1.1" toolz = "^0.10.0" ulid-py = "^1.1.0"