Created by: dependabot[bot]
Bumps gitpython from 3.1.30 to 3.1.35.
Release notes
Sourced from gitpython's releases.
3.1.35 - a fix for CVE-2023-41040
What's Changed
- Bump actions/checkout from 3 to 4 by
@dependabotin gitpython-developers/GitPython#1643- Fix 'Tree' object has no attribute '_name' when submodule path is normal path by
@CosmosAtlasin gitpython-developers/GitPython#1645- Fix CVE-2023-41040 by
@facutuescain gitpython-developers/GitPython#1644- Only make config more permissive in tests that need it by
@EliahKaganin gitpython-developers/GitPython#1648- Added test for PR #1645 submodule path by
@CosmosAtlasin gitpython-developers/GitPython#1647- Fix Windows environment variable upcasing bug by
@EliahKaganin gitpython-developers/GitPython#1650New Contributors
@CosmosAtlasmade their first contribution in gitpython-developers/GitPython#1645@facutuescamade their first contribution in gitpython-developers/GitPython#1644Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.34...3.1.35
3.1.34 - fix resource leaking
What's Changed
- util: close lockfile after opening successfully by
@skshetryin gitpython-developers/GitPython#1639New Contributors
@skshetrymade their first contribution in gitpython-developers/GitPython#1639Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.33...3.1.34
v3.1.33 - with security fix
What's Changed
- WIP Quick doc by
@LeoDaCodain gitpython-developers/GitPython#1608- Partial clean up wrt mypy and black by
@bodograumannin gitpython-developers/GitPython#1617- Disable merge_includes in config writers by
@bodograumannin gitpython-developers/GitPython#1618- feat: full typing for "progress" parameter in Repo class by
@madebylydiain gitpython-developers/GitPython#1634- Fix CVE-2023-40590 by
@EliahKaganin gitpython-developers/GitPython#1636- #1566 Creating a lock now uses python built-in "open()" method to work arou… by
@HageMaster3108in gitpython-developers/GitPython#1619New Contributors
@LeoDaCodamade their first contribution in gitpython-developers/GitPython#1608@bodograumannmade their first contribution in gitpython-developers/GitPython#1617@EliahKaganmade their first contribution in gitpython-developers/GitPython#1636@HageMaster3108made their first contribution in gitpython-developers/GitPython#1619Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.33
v3.1.32 - with another security update
What's Changed
- Bump cygwin/cygwin-install-action from 3 to 4 by
@dependabotin gitpython-developers/GitPython#1572- Fix up the commit trailers functionality by
@itsluketwistin gitpython-developers/GitPython#1576- Name top-level exceptions as private variables by
@Hawk777in gitpython-developers/GitPython#1590- fix pypi long description by
@eUgEntOptIc44in gitpython-developers/GitPython#1603- Don't rely on del by
@r-darwishin gitpython-developers/GitPython#1606- Block insecure non-multi options in clone/clone_from by
@Beucin gitpython-developers/GitPython#1609
... (truncated)
Commits
-
c8e303fprepare next release -
09e1b3dMerge pull request #1650 from EliahKagan/envcase -
8017421Merge pull request #1647 from CosmosAtlas/master -
fafb4f6updated docs to better describe testing procedure with new repo -
9da24d4add test for submodule path not owned by submodule case -
eebdb25Eliminate duplication of git.util.cwd logic -
c7fad20Fix Windows env var upcasing regression -
7296e5cMake test helper script a file, for readability -
d88372aAdd test for Windows env var upcasing regression -
11839abMerge pull request #1648 from EliahKagan/file-protocol - Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.