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 GitHub
Copyright (c) 2019-2023 Splunk Inc.

Third-party Software Attributions:

Library: beautifulsoup4
Version: 4.9.1
License: MIT
Copyright 2004-2017 Leonard Richardson
Copyright 2004-2019 Leonard Richardson
Copyright 2018 Isaac Muse
Splunk SOAR App: GitHub
Copyright (c) 2019-2025 Splunk Inc.
26 changes: 1 addition & 25 deletions github.json
Original file line number Diff line number Diff line change
Expand Up @@ -31229,29 +31229,5 @@
},
"versions": "EQ(*)"
}
],
"pip_dependencies": {
"wheel": [
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-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.9.1-py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.4.1-py3-none-any.whl"
}
]
}
]
}
7 changes: 5 additions & 2 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
**Unreleased**

* 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
* chore(ci): update pre-commit config
* Resolved app issues related to Python 3.13 upgrade
* Resolved app issues related to Python 3.13 upgrade
Binary file removed wheels/py3/beautifulsoup4-4.9.1-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.4.1-py3-none-any.whl
Binary file not shown.
Loading