From 0859c3d3cea041f55810a72df613c6352b1d6b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 4 Aug 2022 18:03:42 +0200 Subject: [PATCH] chg: Bump version, deps --- poetry.lock | 8 ++++---- pymisp/__init__.py | 2 +- pymisp/data/misp-objects | 2 +- pyproject.toml | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 879a6eb..7444d92 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1639,7 +1639,7 @@ types-urllib3 = "<1.27" [[package]] name = "types-urllib3" -version = "1.26.21" +version = "1.26.22" description = "Typing stubs for urllib3" category = "dev" optional = false @@ -1787,7 +1787,7 @@ virustotal = ["validators"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "470f0f4666d7b19a17170e0afe70e0cc7b6a9f3d3289a15886a8272a89fb81b2" +content-hash = "1af03e6ae8d5c7c438815e7731ec94c5280a0c4107e253ec762b6550f2f2a681" [metadata.files] alabaster = [ @@ -2873,8 +2873,8 @@ types-requests = [ {file = "types_requests-2.28.7-py3-none-any.whl", hash = "sha256:38015d310d13cf7d4d712d2507178349e13fd5dab85259dab7d9a9884c2c9c2a"}, ] types-urllib3 = [ - {file = "types-urllib3-1.26.21.tar.gz", hash = "sha256:2f7fb7ae6a1884241e588c7becd5f005ce1e03f6eface8a3f65e378c2adf9516"}, - {file = "types_urllib3-1.26.21-py3-none-any.whl", hash = "sha256:2f960d8681002a37385263c372882fd12c676e10b127553738a2b6064e4438d1"}, + {file = "types-urllib3-1.26.22.tar.gz", hash = "sha256:b05af90e73889e688094008a97ca95788db8bf3736e2776fd43fb6b171485d94"}, + {file = "types_urllib3-1.26.22-py3-none-any.whl", hash = "sha256:09a8783e1002472e8d1e1f3792d4c5cca1fffebb9b48ee1512aae6d16fe186bc"}, ] types-werkzeug = [ {file = "types-Werkzeug-1.0.9.tar.gz", hash = "sha256:5cc269604c400133d452a40cee6397655f878fc460e03fde291b9e3a5eaa518c"}, diff --git a/pymisp/__init__.py b/pymisp/__init__.py index 85c533d..4153eda 100644 --- a/pymisp/__init__.py +++ b/pymisp/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.4.159' +__version__ = '2.4.160' import logging import sys import warnings diff --git a/pymisp/data/misp-objects b/pymisp/data/misp-objects index ec00217..66a9b8e 160000 --- a/pymisp/data/misp-objects +++ b/pymisp/data/misp-objects @@ -1 +1 @@ -Subproject commit ec00217098c20cdbb801fed3a785b0e80649cbc1 +Subproject commit 66a9b8eee70ce3ac7ff5f2225cd7f78fe4630143 diff --git a/pyproject.toml b/pyproject.toml index 2cb1ed3..2d491a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymisp" -version = "2.4.159" +version = "2.4.160" description = "Python API for MISP." authors = ["Raphaƫl Vinot "] license = "BSD-2-Clause" @@ -44,7 +44,7 @@ include = [ python = "^3.7" requests = "^2.28.1" python-dateutil = "^2.8.2" -jsonschema = "^4.9.0" +jsonschema = "^4.9.1" deprecated = "^1.2.13" extract_msg = {version = "^0.36.1", optional = true} RTFDE = {version = "^0.0.2", optional = true} @@ -77,9 +77,9 @@ requests-mock = "^1.9.3" mypy = "^0.971" ipython = "^7.34.0" jupyterlab = "^3.4.4" -types-requests = "^2.28.6" +types-requests = "^2.28.7" types-python-dateutil = "^2.8.19" -types-redis = "^4.3.12" +types-redis = "^4.3.13" types-Flask = "^1.1.6" pytest-cov = "^3.0.0"