chore(deps): update dependency pygitops to v0.16.1 #41
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.
This PR contains the following updates:
==0.13.2
->==0.16.1
Release Notes
wayfair-incubator/pygitops (pygitops)
v0.16.1
Compare Source
Added
PyGitOpsWorkingDirError
extending fromPyGitOpsError
.git.Repo.working_dir
is None (see below).Changed
gitpython
type hint changes.gitpython==3.1.18
->3.1.29
,git.Repo.working_dir
was typed asOptional
.os
andpathlib
operations rely onRepo.working_dir
and expectUnion[str, os.PathLike]
, code touchingrepo.working_dir
was updated to comply with this difference.v0.16.0
Compare Source
Added
force
arg tocheckout_pull_branch
, allowing any uncommitted changes in an existing repository to be discarded. (#246)Fixed
get_default_branch
not returning the full branch name if it contains dashes or periods (#250)v0.15.0
Compare Source
Changed
Calls to
Path.mkdir
are now made with theexist_ok=True
parameter, eliminating a race condition when multiple workers are attempting to create the same directory.Bump bandit from 1.7.1 to 1.7.2
Bump mkdocs-material from 8.1.2 to 8.1.8
Bump actions/checkout from 2 to 3
Bump actions/setup-python from 2 to 3.1.1
Bump actions/upload-artifact from 2 to 3
Bump mypy from 0.931 to 0.950
v0.14.0
Compare Source
Added
stage_commit_push_changes
, allowing users to provide keyword arguments togit push
.Changed
Removed
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.