Skip to content

Commit b359a90

Browse files
chore(deps): bump importlib-metadata from 8.5.0 to 8.7.0 (pyca#12816)
* chore(deps): bump importlib-metadata from 8.5.0 to 8.7.0 Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.5.0 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.5.0...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] <[email protected]> * Update ci-constraints-requirements.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Kehrer <[email protected]>
1 parent d38825d commit b359a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-constraints-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ importlib-metadata==8.5.0 ; python_full_version == '3.8.*'
100100
# build
101101
# pytest-randomly
102102
# sphinx
103-
importlib-metadata==8.6.1 ; python_full_version >= '3.9' and python_full_version < '3.10.2'
103+
importlib-metadata==8.7.0 ; python_full_version >= '3.9' and python_full_version < '3.10.2'
104104
# via
105105
# build
106106
# pytest-randomly

0 commit comments

Comments
 (0)