diff --git a/poetry.lock b/poetry.lock index b6219a42..d1d52ff4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -670,7 +670,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "python-magic" -version = "0.4.22" +version = "0.4.24" description = "File type identification using libmagic" category = "main" optional = false @@ -933,7 +933,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "d14fca8343f5de627f9f98ef0349cb8ab62082fe254fad632c693023fc6ceb8d" +content-hash = "2048c1040410ef5e9d3f0c726e8c1db758bb8c288a9823f18fb5277d5fb6dd48" [metadata.files] aiohttp = [ @@ -1477,8 +1477,8 @@ python-http-client = [ {file = "python_http_client-3.3.2.tar.gz", hash = "sha256:67e6a7bea19b03e14dc971480d3531b80becfc203d6c69478561bf7844d52661"}, ] python-magic = [ - {file = "python-magic-0.4.22.tar.gz", hash = "sha256:ca884349f2c92ce830e3f498c5b7c7051fe2942c3ee4332f65213b8ebff15a62"}, - {file = "python_magic-0.4.22-py2.py3-none-any.whl", hash = "sha256:8551e804c09a3398790bd9e392acb26554ae2609f29c72abb0b9dee9a5571eae"}, + {file = "python-magic-0.4.24.tar.gz", hash = "sha256:de800df9fb50f8ec5974761054a708af6e4246b03b4bdaee993f948947b0ebcf"}, + {file = "python_magic-0.4.24-py2.py3-none-any.whl", hash = "sha256:4fec8ee805fea30c07afccd1592c0f17977089895bdfaae5fec870a84e997626"}, ] python-multipart = [ {file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"}, diff --git a/pyproject.toml b/pyproject.toml index 57f018bf..c86ff60a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.8" fastapi = "^0.63.0" mongoengine = "^0.23.0" fastapi-mail = "^0.3.7" -python-magic = "^0.4.22" +python-magic = "^0.4.24" requests = "^2.25.1" mongomock = "^3.22.1" oauth2client = "^4.1.3"