Skip to content

Commit 6b025e8

Browse files
authored
Merge pull request #246 from python-openapi/dependabot/pip/importlib-resources-6.0.0
Bump importlib-resources from 5.13.0 to 6.0.0
2 parents c7cd1c9 + 57a968a commit 6b025e8

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)