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

Bumps [python-magic](https://github.com/ahupp/python-magic) from 0.4.21 to 0.4.22.
- [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/171/head
dependabot[bot] 2021-02-18 05:38:48 +00:00 committed by GitHub
parent 8811e35cd5
commit 00199b29d0
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.21"
version = "0.4.22"
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 = "e74a5e385f901a17698144d92f8055b14d1bb61a1973a0b930cc35c8180ba548"
content-hash = "6d188a43ead9f785b7533dfdb7761cfe9d901547340f4b70c7da9a941efaded0"
[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.21.tar.gz", hash = "sha256:2fe26b15ed59118ac117caba4e64d10966298d3dca15a4802fdfc3da4c25184a"},
{file = "python_magic-0.4.21-py2.py3-none-any.whl", hash = "sha256:ea911853708f3085e905a5db0941fb256d620534970c5f8e733d81f37c360ddc"},
{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"},
]
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.21", optional = true}
python-magic = {version = "^0.4.22", 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"