Skip to content

Commit 3ffca42

Browse files
chore(deps): update poetry (#1967)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update | |---|---|---|---|---|---| | [mkdocs-material](https://redirect.github.com/squidfunk/mkdocs-material) ([changelog](https://squidfunk.github.io/mkdocs-material/changelog/)) | `9.7.0` → `9.7.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/mkdocs-material/9.7.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mkdocs-material/9.7.0/9.7.1?slim=true) | dev | patch | | pytest-splunk-addon | `6.0.0` → `6.3.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pytest-splunk-addon/6.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pytest-splunk-addon/6.0.0/6.3.0?slim=true) | dev | minor | | [python](https://redirect.github.com/containerbase/python-prebuild) | `>=3.9,<3.14` → `>=3.14,<3.15` | ![age](https://developer.mend.io/api/mc/badges/age/github-releases/containerbase%2fpython-prebuild/3.14.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/containerbase%2fpython-prebuild/3.13.11/3.14.2?slim=true) | dependencies | minor | | [splunk-appinspect](https://dev.splunk.com/goto/appinspectdownload) | `4.1.0` → `4.1.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/splunk-appinspect/4.1.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/splunk-appinspect/4.1.0/4.1.2?slim=true) | extras | patch | --- ### Release Notes <details> <summary>squidfunk/mkdocs-material (mkdocs-material)</summary> ### [`v9.7.1`](https://redirect.github.com/squidfunk/mkdocs-material/releases/tag/9.7.1): mkdocs-material-9.7.1 [Compare Source](https://redirect.github.com/squidfunk/mkdocs-material/compare/9.7.0...9.7.1) - Updated requests to 2.30+ to mitigate CVE in urllib - Fixed privacy plugin not picking up protocol-relative URLs - Fixed [#&#8203;8542](https://redirect.github.com/squidfunk/mkdocs-material/issues/8542): false positives and negatives captured in privacy plugin </details> <details> <summary>containerbase/python-prebuild (python)</summary> ### [`v3.14.2`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.14.2) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.14.1...3.14.2) ##### Bug Fixes - **deps:** update dependency python to v3.14.2 ### [`v3.14.1`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.14.1) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.14.0...3.14.1) ##### Bug Fixes - **deps:** update dependency python to v3.14.1 ### [`v3.14.0`](https://redirect.github.com/containerbase/python-prebuild/releases/tag/3.14.0) [Compare Source](https://redirect.github.com/containerbase/python-prebuild/compare/3.13.11...3.14.0) ##### Bug Fixes - **deps:** update dependency python to v3.14.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 2 weeks on Sunday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/splunk/addonfactory-ucc-generator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kkedziak-splunk <[email protected]>
1 parent ec83987 commit 3ffca42

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"enabled": false
3737
},
3838
{
39-
"description": "Ignore Python version updates",
39+
"description": "Ignore Python version updates in pyproject.toml",
4040
"matchManagers": ["poetry"],
41-
"matchPackageNames": ["python"],
41+
"matchDepNames": ["python"],
4242
"enabled": false
4343
},
4444
{

0 commit comments

Comments
 (0)