Skip to content

Commit cd4b5d5

Browse files
committed
chg: Bump version
1 parent 0ea12c4 commit cd4b5d5

File tree

4 files changed

+61
-61
lines changed

4 files changed

+61
-61
lines changed

poetry.lock

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pymisp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.4.157'
1+
__version__ = '2.4.159'
22
import logging
33
import sys
44
import warnings

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pymisp"
3-
version = "2.4.157"
3+
version = "2.4.159"
44
description = "Python API for MISP."
55
authors = ["Raphaël Vinot <[email protected]>"]
66
license = "BSD-2-Clause"
@@ -46,7 +46,7 @@ requests = "^2.27.1"
4646
python-dateutil = "^2.8.2"
4747
jsonschema = "^4.5.1"
4848
deprecated = "^1.2.13"
49-
extract_msg = {version = "^0.30.12", optional = true}
49+
extract_msg = {version = "^0.30.13", optional = true}
5050
RTFDE = {version = "^0.0.2", optional = true}
5151
oletools = {version = "^0.60.1", optional = true}
5252
python-magic = {version = "^0.4.26", optional = true}
@@ -73,12 +73,12 @@ brotli = ['urllib3']
7373

7474
[tool.poetry.dev-dependencies]
7575
requests-mock = "^1.9.3"
76-
mypy = "^0.950"
77-
ipython = "^7.33.0"
76+
mypy = "^0.960"
77+
ipython = "^7.34.0"
7878
jupyterlab = "^3.4.2"
79-
types-requests = "^2.27.27"
80-
types-python-dateutil = "^2.8.16"
81-
types-redis = "^4.2.5"
79+
types-requests = "^2.27.29"
80+
types-python-dateutil = "^2.8.17"
81+
types-redis = "^4.2.6"
8282
types-Flask = "^1.1.6"
8383
pytest-cov = "^3.0.0"
8484

0 commit comments

Comments
 (0)