Skip to content

Commit 0ad9c26

Browse files
Bump gitpython from 2.0.8 to 3.1.30 in /docs (#58)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 2.0.8 to 3.1.30. <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>v3.1.30 - with important security fixes</h2> <p>See <a href="https://github-redirect.dependabot.com/gitpython-developers/GitPython/issues/1515">gitpython-developers/GitPython#1515</a> for details.</p> <h2>3.1.20</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gitpython-developers/GitPython/commit/141cd651e459bff8919798b3ccf03dfa167757f6"><code>141cd65</code></a> adjust changelog prior to release</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/678a8fe08dd466fcfe8676294b52887955138960"><code>678a8fe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gitpython-developers/GitPython/issues/1521">#1521</a> from stsewd/block-insecure-options</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/ae6a6e4b088a35c0fc7b17940722c8a515f7bee7"><code>ae6a6e4</code></a> Fix type hint on create_tag</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/5bce9b4f7fc825d8bcd450325e6dda78c49f0ca0"><code>5bce9b4</code></a> Document PushInfoList</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/f4f2658d5d308b3fb9162e50cd4c7b346e7a0a47"><code>f4f2658</code></a> Updates from review</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/9dc43926207b2205d77511c6ffd40944199f0c2d"><code>9dc4392</code></a> Submodule tests</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/c8ae33b9314a7d3716827b5cb705a3cd0a2e4a46"><code>c8ae33b</code></a> More tests</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/b92f01a3a38fc8e171d08575c69de9733811faa6"><code>b92f01a</code></a> Update/add tests for Repo.clone*</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/fd2c6da5f82009398d241dc07603fbcd490ced29"><code>fd2c6da</code></a> Updates from review</li> <li><a href="https://github.com/gitpython-developers/GitPython/commit/e6108c7997f5c8f7361b982959518e982b973230"><code>e6108c7</code></a> Block unsafe options and protocols by default</li> <li>Additional commits viewable in <a href="https://github.com/gitpython-developers/GitPython/compare/2.0.8...3.1.30">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=2.0.8&new-version=3.1.30)](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 will merge this PR once CI passes on it, as requested by @nicolasbarra. [//]: # (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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/lyft/omnibot/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Barra <[email protected]>
1 parent 2de49b5 commit 0ad9c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r ../requirements3.txt
2-
GitPython==2.0.8
2+
GitPython==3.1.30
33
Jinja2==2.11.3
44
MarkupSafe==1.1.1
55
Pygments==2.7.4

0 commit comments

Comments
 (0)