font-v
font-v copied to clipboard
Bump gitpython from 3.1.31 to 3.1.42
Bumps gitpython from 3.1.31 to 3.1.42.
Release notes
Sourced from gitpython's releases.
3.1.42
What's Changed
- Fix release link in changelog by
@PeterJCLawin gitpython-developers/GitPython#1795- Remove test dependency on sumtypes library by
@EliahKaganin gitpython-developers/GitPython#1798- Pin Sphinx plugins to compatible versions by
@EliahKaganin gitpython-developers/GitPython#1803- fix: treeNotSorted issue by
@et-repositoriesin gitpython-developers/GitPython#1799- Remove git.util.NullHandler by
@EliahKaganin gitpython-developers/GitPython#1807- Clarify why GIT_PYTHON_GIT_EXECUTABLE may be set on failure by
@EliahKaganin gitpython-developers/GitPython#1810- Report actual attempted Git command when Git.refresh fails by
@EliahKaganin gitpython-developers/GitPython#1812- Don't suppress messages when logging is not configured by
@EliahKaganin gitpython-developers/GitPython#1813- Pin Python 3.9.16 on Cygwin CI by
@EliahKaganin gitpython-developers/GitPython#1814- Have initial refresh use a logger to warn by
@EliahKaganin gitpython-developers/GitPython#1815- Omit warning prefix in "Bad git executable" message by
@EliahKaganin gitpython-developers/GitPython#1816- Test with M1 macOS CI runner by
@EliahKaganin gitpython-developers/GitPython#1817- Bump pre-commit/action from 3.0.0 to 3.0.1 by
@dependabotin gitpython-developers/GitPython#1818- Bump Vampire/setup-wsl from 2.0.2 to 3.0.0 by
@dependabotin gitpython-developers/GitPython#1819- Remove deprecated section in README.md by
@marcm-mlin gitpython-developers/GitPython#1823- Keep temp files out of project dir and improve cleanup by
@EliahKaganin gitpython-developers/GitPython#1825New Contributors
@PeterJCLawmade their first contribution in gitpython-developers/GitPython#1795@et-repositoriesmade their first contribution in gitpython-developers/GitPython#1799@marcm-mlmade their first contribution in gitpython-developers/GitPython#1823Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.41...3.1.42
3.1.41 - fix Windows security issue
The details about the Windows security issue can be found in this advisory.
Special thanks go to
@EliahKaganwho reported the issue and fixed it in a single stroke, while being responsible for an incredible amount of improvements that he contributed over the last couple of months ❤️.What's Changed
- Add
__all__in git.exc by@EliahKaganin gitpython-developers/GitPython#1719- Set submodule update cadence to weekly by
@EliahKaganin gitpython-developers/GitPython#1721- Never modify sys.path by
@EliahKaganin gitpython-developers/GitPython#1720- Bump git/ext/gitdb from
8ec2390toec58b7eby@dependabotin gitpython-developers/GitPython#1722- Revise comments, docstrings, some messages, and a bit of code by
@EliahKaganin gitpython-developers/GitPython#1725- Use zero-argument super() by
@EliahKaganin gitpython-developers/GitPython#1726- Remove obsolete note in _iter_packed_refs by
@EliahKaganin gitpython-developers/GitPython#1727- Reorganize test_util and make xfail marks precise by
@EliahKaganin gitpython-developers/GitPython#1729- Clarify license and make module top comments more consistent by
@EliahKaganin gitpython-developers/GitPython#1730- Deprecate compat.is_, rewriting all uses by
@EliahKaganin gitpython-developers/GitPython#1732- Revise and restore some module docstrings by
@EliahKaganin gitpython-developers/GitPython#1735- Make the rmtree callback Windows-only by
@EliahKaganin gitpython-developers/GitPython#1739- List all non-passing tests in test summaries by
@EliahKaganin gitpython-developers/GitPython#1740- Document some minor subtleties in test_util.py by
@EliahKaganin gitpython-developers/GitPython#1749- Always read metadata files as UTF-8 in setup.py by
@EliahKaganin gitpython-developers/GitPython#1748- Test native Windows on CI by
@EliahKaganin gitpython-developers/GitPython#1745- Test macOS on CI by
@EliahKaganin gitpython-developers/GitPython#1752- Let close_fds be True on all platforms by
@EliahKaganin gitpython-developers/GitPython#1753
... (truncated)
Commits
1f37b48prepare the next release9caf3aeMerge pull request #1825 from EliahKagan/tree-test2613421Merge pull request #1823 from marcm-ml/masterb780a8cTweak@with_rw_directoryand go back to using it0114a99Use more ligtweight approach to guarantee deletion90cf4d7Fix new PermissionError in Windows with Python 3.7dd42e38Keep temp files out of project dir and improve cleanup2671167Remove deprecated section in README.md7ba3fd2Bump Vampire/setup-wsl from 2.0.2 to 3.0.0e75ea98Bump pre-commit/action from 3.0.0 to 3.0.1- 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)