Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit cf065ce

Browse files
committed
[client] Bump all dependencies
1 parent a42ae13 commit cf065ce

File tree

2 files changed

+30
-32
lines changed

2 files changed

+30
-32
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
datefinder~=0.7
2-
pika~=1.2
3-
python-magic~=0.4.24; sys_platform == 'linux' or sys_platform == 'darwin'
1+
datefinder~=0.7.3
2+
pika~=1.3.0
3+
python-magic~=0.4.27; sys_platform == 'linux' or sys_platform == 'darwin'
44
python-magic-bin~=0.4.14; sys_platform == 'win32'
5-
python_json_logger~=2.0.2
5+
python_json_logger~=2.0.4
66
PyYAML~=6.0
7-
requests>=2.25
8-
setuptools>=59.2.0
7+
requests~=2.28.1
8+
setuptools~=65.3.0
99
sseclient~=0.0.27
1010
stix2~=3.0.1

setup.cfg

Lines changed: 24 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[metadata]
22
name = pycti
33
version = attr: pycti.__version__
4-
author = OpenCTI
5-
author_email = contact@opencti.io
6-
maintainer = OpenCTI
4+
author = Filigran
5+
author_email = contact@filigran.io
6+
maintainer = Filigran
77
url = https://github.com/OpenCTI-Platform/client-python
88
description = Python API client for OpenCTI.
99
long_description = file: README.md
@@ -23,42 +23,40 @@ classifiers =
2323
Topic :: Software Development :: Libraries :: Python Modules
2424

2525
[options]
26-
python_requires = >=3.7
26+
python_requires = >=3.8
2727
packages =
2828
pycti
2929
pycti.api
3030
pycti.connector
3131
pycti.entities
3232
pycti.utils
3333
include_package_data = True
34-
# https://github.com/pypa/setuptools/issues/1951
3534
install_requires =
36-
datefinder~=0.7
37-
pika~=1.2
35+
datefinder~=0.7.3
36+
pika~=1.3.0
37+
python-magic~=0.4.27; sys_platform == "linux" or sys_platform == "darwin"
3838
python-magic-bin~=0.4.14; sys_platform == "win32"
39-
python-magic~=0.4.24; sys_platform == "linux" or sys_platform == "darwin"
40-
python_json_logger~=2.0.2
39+
python_json_logger~=2.0.4
4140
pyyaml~=6.0
42-
requests>=2.25
43-
setuptools>=59.2.0
41+
requests~=2.28.1
42+
setuptools~=65.3.0
4443
sseclient~=0.0.27
4544
stix2~=3.0.1
4645

4746
[options.extras_require]
4847
dev =
49-
black==22.3.0
50-
build>=0.7
51-
isort>=5.10
52-
ktypes-pytz>=2021.3.5
53-
pre-commit~=2.13
54-
pytest-cases~=3.6
55-
pytest-cov~=2.12
56-
pytest_randomly~=3.8
57-
pytest~=6.2
58-
types-python-dateutil>=2.8
59-
types-pytz>=2021.3.5
60-
wheel~=0.36
48+
black~=22.6.0
49+
build~=0.8.0
50+
isort~=5.10.1
51+
types-pytz~=2022.2.1.0
52+
pre-commit~=2.20.0
53+
pytest-cases~=3.6.13
54+
pytest-cov~=3.0.0
55+
pytest_randomly~=3.12.0
56+
pytest~=7.1.2
57+
types-python-dateutil~=2.8.19
58+
wheel~=0.37.1
6159
doc =
62-
autoapi~=2.0
63-
sphinx-autodoc-typehints~=1.17
64-
sphinx-rtd-theme~=1.0
60+
autoapi~=2.0.1
61+
sphinx-autodoc-typehints~=1.19.2
62+
sphinx-rtd-theme~=1.0.0

0 commit comments

Comments
 (0)