diff --git a/poetry.lock b/poetry.lock index 973f0ca..20ab685 100644 --- a/poetry.lock +++ b/poetry.lock @@ -172,13 +172,13 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "identify" -version = "2.5.36" +version = "2.6.0" description = "File identification library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "identify-2.5.36-py2.py3-none-any.whl", hash = "sha256:37d93f380f4de590500d9dba7db359d0d3da95ffe7f9de1753faa159e71e7dfa"}, - {file = "identify-2.5.36.tar.gz", hash = "sha256:e5e00f54165f9047fbebeb4a560f9acfb8af4c88232be60a488e9b68d122745d"}, + {file = "identify-2.6.0-py2.py3-none-any.whl", hash = "sha256:e79ae4406387a9d300332b5fd366d8994f1525e8414984e1a59e058b2eda2dd0"}, + {file = "identify-2.6.0.tar.gz", hash = "sha256:cb171c685bdc31bcc4c1734698736a7d5b6c8bf2e0c15117f4d469c8640ae5cf"}, ] [package.extras] @@ -486,4 +486,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "2809704df1880b96f395da9a0d13a67d25e3f3a16cb3f7cabd68284a6e316db3" +content-hash = "dba14fc2e7bce23c693e9d9210282036948e46e876f9f69d3704b1ed9614f8ba" diff --git a/pyproject.toml b/pyproject.toml index e7697a5..f224cc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ charset-normalizer = "3.3.2" decorator = "5.1.1" distlib = "0.3.8" filelock = "3.15.4" -identify = "2.5.36" +identify = "2.6.0" idna = "3.7" importlib-metadata = "7.2.1" Markdown = "3.6"