Skip to content

Commit

Permalink
Merge pull request #185 from redcanaryco/dependabot/pip/cbapi-2.0.0
Browse files Browse the repository at this point in the history
Bump cbapi from 1.7.10 to 2.0.0
  • Loading branch information
TreWilkinsRC authored Oct 29, 2024
2 parents c7f8c1e + 97f191c commit 3dea5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
click~=8.0.4
requests~=2.32.3
cbapi~=1.7.10
cbapi~=2.0.0
setuptools~=75.2.0
tqdm~=4.66.6
carbon-black-cloud-sdk~=1.5.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def find_scripts():
'Programming Language :: Python',
],
install_requires=[
'cbapi==1.7.10', 'click', 'requests', 'tqdm', 'carbon-black-cloud-sdk'
'cbapi==2.0.0', 'click', 'requests', 'tqdm', 'carbon-black-cloud-sdk'
],
extras_require={
"sigma": [
Expand Down

0 comments on commit 3dea5f5

Please sign in to comment.