From 5e1325bc645f5abeae76dad8da2f27fbebcb9f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 04:29:28 +0000 Subject: [PATCH] Bump numpy in /examples/bigquery-auditlog-anomaly-detection Bumps [numpy](https://github.com/numpy/numpy) from 1.20.1 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.20.1...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/bigquery-auditlog-anomaly-detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bigquery-auditlog-anomaly-detection/requirements.txt b/examples/bigquery-auditlog-anomaly-detection/requirements.txt index afb157b9233..2f6578f8963 100644 --- a/examples/bigquery-auditlog-anomaly-detection/requirements.txt +++ b/examples/bigquery-auditlog-anomaly-detection/requirements.txt @@ -1,5 +1,5 @@ voila==0.2.10 -numpy==1.20.1 +numpy==1.22.0 pandas==1.3.1 matplotlib==3.3.4 seaborn==0.11.1