Skip to content

Commit

Permalink
chg: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed May 30, 2022
1 parent 0ea12c4 commit cd4b5d5
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 61 deletions.
104 changes: 52 additions & 52 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pymisp/__init__.py
@@ -1,4 +1,4 @@
__version__ = '2.4.157'
__version__ = '2.4.159'
import logging
import sys
import warnings
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymisp"
version = "2.4.157"
version = "2.4.159"
description = "Python API for MISP."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-2-Clause"
Expand Down Expand Up @@ -46,7 +46,7 @@ requests = "^2.27.1"
python-dateutil = "^2.8.2"
jsonschema = "^4.5.1"
deprecated = "^1.2.13"
extract_msg = {version = "^0.30.12", optional = true}
extract_msg = {version = "^0.30.13", optional = true}
RTFDE = {version = "^0.0.2", optional = true}
oletools = {version = "^0.60.1", optional = true}
python-magic = {version = "^0.4.26", optional = true}
Expand All @@ -73,12 +73,12 @@ brotli = ['urllib3']

[tool.poetry.dev-dependencies]
requests-mock = "^1.9.3"
mypy = "^0.950"
ipython = "^7.33.0"
mypy = "^0.960"
ipython = "^7.34.0"
jupyterlab = "^3.4.2"
types-requests = "^2.27.27"
types-python-dateutil = "^2.8.16"
types-redis = "^4.2.5"
types-requests = "^2.27.29"
types-python-dateutil = "^2.8.17"
types-redis = "^4.2.6"
types-Flask = "^1.1.6"
pytest-cov = "^3.0.0"

Expand Down

0 comments on commit cd4b5d5

Please sign in to comment.