From b44f6cb5543248aaf03cf35cf3057dd1ee144c58 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 2 Oct 2023 22:14:49 +0200 Subject: [PATCH 1/3] Revert "Update dependabot.yml" This reverts commit de185df901a78bbb48c76eaa3b71ad08e7c5cd26. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd1ca69b..b00d57e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,17 +6,9 @@ updates: schedule: interval: "monthly" open-pull-requests-limit: 100 - groups: - python-requirements: - patterns: - - "*" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" open-pull-requests-limit: 100 - groups: - github-actions: - patterns: - - "*" From b04deb9e2332df7f797bd94a0ec412dc5b86c507 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:54:17 +0200 Subject: [PATCH 2/3] Bump phonenumbers from 8.13.20 to 8.13.22 (#339) Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.20 to 8.13.22. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.20...v8.13.22) --- updated-dependencies: - dependency-name: phonenumbers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 489810a8..c4fe2f63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ boto3 >= 1.26,< 1.29 ftfy == 6.1.1 mailchecker == 5.0.9 openpyxl == 3.1.2 -phonenumbers == 8.13.20 +phonenumbers == 8.13.22 python-dateutil == 2.8.2 python-fsutil == 0.10.0 python-slugify == 8.0.1 From 497b4599cfe99e4f1b8a002dd34c95a6fb9feac0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:56:05 +0200 Subject: [PATCH 3/3] [pre-commit.ci] pre-commit autoupdate (#335) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/pyupgrade: v3.11.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.11.0...v3.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.290...v0.0.292) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 13d018cb..3e400f7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,13 +3,13 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.11.0 + rev: v3.15.0 hooks: - id: pyupgrade args: ["--py38-plus"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.290 + rev: v0.0.292 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -26,7 +26,7 @@ repos: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: fix-encoding-pragma args: [--remove]