From b09ac6a3f72acb45ad94c44c66283530dfcc006e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 12 Feb 2023 10:52:02 +0000
Subject: [PATCH] Bump numpy

Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 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.19.5...v1.22.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .../recommender-system-using-association-rules/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/machine-learning/recommender-system-using-association-rules/requirements.txt b/machine-learning/recommender-system-using-association-rules/requirements.txt
index 7528beee..2e178067 100644
--- a/machine-learning/recommender-system-using-association-rules/requirements.txt
+++ b/machine-learning/recommender-system-using-association-rules/requirements.txt
@@ -1,6 +1,6 @@
 pandas==1.1.5
 mlxtend==0.14.0
-numpy==1.19.5
+numpy==1.22.0
 seaborn==0.11.1
 matplotlib==3.2.2
 matplotlib-inline==0.1.3