build(deps): bump python-magic from 0.4.20 to 0.4.21

Bumps [python-magic](https://github.com/ahupp/python-magic) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/ahupp/python-magic/releases)
- [Changelog](https://github.com/ahupp/python-magic/blob/master/CHANGELOG)
- [Commits](https://github.com/ahupp/python-magic/commits)

Signed-off-by: dependabot[bot] <support@github.com>
pull/170/head
dependabot[bot] 2021-02-17 05:45:52 +00:00 committed by GitHub
parent 4488a9a492
commit d66d79bd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -822,7 +822,7 @@ six = ">=1.5"
[[package]]
name = "python-magic"
version = "0.4.20"
version = "0.4.21"
description = "File type identification using libmagic"
category = "main"
optional = true
@ -1115,7 +1115,7 @@ misp = ["python-magic", "pydeep"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "37de2ec5219350e68a9488e3fcbbf5ddca284747633d40f874a7a5f3df577186"
content-hash = "e74a5e385f901a17698144d92f8055b14d1bb61a1973a0b930cc35c8180ba548"
[metadata.files]
aiohttp = [
@ -1740,8 +1740,8 @@ python-dateutil = [
{file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"},
]
python-magic = [
{file = "python-magic-0.4.20.tar.gz", hash = "sha256:0cc52ccad086c377b9194014e3dbf98d94b194344630172510a6a3e716b47801"},
{file = "python_magic-0.4.20-py2.py3-none-any.whl", hash = "sha256:33ce94d9395aa269a9c5fac10ae124a5fb328ebe248f36efc5a43922edee662e"},
{file = "python-magic-0.4.21.tar.gz", hash = "sha256:2fe26b15ed59118ac117caba4e64d10966298d3dca15a4802fdfc3da4c25184a"},
{file = "python_magic-0.4.21-py2.py3-none-any.whl", hash = "sha256:ea911853708f3085e905a5db0941fb256d620534970c5f8e733d81f37c360ddc"},
]
queuelib = [
{file = "queuelib-1.5.0-py2.py3-none-any.whl", hash = "sha256:ff43b5b74b9266f8df4232a8f768dc4d67281a271905e2ed4a3689d4d304cd02"},

View File

@ -49,7 +49,7 @@ pylookyloo = "^1.4"
dnspython = "^2.0.0"
pytaxonomies = "^1.3"
pymisp = {version = "^2.4.138", extras = ["url"]}
python-magic = {version = "^0.4.18", optional = true}
python-magic = {version = "^0.4.21", optional = true}
# pydeep requires libfuzzy-dev, and is only used in the MISP export module
pydeep = {version = "^0.4", optional = true}
Pillow = "^8.1.0"