farcaster-py
farcaster-py copied to clipboard
:arrow_up: Bump gitpython from 3.1.36 to 3.1.40
Bumps gitpython from 3.1.36 to 3.1.40.
Release notes
Sourced from gitpython's releases.
3.1.40 - fix downstream CI
What's Changed
- Add missing info in Submodule.remove docstring by
@EliahKagan
in gitpython-developers/GitPython#1714- Have init script clone submodules unconditionally by
@EliahKagan
in gitpython-developers/GitPython#1715Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.38...3.1.40
3.1.38
What's Changed
- Add missing assert keywords by
@EliahKagan
in gitpython-developers/GitPython#1678- Make clear every test's status in every CI run by
@EliahKagan
in gitpython-developers/GitPython#1679- Fix new link to license in readme by
@EliahKagan
in gitpython-developers/GitPython#1680- Drop unneeded flake8 suppressions by
@EliahKagan
in gitpython-developers/GitPython#1681- Update instructions and test helpers for git-daemon by
@EliahKagan
in gitpython-developers/GitPython#1684- Fix Git.execute shell use and reporting bugs by
@EliahKagan
in gitpython-developers/GitPython#1687- No longer allow CI to select a prerelease for 3.12 by
@EliahKagan
in gitpython-developers/GitPython#1689- Clarify Git.execute and Popen arguments by
@EliahKagan
in gitpython-developers/GitPython#1688- Ask git where its daemon is and use that by
@EliahKagan
in gitpython-developers/GitPython#1697- Fix bugs affecting exception wrapping in rmtree callback by
@EliahKagan
in gitpython-developers/GitPython#1700- Fix dynamically-set all variable by
@DeflateAwning
in gitpython-developers/GitPython#1659- Fix small #1662 regression due to #1659 by
@EliahKagan
in gitpython-developers/GitPython#1701- Drop obsolete info on yanking from security policy by
@EliahKagan
in gitpython-developers/GitPython#1703- Have Dependabot offer submodule updates by
@EliahKagan
in gitpython-developers/GitPython#1702- Bump git/ext/gitdb from
49c3178
to8ec2390
by@dependabot
in gitpython-developers/GitPython#1704- Bump git/ext/gitdb from
8ec2390
to6a22706
by@dependabot
in gitpython-developers/GitPython#1705- Update readme for milestone-less releasing by
@EliahKagan
in gitpython-developers/GitPython#1707- Run Cygwin CI workflow commands in login shells by
@EliahKagan
in gitpython-developers/GitPython#1709New Contributors
@DeflateAwning
made their first contribution in gitpython-developers/GitPython#1659Full Changelog: https://github.com/gitpython-developers/GitPython/compare/3.1.37...3.1.38
3.1.37 - a proper fix CVE-2023-41040
What's Changed
- Improve Python version and OS compatibility, fixing deprecations by
@EliahKagan
in gitpython-developers/GitPython#1654- Better document env_case test/fixture and cwd by
@EliahKagan
in gitpython-developers/GitPython#1657- Remove spurious executable permissions by
@EliahKagan
in gitpython-developers/GitPython#1658- Fix up checks in Makefile and make them portable by
@EliahKagan
in gitpython-developers/GitPython#1661- Fix URLs that were redirecting to another license by
@EliahKagan
in gitpython-developers/GitPython#1662- Assorted small fixes/improvements to root dir docs by
@EliahKagan
in gitpython-developers/GitPython#1663- Use venv instead of virtualenv in test_installation by
@EliahKagan
in gitpython-developers/GitPython#1664- Omit py_modules in setup by
@EliahKagan
in gitpython-developers/GitPython#1665- Don't track code coverage temporary files by
@EliahKagan
in gitpython-developers/GitPython#1666- Configure tox by
@EliahKagan
in gitpython-developers/GitPython#1667- Format tests with black and auto-exclude untracked paths by
@EliahKagan
in gitpython-developers/GitPython#1668- Upgrade and broaden flake8, fixing style problems and bugs by
@EliahKagan
in gitpython-developers/GitPython#1673- Fix rollback bug in SymbolicReference.set_reference by
@EliahKagan
in gitpython-developers/GitPython#1675- Remove
@NoEffect
annotations by@EliahKagan
in gitpython-developers/GitPython#1677
... (truncated)
Commits
44102f3
prepare next release5ba2b84
Merge pull request #1715 from EliahKagan/ci-submodulesa5b2fa5
Merge pull request #1714 from EliahKagan/docstring-submodule-remove8ea3133
Have init script clone submodules unconditionallybb48c87
Don't pre-clone submodules on CI, at least for now427c177
Add missing info in Submodule.remove docstring6f765a2
prepare next release97c59ae
Merge pull request #1709 from EliahKagan/cygwin-ci-pathfee2444
Merge pull request #1707 from EliahKagan/no-milestonese8956e5
Run Cygwin CI workflow commands in login shells- 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 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)