From dc363494839ff5182dca4f03a89cc25398e3cf18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:19:24 +0000 Subject: [PATCH] CI: (deps): Bump importlib-resources from 5.10.2 to 5.12.0 in /ci Bumps [importlib-resources](https://github.com/python/importlib_resources) from 5.10.2 to 5.12.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.10.2...v5.12.0) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index d675661ea8b..30e2391f152 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -importlib_resources==5.10.2 +importlib_resources==5.12.0 matplotlib==3.6.2 numpy==1.24.1 pandas==1.5.2