From 0b4d464e1bda5f383e35abfe624b60d00a9bf2ba Mon Sep 17 00:00:00 2001 From: Marko Jelavic Date: Wed, 17 Jan 2024 13:29:18 +0100 Subject: [PATCH] Testing Dependabot with a requirement constraint #2 --- .github/dependabot.yml | 2 +- requirements-package.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 802530c..6f515e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,4 +11,4 @@ updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "monthly" \ No newline at end of file diff --git a/requirements-package.in b/requirements-package.in index 1e02bd7..db491cd 100644 --- a/requirements-package.in +++ b/requirements-package.in @@ -1,2 +1,2 @@ click -numpy==1.13.3 +numpy==1.22.0