From a2df2d9bf6fdcc818b18cb56cb84205c15310991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 19:40:31 +0000 Subject: [PATCH] Bump importlib-resources from 5.7.1 to 5.9.0 in /hail/python/dev Bumps [importlib-resources](https://github.com/python/importlib_resources) from 5.7.1 to 5.9.0. - [Release notes](https://github.com/python/importlib_resources/releases) - [Changelog](https://github.com/python/importlib_resources/blob/main/CHANGES.rst) - [Commits](https://github.com/python/importlib_resources/compare/v5.7.1...v5.9.0) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hail/python/dev/pinned-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hail/python/dev/pinned-requirements.txt b/hail/python/dev/pinned-requirements.txt index a1c13ad0de9..38721ed3721 100644 --- a/hail/python/dev/pinned-requirements.txt +++ b/hail/python/dev/pinned-requirements.txt @@ -94,7 +94,7 @@ importlib-metadata==3.10.1 # pre-commit # pytest # virtualenv -importlib-resources==5.7.1 +importlib-resources==5.9.0 # via jsonschema iniconfig==1.1.1 # via pytest