-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump gitpython from 3.1.18 to 3.1.29 #272
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.18 to 3.1.29. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.18...3.1.29) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Oct 11, 2022
Codecov Report
@@ Coverage Diff @@
## main #272 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 165 173 +8
Branches 19 20 +1
=========================================
+ Hits 165 173 +8
|
dependabot
bot
force-pushed
the
dependabot/pip/gitpython-3.1.29
branch
3 times, most recently
from
October 17, 2022 12:43
511bb47
to
a2b4f22
Compare
jdw6359
force-pushed
the
dependabot/pip/gitpython-3.1.29
branch
from
October 17, 2022 14:23
779c3f3
to
d08667a
Compare
stephanlensky
approved these changes
Oct 17, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Additional Changes Included
In addition to the proposed dependency upgrade, I modified our code to be type compatible with the return value of
git.Repo.working_dir
, which isOptional
(Couldn't determine exactly when this changed, but suspect it was between gitpython versions3.1.18
and3.1.29
Basically, all code accessing
git.Repo.working_dir
and then providing the value to apathlib
oros
operation should use the newpygitops._util.repo_working_dir
function that will raise an error when the working dir is NoneBumps gitpython from 3.1.18 to 3.1.29.
Commits
19aaa74
prepare next releasebe3400b
fix version replacement insetup.py
(#1500)dc140c0
remove package signingb6d9264
bump version to 3.1.285e3a1dc
prepare changelog0d28eaa
Merge pull request #1497 from dwapstra/git_diff_empty41003c5
Ignore empty info in diff lineb27c41a
Merge pull request #1491 from langfield/maindb392ae
Fix bug where colons in paths raise aValueError
ondiff()
calls.bec6157
Merge pull request #1485 from thehale/blame/rev-optsDependabot 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 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)