-
Notifications
You must be signed in to change notification settings - Fork 326
Bump importlib-metadata from 8.6.1 to 8.7.0 #7104
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/importlib-metadata-8.7.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7104 +/- ##
==========================================
- Coverage 59.91% 58.74% -1.18%
==========================================
Files 342 342
Lines 31467 31237 -230
==========================================
- Hits 18855 18351 -504
- Misses 12612 12886 +274 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jenshnielsen
approved these changes
Apr 28, 2025
jenshnielsen
approved these changes
Apr 29, 2025
6da0566
to
4ea5ba3
Compare
jenshnielsen
approved these changes
Apr 30, 2025
4ea5ba3
to
5de72cf
Compare
jenshnielsen
approved these changes
May 2, 2025
jenshnielsen
approved these changes
May 5, 2025
5de72cf
to
8d6e247
Compare
jenshnielsen
approved these changes
May 7, 2025
8d6e247
to
cb5e091
Compare
jenshnielsen
approved these changes
May 9, 2025
cb5e091
to
32ab850
Compare
jenshnielsen
approved these changes
May 12, 2025
@dependabot rebase |
32ab850
to
e26cb27
Compare
jenshnielsen
approved these changes
May 13, 2025
jenshnielsen
approved these changes
May 14, 2025
e26cb27
to
00da675
Compare
jenshnielsen
approved these changes
May 16, 2025
jenshnielsen
approved these changes
May 19, 2025
jenshnielsen
approved these changes
May 20, 2025
jenshnielsen
approved these changes
May 20, 2025
jenshnielsen
approved these changes
May 21, 2025
jenshnielsen
approved these changes
May 22, 2025
00da675
to
bfe29b7
Compare
jenshnielsen
approved these changes
May 23, 2025
jenshnielsen
approved these changes
May 26, 2025
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.6.1 to 8.7.0. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v8.6.1...v8.7.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
bfe29b7
to
f9d332e
Compare
jenshnielsen
approved these changes
May 27, 2025
jenshnielsen
approved these changes
May 28, 2025
jenshnielsen
approved these changes
May 30, 2025
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.
Bumps importlib-metadata from 8.6.1 to 8.7.0.
Changelog
Sourced from importlib-metadata's changelog.
Commits
708dff4
Finalizeb3065f0
Merge pull request #519 from python/bugfix/493-metadata-missinge4351c2
Add a new test capturing the new expectation.5a65705
Refactor the casting into a wrapper for brevity and to document its purpose.0830c39
Add news fragment.22bb567
Fix type errors where metadata could be None.57f31d7
Allow metadata to return None when there is no metadata present.b9c4be4
Merge pull request #518 from python/bugfix/488-bad-ep-value9f8af01
Prefer a cached property, as the property is likely to be retrieved at least ...f179e28
Also raise ValueError on construction if the value is invalid.You can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)