From 7dc341f19306a6358bb15d5ebeb2ef5f6e529dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 13:09:59 +0000 Subject: [PATCH] CI: (deps): Bump importlib-resources from 5.10.1 to 5.10.2 in /ci Bumps [importlib-resources](https://github.com/python/importlib_resources) from 5.10.1 to 5.10.2. - [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.1...v5.10.2) --- updated-dependencies: - dependency-name: importlib-resources dependency-type: direct:production update-type: version-update:semver-patch ... 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 73d3a44d129..889602bc3d6 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ -importlib_resources==5.10.1 +importlib_resources==5.10.2 matplotlib==3.6.2 numpy==1.24.0 pandas==1.5.2