Skip to content

Commit

Permalink
chg: Bump version, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Sep 15, 2023
1 parent ba0a1ac commit e20a9c7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 48 deletions.
86 changes: 42 additions & 44 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.4.175'
__version__ = '2.4.176'
import logging
import sys
import warnings
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymisp"
version = "2.4.175"
version = "2.4.176"
description = "Python API for MISP."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-2-Clause"
Expand Down Expand Up @@ -53,7 +53,7 @@ python-magic = {version = "^0.4.27", optional = true}
pydeep2 = {version = "^0.5.1", optional = true}
lief = {version = "^0.13.2", optional = true}
beautifulsoup4 = {version = "^4.12.2", optional = true}
validators = {version = "^0.21.2", optional = true}
validators = {version = "^0.22.0", optional = true}
sphinx-autodoc-typehints = {version = "^1.24.0", optional = true}
recommonmark = {version = "^0.7.1", optional = true}
reportlab = {version = "^4.0.4", optional = true}
Expand Down Expand Up @@ -82,7 +82,7 @@ ipython = [
{version = "<8.13.0", python = "<3.9"},
{version = "^8.13.0", python = ">=3.9"}
]
jupyterlab = "^4.0.5"
jupyterlab = "^4.0.6"
types-requests = "^2.31.0.2"
types-python-dateutil = "^2.8.19.14"
types-redis = "^4.6.0.6"
Expand Down

0 comments on commit e20a9c7

Please sign in to comment.