Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,11 +1,2 @@
Splunk SOAR MS Graph for SharePoint
Copyright (c) 2023 Splunk Inc.

Third-party Software Attributions:

Library: beautifulsoup4
Version: 4.10.0
License: MIT
Copyright 2004-2017 Leonard Richardson
Copyright 2004-2019 Leonard Richardson
Copyright 2018 Isaac Muse
Splunk SOAR App: MS Graph for SharePoint
Copyright (c) 2022-2025 Splunk Inc.
26 changes: 1 addition & 25 deletions msgraphforsharepoint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3958,29 +3958,5 @@
},
"versions": "EQ(*)"
}
],
"pip_dependencies": {
"wheel": [
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.10.0-py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl"
}
]
},
"pip39_dependencies": {
"wheel": [
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.10.0-py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.5-py3-none-any.whl"
}
]
}
]
}
5 changes: 4 additions & 1 deletion release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**Unreleased**

* chore(ci): update pre-commit config
* Update Python dependencies for vulnerabilities, package updates, and platform built-in removals
* Update Python dependencies for Python 3.13 support
* Update NOTICE file with updated dependencies
* Apply pre-commit fixes
Binary file removed wheels/py3/beautifulsoup4-4.10.0-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/soupsieve-2.5-py3-none-any.whl
Binary file not shown.
Loading