Skip to content

Commit

Permalink
Bump importlib-resources from 5.13.0 to 6.4.0
Browse files Browse the repository at this point in the history
Bumps [importlib-resources](https://github.com/python/importlib_resources) from 5.13.0 to 6.4.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.4.0)

---
updated-dependencies:
- dependency-name: importlib-resources
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rafalkrupinski committed Jul 2, 2024
1 parent cc160e4 commit 1bdd24f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages = [{ include = "rybak", from = "src" }]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
importlib-resources = { version = "^5", python = "<3.12" }
importlib-resources = { version = ">=5,<7", python = "<3.12" }
jinja2 = { version = "^3", optional = true }
mako = { version = "^1", optional = true }
typing-extensions = {version = "^4.9", python = "<3.10"}
Expand Down

0 comments on commit 1bdd24f

Please sign in to comment.