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

Commit e3fc8b8

Browse files
[client] Update dependency setuptools to ~=69.2.0 (#582)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 312c6e1 commit e3fc8b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python-magic-bin~=0.4.14; sys_platform == 'win32'
55
python_json_logger~=2.0.4
66
PyYAML~=6.0
77
requests~=2.31.0
8-
setuptools~=69.1.0
8+
setuptools~=69.2.0
99
filigran-sseclient~=1.0.0
1010
stix2~=3.0.1
1111
cachetools~=5.3.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install_requires =
4040
python_json_logger~=2.0.4
4141
pyyaml~=6.0
4242
requests~=2.31.0
43-
setuptools~=69.1.0
43+
setuptools~=69.2.0
4444
filigran-sseclient~=1.0.0
4545
stix2~=3.0.1
4646
cachetools~=5.3.0

0 commit comments

Comments
 (0)