From 22be8dcf03d6dcffe86c8735d935ef4a4464ccfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:47:19 +0000 Subject: [PATCH 1/2] Bump pydantic from 2.7.2 to 2.7.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.2...v2.7.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f6b110cc..2da9220b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ pyasn1==0.6.0 pyasn1-modules==0.4.0 pycparser==2.22; platform_python_implementation != "PyPy" or implementation_name != "cpython" pycryptodomex==3.20.0 -pydantic==2.7.2 +pydantic==2.7.3 pydantic-core==2.18.3 pygments==2.18.0 python-crontab==3.1.0 From 59fa687768ae214b72f37be259cd402352ef3937 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 4 Jun 2024 03:40:22 -0700 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 269438fa..edc253a6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,21 @@ version: 2 updates: - - package-ecosystem: "pip" # See documentation for possible values + - package-ecosystem: "pip" directory: "/" target-branch: "dev" schedule: - interval: "weekly" + interval: "monthly" + groups: + pip: + patterns: + - "*" + - package-ecosystem: "npm" + directory: "/" + target-branch: "dev" + schedule: + interval: "monthly" + groups: + npm: + patterns: + - "*"