chg: Bump deps

pull/251/head
Raphaël Vinot 2021-08-17 12:14:03 +02:00
parent 021f53716b
commit 248e1f5fb2
2 changed files with 10 additions and 10 deletions

18
poetry.lock generated
View File

@ -785,7 +785,7 @@ python-versions = "*"
[[package]]
name = "pygments"
version = "2.9.0"
version = "2.10.0"
description = "Pygments is a syntax highlighting package written in Python."
category = "dev"
optional = false
@ -875,15 +875,15 @@ requests = ">=2.26.0,<3.0.0"
[[package]]
name = "pytaxonomies"
version = "1.3"
version = "1.4.1"
description = "Python API for the taxonomies."
category = "main"
optional = false
python-versions = ">=3.6,<4.0"
[package.extras]
remote = ["requests (>=2.22.0,<3.0.0)"]
webui = ["flask-nav (>=0.6,<0.7)", "Flask (>=1.1.1,<2.0.0)", "Flask-Bootstrap (>=3.3.7,<4.0.0)", "Flask-WTF (>=0.14.3,<0.15.0)"]
remote = ["requests (>=2.26.0,<3.0.0)"]
webui = ["flask-nav (>=0.6,<0.7)", "Flask (>=2.0,<3.0)", "Flask-Bootstrap (>=3.3.7.1,<4.0.0.0)", "Flask-WTF (>=0.15.1,<0.16.0)"]
[[package]]
name = "python-dateutil"
@ -1276,7 +1276,7 @@ misp = ["python-magic", "pydeep"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "2f05a53f1867a39d8decf575a7e5535485bb462158367eaf25d6ef17dbd57b73"
content-hash = "efd7bef4d1e6340496c2b11007391c70519999197a39c953e7f8f5d92991f2a5"
[metadata.files]
aiohttp = [
@ -1888,8 +1888,8 @@ pyfaup = [
{file = "pyfaup-1.2.tar.gz", hash = "sha256:5648bc3ebd80239aec927aedfc218c3a6ff36de636cc53822bfeb70b0869b1e7"},
]
pygments = [
{file = "Pygments-2.9.0-py3-none-any.whl", hash = "sha256:d66e804411278594d764fc69ec36ec13d9ae9147193a1740cd34d272ca383b8e"},
{file = "Pygments-2.9.0.tar.gz", hash = "sha256:a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f"},
{file = "Pygments-2.10.0-py3-none-any.whl", hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380"},
{file = "Pygments-2.10.0.tar.gz", hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6"},
]
pylookyloo = [
{file = "pylookyloo-1.7.0-py3-none-any.whl", hash = "sha256:909092fbfbcae202d00bb1d987414ef9dd860059354f510e1c767903abdb239a"},
@ -1934,8 +1934,8 @@ pysanejs = [
{file = "pysanejs-1.5.tar.gz", hash = "sha256:67f3e7b3a8b60ba5c9bcda84129dcea7180ee1db7bb96090f630be904b9e7ec1"},
]
pytaxonomies = [
{file = "pytaxonomies-1.3-py3-none-any.whl", hash = "sha256:c3c698d2b4030580a4f4ee251a56e816670d678ad433f059920a15792cdf9850"},
{file = "pytaxonomies-1.3.tar.gz", hash = "sha256:c03658aec15b8783f871634b95d8dfde204990ddd6c548f1fa18a1e1f3e3eb36"},
{file = "pytaxonomies-1.4.1-py3-none-any.whl", hash = "sha256:a7996a02c20148cf78e565d578d4faa38df8ad168e35d8a11011a9624b1f07ba"},
{file = "pytaxonomies-1.4.1.tar.gz", hash = "sha256:b4894a1dae4740ead323c0b7b7f19e4f24f9a676bb0709af0ed6f920eba79abf"},
]
python-dateutil = [
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},

View File

@ -50,7 +50,7 @@ pysanejs = "^1.5"
har2tree = "^1.7.1"
pylookyloo = "^1.7"
dnspython = "^2.1.0"
pytaxonomies = "^1.3"
pytaxonomies = "^1.4.1"
pymisp = {version = "^2.4.148", extras = ["url"]}
python-magic = {version = "^0.4.22", optional = true}
# pydeep requires libfuzzy-dev, and is only used in the MISP export module