diff --git a/poetry.lock b/poetry.lock index 4cf3852..e7587a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -613,14 +613,14 @@ files = [ [[package]] name = "identify" -version = "2.6.9" +version = "2.6.12" description = "File identification library for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "identify-2.6.9-py2.py3-none-any.whl", hash = "sha256:c98b4322da415a8e5a70ff6e51fbc2d2932c015532d77e9f8537b4ba7813b150"}, - {file = "identify-2.6.9.tar.gz", hash = "sha256:d40dfe3142a1421d8518e3d3985ef5ac42890683e32306ad614a29490abeb6bf"}, + {file = "identify-2.6.12-py2.py3-none-any.whl", hash = "sha256:ad9672d5a72e0d2ff7c5c8809b62dfa60458626352fb0eb7b55e69bdc45334a2"}, + {file = "identify-2.6.12.tar.gz", hash = "sha256:d8de45749f1efb108badef65ee8386f0f7bb19a7f26185f74de6367bffbaf0e6"}, ] [package.extras] @@ -1751,4 +1751,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "8e0d508f55d043009f21a984e368b604de6cc8cc0b288e6c602c318cb9855409" +content-hash = "cdb1549c5a929466eb2207d428cc3429aa2cb7447baa4ef48946217f8e944bf2" diff --git a/pyproject.toml b/pyproject.toml index dac37af..5f6d261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ werkzeug = "^3.1.3" requests = "^2.32.4" identity = "^0.9.2" python-dotenv = "^1.0.1" -identify = "^2.6.8" +identify = "^2.6.12" flask-wtf = "^1.2.2" flask-limiter = "^3.10.1" redis = "^5.2.1"