Skip to content

Commit

Permalink
build(deps): bump importlib-resources from 5.0.7 to 6.0.0 in /test-e2e
Browse files Browse the repository at this point in the history
Bumps [importlib-resources](https://github.com/python/importlib_resources) from 5.0.7 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.0.7...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>
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent 6bfd84e commit db23aa4
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 95 deletions.
2 changes: 1 addition & 1 deletion test-e2e/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ kubernetes = ">=12.0.0"
pyyaml = ">=3.11"
jmespath = "*"
jinja2 = "*"
importlib-resources = {version = ">=5.0, <5.1", markers="python_version < '3.10'"}
importlib-resources = {version = ">=5.0,<6.1", markers="python_version < '3.10'"}

[dev-packages]
#[requires]
Expand Down
190 changes: 96 additions & 94 deletions test-e2e/Pipfile.lock

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

0 comments on commit db23aa4

Please sign in to comment.