Skip to content

Commit 6cd5d0d

Browse files
renovate-botsuztomodiegomarquezp
authored
deps: update dependency smmap to v5.0.2 (#3561)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [smmap](https://redirect.github.com/gitpython-developers/smmap) | `==5.0.1` -> `==5.0.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/smmap/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/smmap/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/smmap/5.0.1/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/smmap/5.0.1/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gitpython-developers/smmap (smmap)</summary> ### [`v5.0.2`](https://redirect.github.com/gitpython-developers/smmap/releases/tag/v5.0.2) [Compare Source](https://redirect.github.com/gitpython-developers/smmap/compare/v5.0.1...v5.0.2) #### What's Changed - Update CI, in line with gitdb by [@&#8203;EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/smmap/pull/53](https://redirect.github.com/gitpython-developers/smmap/pull/53) - No longer treat 3.12 as experimental on smmap CI by [@&#8203;EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/smmap/pull/54](https://redirect.github.com/gitpython-developers/smmap/pull/54) - Bump actions/setup-python from 4 to 5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/gitpython-developers/smmap/pull/55](https://redirect.github.com/gitpython-developers/smmap/pull/55) - Replace use of mktemp by [@&#8203;EliahKagan](https://redirect.github.com/EliahKagan) in [https://github.com/gitpython-developers/smmap/pull/56](https://redirect.github.com/gitpython-developers/smmap/pull/56) - Use SPDX identifier by [@&#8203;Shortfinga](https://redirect.github.com/Shortfinga) in [https://github.com/gitpython-developers/smmap/pull/57](https://redirect.github.com/gitpython-developers/smmap/pull/57) #### New Contributors - [@&#8203;dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/gitpython-developers/smmap/pull/55](https://redirect.github.com/gitpython-developers/smmap/pull/55) - [@&#8203;Shortfinga](https://redirect.github.com/Shortfinga) made their first contribution in [https://github.com/gitpython-developers/smmap/pull/57](https://redirect.github.com/gitpython-developers/smmap/pull/57) **Full Changelog**: gitpython-developers/smmap@v5.0.1...v5.0.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: Tomo Suzuki <[email protected]> Co-authored-by: Diego Marquez <[email protected]>
1 parent e924db0 commit 6cd5d0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hermetic_build/common/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pyyaml==6.0.2 \
115115
--hash=sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12 \
116116
--hash=sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4
117117
# via -r hermetic_build/common/requirements.in
118-
smmap==5.0.1 \
119-
--hash=sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \
120-
--hash=sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da
118+
smmap==5.0.2 \
119+
--hash=sha256:26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5 \
120+
--hash=sha256:b30115f0def7d7531d22a0fb6502488d879e75b260a9db4d0819cfb25403af5e
121121
# via gitdb

hermetic_build/release_note_generation/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GitPython==3.1.44 \
1616
--hash=sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110 \
1717
--hash=sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269
1818
# via -r hermetic_build/release_note_generation/requirements.in
19-
smmap==5.0.1 \
20-
--hash=sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62 \
21-
--hash=sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da
19+
smmap==5.0.2 \
20+
--hash=sha256:26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5 \
21+
--hash=sha256:b30115f0def7d7531d22a0fb6502488d879e75b260a9db4d0819cfb25403af5e
2222
# via gitdb

0 commit comments

Comments
 (0)