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

Commit b07747f

Browse files
[client] Update dependency setuptools to ~=68.2.1 (#451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90d2a96 commit b07747f

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~=68.1.0
8+
setuptools~=68.2.1
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
@@ -39,7 +39,7 @@ install_requires =
3939
python_json_logger~=2.0.4
4040
pyyaml~=6.0
4141
requests~=2.31.0
42-
setuptools~=68.1.0
42+
setuptools~=68.2.1
4343
filigran-sseclient~=1.0.0
4444
stix2~=3.0.1
4545
cachetools~=5.3.0

0 commit comments

Comments
 (0)