AICodeBot
AICodeBot copied to clipboard
Bump gitpython from 3.1.40 to 3.1.43
Bumps gitpython from 3.1.40 to 3.1.43.
Release notes
Sourced from gitpython's releases.
3.1.43
Particularly Important Changes
These are likely to affect you, please do take a careful look.
- Issue and test deprecation warnings by
@EliahKaganin gitpython-developers/GitPython#1886- Fix version_info cache invalidation, typing, parsing, and serialization by
@EliahKaganin gitpython-developers/GitPython#1838- Document manual refresh path treatment by
@EliahKaganin gitpython-developers/GitPython#1839- Improve static typing and docstrings related to git object types by
@EliahKaganin gitpython-developers/GitPython#1859Other Changes
- Test in Docker with Alpine Linux on CI by
@EliahKaganin gitpython-developers/GitPython#1826- Build online docs (RTD) with -W and dependencies by
@EliahKaganin gitpython-developers/GitPython#1843- Suggest full-path refresh() in failure message by
@EliahKaganin gitpython-developers/GitPython#1844repo.blameandrepo.blame_incrementalnow acceptNoneas therevparameter. by@Gaubbein gitpython-developers/GitPython#1846- Make sure diff always uses the default diff driver when
create_patch=Trueby@can-taslicukurin gitpython-developers/GitPython#1832- Revise docstrings, comments, and a few messages by
@EliahKaganin gitpython-developers/GitPython#1850- Expand what is included in the API Reference by
@EliahKaganin gitpython-developers/GitPython#1855- Restore building of documentation downloads by
@EliahKaganin gitpython-developers/GitPython#1856- Revise type annotations slightly by
@EliahKaganin gitpython-developers/GitPython#1860- Updating regex pattern to handle unicode whitespaces. by
@jcole-crowdstrikein gitpython-developers/GitPython#1853- Use upgraded pip in test fixture virtual environment by
@EliahKaganin gitpython-developers/GitPython#1864- lint: replace
flake8withruffcheck by@Bordain gitpython-developers/GitPython#1862- lint: switch Black with
ruff-formatby@Bordain gitpython-developers/GitPython#1865- Update readme and tox.ini for recent tooling changes by
@EliahKaganin gitpython-developers/GitPython#1868- Split tox lint env into three envs, all safe by
@EliahKaganin gitpython-developers/GitPython#1870- Slightly broaden Ruff, and update and clarify tool configuration by
@EliahKaganin gitpython-developers/GitPython#1871- Add a "doc" extra for documentation build dependencies by
@EliahKaganin gitpython-developers/GitPython#1872- Describe
Submodule.__init__parent_commit parameter by@EliahKaganin gitpython-developers/GitPython#1877- Include TagObject in git.types.Tree_ish by
@EliahKaganin gitpython-developers/GitPython#1878- Improve Sphinx role usage, including linking Git manpages by
@EliahKaganin gitpython-developers/GitPython#1879- Replace all wildcard imports with explicit imports by
@EliahKaganin gitpython-developers/GitPython#1880- Clarify how tag objects are usually tree-ish and commit-ish by
@EliahKaganin gitpython-developers/GitPython#1881New Contributors
@Gaubbemade their first contribution in gitpython-developers/GitPython#1846@can-taslicukurmade their first contribution in gitpython-developers/GitPython#1832@jcole-crowdstrikemade their first contribution in gitpython-developers/GitPython#1853@Bordamade their first contribution in gitpython-developers/GitPython#1862Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.42...3.1.43
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
... (truncated)
Commits
5364053bump version to 3.1.434e626bdMerge pull request #1886 from EliahKagan/deprecation-warningsf6060dfAdd GitMeta alias8327b45Test GitMeta aliasf92f4c3Clarify security risk in USE_SHELL doc and warningsc7675d2update security policy, to use GitHub instead of emailcf2576eMake/use test.deprecation.lib; abandon idea to filter by module7cd3aa9Make test.performance.lib docstring more specificb51b080Explain the approach in test.deprecation to static checkingbdabb21Expand USE_SHELL docstring; clarify a test usage- 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)