sample-platform
sample-platform copied to clipboard
Bump gitpython from 3.1.32 to 3.1.40
Bumps gitpython from 3.1.32 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
@EliahKaganin gitpython-developers/GitPython#1714- Have init script clone submodules unconditionally by
@EliahKaganin 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
@EliahKaganin gitpython-developers/GitPython#1678- Make clear every test's status in every CI run by
@EliahKaganin gitpython-developers/GitPython#1679- Fix new link to license in readme by
@EliahKaganin gitpython-developers/GitPython#1680- Drop unneeded flake8 suppressions by
@EliahKaganin gitpython-developers/GitPython#1681- Update instructions and test helpers for git-daemon by
@EliahKaganin gitpython-developers/GitPython#1684- Fix Git.execute shell use and reporting bugs by
@EliahKaganin gitpython-developers/GitPython#1687- No longer allow CI to select a prerelease for 3.12 by
@EliahKaganin gitpython-developers/GitPython#1689- Clarify Git.execute and Popen arguments by
@EliahKaganin gitpython-developers/GitPython#1688- Ask git where its daemon is and use that by
@EliahKaganin gitpython-developers/GitPython#1697- Fix bugs affecting exception wrapping in rmtree callback by
@EliahKaganin gitpython-developers/GitPython#1700- Fix dynamically-set all variable by
@DeflateAwningin gitpython-developers/GitPython#1659- Fix small #1662 regression due to #1659 by
@EliahKaganin gitpython-developers/GitPython#1701- Drop obsolete info on yanking from security policy by
@EliahKaganin gitpython-developers/GitPython#1703- Have Dependabot offer submodule updates by
@EliahKaganin gitpython-developers/GitPython#1702- Bump git/ext/gitdb from
49c3178to8ec2390by@dependabotin gitpython-developers/GitPython#1704- Bump git/ext/gitdb from
8ec2390to6a22706by@dependabotin gitpython-developers/GitPython#1705- Update readme for milestone-less releasing by
@EliahKaganin gitpython-developers/GitPython#1707- Run Cygwin CI workflow commands in login shells by
@EliahKaganin gitpython-developers/GitPython#1709New Contributors
@DeflateAwningmade 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
@EliahKaganin gitpython-developers/GitPython#1654- Better document env_case test/fixture and cwd by
@EliahKaganin gitpython-developers/GitPython#1657- Remove spurious executable permissions by
@EliahKaganin gitpython-developers/GitPython#1658- Fix up checks in Makefile and make them portable by
@EliahKaganin gitpython-developers/GitPython#1661- Fix URLs that were redirecting to another license by
@EliahKaganin gitpython-developers/GitPython#1662- Assorted small fixes/improvements to root dir docs by
@EliahKaganin gitpython-developers/GitPython#1663- Use venv instead of virtualenv in test_installation by
@EliahKaganin gitpython-developers/GitPython#1664- Omit py_modules in setup by
@EliahKaganin gitpython-developers/GitPython#1665- Don't track code coverage temporary files by
@EliahKaganin gitpython-developers/GitPython#1666- Configure tox by
@EliahKaganin gitpython-developers/GitPython#1667- Format tests with black and auto-exclude untracked paths by
@EliahKaganin gitpython-developers/GitPython#1668- Upgrade and broaden flake8, fixing style problems and bugs by
@EliahKaganin gitpython-developers/GitPython#1673- Fix rollback bug in SymbolicReference.set_reference by
@EliahKaganin gitpython-developers/GitPython#1675- Remove
@NoEffectannotations by@EliahKaganin gitpython-developers/GitPython#1677
... (truncated)
Commits
44102f3prepare next release5ba2b84Merge pull request #1715 from EliahKagan/ci-submodulesa5b2fa5Merge pull request #1714 from EliahKagan/docstring-submodule-remove8ea3133Have init script clone submodules unconditionallybb48c87Don't pre-clone submodules on CI, at least for now427c177Add missing info in Submodule.remove docstring6f765a2prepare next release97c59aeMerge pull request #1709 from EliahKagan/cygwin-ci-pathfee2444Merge pull request #1707 from EliahKagan/no-milestonese8956e5Run 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 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)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.90%. Comparing base (
b99bbd4) to head (c726968). Report is 2 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #891 +/- ##
=======================================
Coverage 86.90% 86.90%
=======================================
Files 35 35
Lines 3695 3695
Branches 747 747
=======================================
Hits 3211 3211
Misses 348 348
Partials 136 136
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 86.90% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
A newer version of gitpython exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.