chore(deps): update dependency pygitops to v0.18.0#41
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency pygitops to v0.18.0#41renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #41 +/- ##
=======================================
Coverage 90.98% 90.98%
=======================================
Files 12 12
Lines 233 233
Branches 19 19
=======================================
Hits 212 212
Misses 21 21 |
277e9ad to
f40b271
Compare
f40b271 to
79e6729
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.18.0Release Notes
wayfair-incubator/pygitops (pygitops)
v0.18.0Compare Source
Changed
v0.17.0Compare Source
Added
requirements.lockfor reproducible buildsrequirements-docs.txtfor documentation dependenciesverify-wheelGitHub Action to verify package installationlock-requirementsdocker-compose service for dependency managementChanged
setuptoolstohatchlingbuild systemblack,isort,flake8, andbanditwithrufffor linting and formattingpipwithuvin Docker for faster dependency managementpyproject.tomlmkdocs.ymlwith modernmkdocstringsconfigurationX | Ysyntax instead ofUnion[X, Y]Removed
.bandit,.flake8,mypy.ini,pytest.ini,.coveragerc,setup.cfg,setup.py,.bumpversion.cfg)bump_version.shscript (replaced byhyper-bump-it)lint.ymlworkflow (consolidated intomain.yml)v0.16.1Compare Source
Added
PyGitOpsWorkingDirErrorextending fromPyGitOpsError.git.Repo.working_diris None (see below).Changed
gitpythontype hint changes.gitpython==3.1.18->3.1.29,git.Repo.working_dirwas typed asOptional.osandpathliboperations rely onRepo.working_dirand expectUnion[str, os.PathLike], code touchingrepo.working_dirwas updated to comply with this difference.v0.16.0Compare Source
Added
forcearg tocheckout_pull_branch, allowing any uncommitted changes in an existing repository to be discarded. (#246)Fixed
get_default_branchnot returning the full branch name if it contains dashes or periods (#250)v0.15.0Compare Source
Changed
Calls to
Path.mkdirare now made with theexist_ok=Trueparameter, 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.0Compare Source
Added
stage_commit_push_changes, allowing users to provide keyword arguments togit push.Changed
Removed
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.