Skip to content

Commit 57a968a

Browse files
Bump importlib-resources from 5.13.0 to 6.0.0
Bumps [importlib-resources](https://github.com/python/importlib_resources) from 5.13.0 to 6.0.0. - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst) - [Commits](python/importlib_resources@v5.13.0...v6.0.0) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c7cd1c9 commit 57a968a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 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
@@ -54,7 +54,7 @@ include = [
5454
jsonschema = "^4.18.0"
5555
openapi-schema-validator = "^0.6.0"
5656
python = "^3.8.0"
57-
importlib-resources = {version = "^5.8.0", python = "<3.9" }
57+
importlib-resources = {version = ">=5.8,<7.0", python = "<3.9" }
5858
jsonschema-spec = "^0.2.3"
5959
lazy-object-proxy = "^1.7.1"
6060

0 commit comments

Comments
 (0)