chg: Bump version

pull/860/head
Raphaël Vinot 2022-09-09 13:58:32 +02:00
parent c1dbd8b0dc
commit 5b1ad0ec66
2 changed files with 6 additions and 6 deletions

8
poetry.lock generated
View File

@ -545,7 +545,7 @@ dev = ["hypothesis"]
[[package]]
name = "jsonschema"
version = "4.15.0"
version = "4.16.0"
description = "An implementation of JSON Schema validation for Python"
category = "main"
optional = false
@ -1812,7 +1812,7 @@ virustotal = ["validators"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "3e56051804693cbae738340f82a3ae9e9af54229273690f84a2d3bcf66124e42"
content-hash = "3ec49f282cb6efbe711a8aa269a67a9e69b10a04c9f9dcc5db38b8c28749f389"
[metadata.files]
alabaster = [
@ -2265,8 +2265,8 @@ json5 = [
{file = "json5-0.9.10.tar.gz", hash = "sha256:ad9f048c5b5a4c3802524474ce40a622fae789860a86f10cc4f7e5f9cf9b46ab"},
]
jsonschema = [
{file = "jsonschema-4.15.0-py3-none-any.whl", hash = "sha256:2df0fab225abb3b41967bb3a46fd37dc74b1536b5296d0b1c2078cd072adf0f7"},
{file = "jsonschema-4.15.0.tar.gz", hash = "sha256:21f4979391bdceb044e502fd8e79e738c0cdfbdc8773f9a49b5769461e82fe1e"},
{file = "jsonschema-4.16.0-py3-none-any.whl", hash = "sha256:9e74b8f9738d6a946d70705dc692b74b5429cd0960d58e79ffecfc43b2221eb9"},
{file = "jsonschema-4.16.0.tar.gz", hash = "sha256:165059f076eff6971bae5b742fc029a7b4ef3f9bcf04c14e4776a7605de14b23"},
]
jupyter-client = [
{file = "jupyter_client-7.3.5-py3-none-any.whl", hash = "sha256:b33222bdc9dd1714228bd286af006533a0abe2bbc093e8f3d29dc0b91bdc2be4"},

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "pymisp"
version = "2.4.160.1"
version = "2.4.162"
description = "Python API for MISP."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-2-Clause"
@ -44,7 +44,7 @@ include = [
python = "^3.7"
requests = "^2.28.1"
python-dateutil = "^2.8.2"
jsonschema = "^4.15.0"
jsonschema = "^4.16.0"
deprecated = "^1.2.13"
extract_msg = {version = "^0.36.3", optional = true}
RTFDE = {version = "^0.0.2", optional = true}