Optimus
Optimus copied to clipboard
Bump gitpython from 3.0.2 to 3.1.34 in /code/examples/distillation
Bumps gitpython from 3.0.2 to 3.1.34.
Release notes
Sourced from gitpython's releases.
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#1609New Contributors
@Hawk777made their first contribution in gitpython-developers/GitPython#1590@eUgEntOptIc44made their first contribution in gitpython-developers/GitPython#1603@r-darwishmade their first contribution in gitpython-developers/GitPython#1606@Beucmade their first contribution in gitpython-developers/GitPython#1609Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.31...3.1.32
3.1.31
What's Changed
- Fix Sphinx rendering errors by
@stephan-crin gitpython-developers/GitPython#1524- tests: Use
command -vinstead of third-partywhichprogram by@mgornyin gitpython-developers/GitPython#1525- fix/add allow_unsafe_* params in docstrings + fix typo by
@obfuskin gitpython-developers/GitPython#1530- use tempfile.TemporaryDirectory & fix clone_from_unsafe_protocol tests by
@obfuskin gitpython-developers/GitPython#1531- Fix some resource leaks by open file handles by
@marlambin gitpython-developers/GitPython#1532
... (truncated)
Commits
2a2ae77prepare patch release4714740Merge pull request #1639 from skshetry/close-lockfile3e829ebutil: close lockfile after opening successfullyf882cd8update instructions for how to create a release993f045prepare for next releasea1c472bMerge pull request #1619 from HageMaster3108/bugfix/use-python-builtin-open-m...70924c4Skip now permanently failing test with note on how to fix it8b75434Merge pull request #1636 from EliahKagan/cve-2023-405907611cd9Don't check form of version number94e0fb0Add a unit test for CVE-2023-40590- 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.