From 15d8a45c923cc466262e84c6bd103fcf4f125779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 02:32:24 +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 66690160..35351d77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3623,12 +3623,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] @@ -3996,4 +3996,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11.0" -content-hash = "28bc4521d0fb715b0a75d59a561fc1b795b15f92e521569328d83ae83346d85d" +content-hash = "74effdaa6f0c1729f5eedf789159b5c46f94b8c69e48ee07156480405520db4a" diff --git a/pyproject.toml b/pyproject.toml index afc0360e..56b66072 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"