Skip to content

Commit 21c1b1e

Browse files
[client] Update dependency prometheus-client to ~=0.19.0 (OpenCTI-Platform#496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 14ffe41 commit 21c1b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ setuptools~=69.0.2
99
filigran-sseclient~=1.0.0
1010
stix2~=3.0.1
1111
cachetools~=5.3.0
12-
prometheus-client~=0.18.0
12+
prometheus-client~=0.19.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install_requires =
3535
datefinder~=0.7.3
3636
pika~=1.3.1
3737
python-magic~=0.4.27; sys_platform == "linux" or sys_platform == "darwin"
38-
prometheus-client~=0.18.0
38+
prometheus-client~=0.19.0
3939
python-magic-bin~=0.4.14; sys_platform == "win32"
4040
python_json_logger~=2.0.4
4141
pyyaml~=6.0

0 commit comments

Comments
 (0)