Skip to content

Commit

Permalink
build(deps): update dependency importlib-metadata to v8.5.0 (main) (#…
Browse files Browse the repository at this point in the history
…1944)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[importlib-metadata](https://redirect.github.com/python/importlib_metadata)
| `==8.2.0` -> `==8.5.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/importlib-metadata/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/importlib-metadata/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/importlib-metadata/8.2.0/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/importlib-metadata/8.2.0/8.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>python/importlib_metadata (importlib-metadata)</summary>

###
[`v8.5.0`](https://redirect.github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0)

[Compare
Source](https://redirect.github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0)

###
[`v8.4.0`](https://redirect.github.com/python/importlib_metadata/compare/v8.3.0...v8.4.0)

[Compare
Source](https://redirect.github.com/python/importlib_metadata/compare/v8.3.0...v8.4.0)

###
[`v8.3.0`](https://redirect.github.com/python/importlib_metadata/compare/v8.2.0...v8.3.0)

[Compare
Source](https://redirect.github.com/python/importlib_metadata/compare/v8.2.0...v8.3.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/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.

---

- [ ] <!-- 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/canonical/charmcraft).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 9b710f2 commit 6bb6199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ httplib2==0.22.0
humanize==4.10.0
hypothesis==6.112.2
idna==3.10
importlib-metadata==8.2.0
importlib-metadata==8.5.0
iniconfig==2.0.0
isort==5.13.2
jaraco-classes==3.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker==7.1.0
httplib2==0.22.0
humanize==4.10.0
idna==3.10
importlib-metadata==8.2.0
importlib-metadata==8.5.0
jaraco-classes==3.4.0
jeepney==0.8.0
jinja2==3.1.4
Expand Down

0 comments on commit 6bb6199

Please sign in to comment.