From 923502d1251190c28156505d1645d66bc6b4e081 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:02:58 +0100 Subject: [PATCH 1/5] Update pre-commit hooks. (#384) Co-authored-by: fabiocaccamo <1035294+fabiocaccamo@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2964c2d..d8f0e65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: args: ["--py38-plus"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.0 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] From f01fecb67133d6a160a89162326803e854f32fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:42:30 +0100 Subject: [PATCH 2/5] Bump python-dateutil from 2.8.2 to 2.9.0 (#389) Bumps [python-dateutil](https://github.com/dateutil/dateutil) from 2.8.2 to 2.9.0. - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.2...2.9.0) --- updated-dependencies: - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-minor ... 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 caa1c87..8972acb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ftfy == 6.1.3 mailchecker == 6.0.1 openpyxl == 3.1.2 phonenumbers == 8.13.29 -python-dateutil == 2.8.2 +python-dateutil == 2.9.0 python-fsutil == 0.13.1 python-slugify == 8.0.3 pyyaml == 6.0.1 From 7c1ba6c08f0b9db90968e658517cfe378f166d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:42:42 +0100 Subject: [PATCH 3/5] Bump boto3 from 1.34.32 to 1.34.53 (#386) Bumps [boto3](https://github.com/boto/boto3) from 1.34.32 to 1.34.53. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.34.32...1.34.53) --- updated-dependencies: - dependency-name: boto3 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 8972acb..9974156 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4 == 4.12.3 -boto3 == 1.34.32 +boto3 == 1.34.53 ftfy == 6.1.3 mailchecker == 6.0.1 openpyxl == 3.1.2 From dd2a2e3e0ba409566f0720e0dfb0755e2e32ddde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:42:55 +0100 Subject: [PATCH 4/5] Bump python-slugify from 8.0.3 to 8.0.4 (#385) Bumps [python-slugify](https://github.com/un33k/python-slugify) from 8.0.3 to 8.0.4. - [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md) - [Commits](https://github.com/un33k/python-slugify/compare/v8.0.3...v8.0.4) --- updated-dependencies: - dependency-name: python-slugify 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 9974156..4b28603 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ openpyxl == 3.1.2 phonenumbers == 8.13.29 python-dateutil == 2.9.0 python-fsutil == 0.13.1 -python-slugify == 8.0.3 +python-slugify == 8.0.4 pyyaml == 6.0.1 requests == 2.31.0 toml == 0.10.2 From 28b64321b56260b2e229b1d7ec14e7e85d1ecac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 18:46:30 +0100 Subject: [PATCH 5/5] Bump phonenumbers from 8.13.29 to 8.13.31 (#387) Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.29 to 8.13.31. - [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.29...v8.13.31) --- 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> Co-authored-by: Fabio Caccamo --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b28603..44566e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ boto3 == 1.34.53 ftfy == 6.1.3 mailchecker == 6.0.1 openpyxl == 3.1.2 -phonenumbers == 8.13.29 +phonenumbers == 8.13.31 python-dateutil == 2.9.0 python-fsutil == 0.13.1 python-slugify == 8.0.4