dependabot[bot] opened a new pull request, #8500:
URL: https://github.com/apache/hbase/pull/8500

   Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 
3.1.50 to 3.1.54.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/gitpython-developers/GitPython/releases";>gitpython's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.1.54 - SECURITY</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Harden unsafe Git option validation by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2180";>gitpython-developers/GitPython#2180</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.53...3.1.54";>https://github.com/gitpython-developers/GitPython/compare/3.1.53...3.1.54</a></p>
   <h2>3.1.53 - Security</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat(submodule): add deinit method to Submodule (<a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2014";>#2014</a>)
 by <a href="https://github.com/mvanhorn";><code>@​mvanhorn</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2129";>gitpython-developers/GitPython#2129</a></li>
   <li>typing: introduce sensible basedpyright defaults by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2174";>gitpython-developers/GitPython#2174</a></li>
   <li>fix: make <code>submodule.update()</code> after 
<code>submodule.deinit()</code> work by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2175";>gitpython-developers/GitPython#2175</a></li>
   <li>Fix commit hooks respecting core.hooksPath by <a 
href="https://github.com/Siesta0217";><code>@​Siesta0217</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2159";>gitpython-developers/GitPython#2159</a></li>
   <li>fix: validate config section delimiters by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2176";>gitpython-developers/GitPython#2176</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Siesta0217";><code>@​Siesta0217</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2159";>gitpython-developers/GitPython#2159</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.52...3.1.53";>https://github.com/gitpython-developers/GitPython/compare/3.1.52...3.1.53</a></p>
   <h2>3.1.52 Security</h2>
   <p><a 
href="https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-rwj8-pgh3-r573";>https://github.com/gitpython-developers/GitPython/security/advisories/GHSA-rwj8-pgh3-r573</a>:
 Environment-variable exfiltration via os.path.expandvars() on 
Repo.clone_from() URL</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Skip cross-drive relative config test on Windows by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2171";>gitpython-developers/GitPython#2171</a></li>
   <li>fix: preserve literal clone URLs by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2172";>gitpython-developers/GitPython#2172</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.51...3.1.52";>https://github.com/gitpython-developers/GitPython/compare/3.1.51...3.1.52</a></p>
   <h2>3.1.51 - Security</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add AI-disclosure and quality requirements to the contribution 
guidelines by <a href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2143";>gitpython-developers/GitPython#2143</a></li>
   <li>docs(cmd): clarify Git.execute() string vs list command argument by <a 
href="https://github.com/mvanhorn";><code>@​mvanhorn</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2144";>gitpython-developers/GitPython#2144</a></li>
   <li>Rewrite Git.execute() command parameter docstring per <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2146";>#2146</a>
 by <a href="https://github.com/EliahKagan";><code>@​EliahKagan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2147";>gitpython-developers/GitPython#2147</a></li>
   <li>Document init script behavior with multiple master remotes by <a 
href="https://github.com/EliahKagan";><code>@​EliahKagan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2148";>gitpython-developers/GitPython#2148</a></li>
   <li>Bump git/ext/gitdb from <code>335c0f6</code> to <code>0a019a2</code> by 
<a href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in 
<a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2149";>gitpython-developers/GitPython#2149</a></li>
   <li>Support relative worktree paths (git 2.48+ worktree.useRelativePaths) by 
<a href="https://github.com/elovelan";><code>@​elovelan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2151";>gitpython-developers/GitPython#2151</a></li>
   <li>Defer xfail condition evaluation with xfail_if_raises context manager by 
<a href="https://github.com/elovelan";><code>@​elovelan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2153";>gitpython-developers/GitPython#2153</a></li>
   <li>Run more submodule tests on Cygwin (fix flaky xfails) by <a 
href="https://github.com/EliahKagan";><code>@​EliahKagan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2154";>gitpython-developers/GitPython#2154</a></li>
   <li>Cut xtrace noise from POSIX-ownership diagnostic steps by <a 
href="https://github.com/EliahKagan";><code>@​EliahKagan</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2156";>gitpython-developers/GitPython#2156</a></li>
   <li>Support index diffs against the empty tree by <a 
href="https://github.com/puneetdixit200";><code>@​puneetdixit200</code></a> in 
<a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2155";>gitpython-developers/GitPython#2155</a></li>
   <li>refactor: seperate out Progress type by <a 
href="https://github.com/LoeschMaximilian";><code>@​LoeschMaximilian</code></a> 
in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2157";>gitpython-developers/GitPython#2157</a></li>
   <li>Bump <a 
href="https://github.com/astral-sh/ruff-pre-commit";>https://github.com/astral-sh/ruff-pre-commit</a>
 from v0.15.12 to 0.15.15 in the pre-commit group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2160";>gitpython-developers/GitPython#2160</a></li>
   <li>Bump actions/checkout from 6 to 7 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2164";>gitpython-developers/GitPython#2164</a></li>
   <li>Bump git/ext/gitdb from <code>0a019a2</code> to <code>4950ea9</code> by 
<a href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in 
<a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2165";>gitpython-developers/GitPython#2165</a></li>
   <li>Bump <a 
href="https://github.com/astral-sh/ruff-pre-commit";>https://github.com/astral-sh/ruff-pre-commit</a>
 from v0.15.15 to 0.15.20 in the pre-commit group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2166";>gitpython-developers/GitPython#2166</a></li>
   <li>Add Commit.is_shallow property; document stats() limitation at shallow 
boundary by <a 
href="https://github.com/harshitayadavv";><code>@​harshitayadavv</code></a> in 
<a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2167";>gitpython-developers/GitPython#2167</a></li>
   <li>Allow relative config paths with includes by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2169";>gitpython-developers/GitPython#2169</a></li>
   <li>Reject abbreviated forms of unsafe git options by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/gitpython-developers/GitPython/pull/2168";>gitpython-developers/GitPython#2168</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/e59d9bab02b095a97e179f47019afee95f4e3c18";><code>e59d9ba</code></a>
 prepare next release</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/a4dc70d4eec15825aac2dfd7484c961f6fc8491b";><code>a4dc70d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2180";>#2180</a>
 from gitpython-developers/single-char-kwarg</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/1d51b891d7f236044a6aa17498ec682b63dad6e6";><code>1d51b89</code></a>
 fix: guard diff output options</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/ffcb5359e87619f4fe4a70a4aff5f08c5580ba97";><code>ffcb535</code></a>
 fix: reject unsafe clone templates</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/e8d0fbf774d1f6baa3b481adfe48bd262e43b453";><code>e8d0fbf</code></a>
 fix: validate split short-option values</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/faf3c09038b03bc2bdd8545ef34bbf6d7f1cd11f";><code>faf3c09</code></a>
 prepare for security fix</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/6a5eb6a53407cfd7964447fa417d73a7ab32e700";><code>6a5eb6a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2176";>#2176</a>
 from gitpython-developers/fix-config-injection</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/1ed1b924f4e2d2ee7bab296df77b978af21853f1";><code>1ed1b92</code></a>
 fix: validate config section delimiters</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/354eb2fc505042d2f4cd913783b689bce6c49fd3";><code>354eb2f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/gitpython-developers/GitPython/issues/2159";>#2159</a>
 from Siesta0217/fix-core-hooks-path-commit-hooks</li>
   <li><a 
href="https://github.com/gitpython-developers/GitPython/commit/9bc287a2b1eb331b6051d2ba704a603c3e0ddc6f";><code>9bc287a</code></a>
 Address review feedback about hook resolution</li>
   <li>Additional commits viewable in <a 
href="https://github.com/gitpython-developers/GitPython/compare/3.1.50...3.1.54";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gitpython&package-manager=pip&previous-version=3.1.50&new-version=3.1.54)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/hbase/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to