We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d42f5 commit 4597ab3Copy full SHA for 4597ab3
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- "--profile"
9
- "black"
10
- repo: https://github.com/psf/black
11
- rev: 22.1.0
+ rev: 22.3.0
12
hooks:
13
- id: black
14
- repo: https://github.com/adrienverge/yamllint
pycti/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = "5.2.3"
+__version__ = "5.2.4"
3
4
from .api.opencti_api_client import OpenCTIApiClient
5
from .api.opencti_api_connector import OpenCTIApiConnector
setup.cfg
@@ -46,7 +46,7 @@ install_requires =
46
47
[options.extras_require]
48
dev =
49
- black==22.1.0
+ black==22.3.0
50
build>=0.7
51
isort>=5.10
52
ktypes-pytz>=2021.3.5
0 commit comments