Skip to content

Commit

Permalink
Bump cbapi from 1.7.10 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [cbapi](https://github.com/carbonblack/cbapi-python) from 1.7.10 to 2.0.0.
- [Release notes](https://github.com/carbonblack/cbapi-python/releases)
- [Changelog](https://github.com/carbonblack/cbapi-python/blob/master/docs/changelog.rst)
- [Commits](carbonblack/cbapi-python@1.7.10...2.0.0)

---
updated-dependencies:
- dependency-name: cbapi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 45cb3a9 commit 8d5f343
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.5
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 8d5f343

Please sign in to comment.