Skip to content

Commit 22b8614

Browse files
build(deps): bump importlib-metadata from 4.13.0 to 6.1.0
Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 4.13.0 to 6.1.0. - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/CHANGES.rst) - [Commits](python/importlib_metadata@v4.13.0...v6.1.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d07f9b commit 22b8614

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rdfgraphisomorphism = 'rdflib.tools.graphisomorphism:main'
4242
python = "^3.7"
4343
isodate = "^0.6.0"
4444
pyparsing = ">=2.1.0,<4"
45-
importlib-metadata = {version = "^4.0.0", python = ">=3.7,<3.8"}
45+
importlib-metadata = {version = ">=4,<7", python = ">=3.7,<3.8"}
4646
berkeleydb = {version = "^18.1.0", optional = true}
4747
networkx = {version = "^2.0.0", optional = true}
4848
html5lib = {version = "^1.0", optional = true}

0 commit comments

Comments
 (0)