Commit Graph

874 Commits

Author SHA1 Message Date
pre-commit-ci[bot] eeccdca728
[pre-commit.ci] pre-commit autoupdate (#356)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.7...v0.1.9)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-27 11:09:38 +01:00
Fabio Caccamo 704ee5936e Fix calling `from_xls` passing custom options. #355 2023-12-27 11:06:42 +01:00
Fabio Caccamo daf80ddeee Update `create-release.yml` workflow: publish releases with a Trusted Publisher. 2023-12-18 19:00:50 +01:00
Fabio Caccamo c11de6477e Update test-package.yml 2023-12-12 00:02:40 +01:00
Fabio Caccamo bbe8d62dcb Replace `Black` and `isort` with `Ruff-format` 2023-12-11 23:43:42 +01:00
dependabot[bot] 81fb269054
Bump boto3 from 1.28.80 to 1.33.10 (#353)
Bumps [boto3](https://github.com/boto/boto3) from 1.28.80 to 1.33.10.
- [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.28.80...1.33.10)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 23:38:16 +01:00
dependabot[bot] 38b35c1c12
Bump mailchecker from 5.0.9 to 6.0.1 (#349)
Bumps [mailchecker](https://github.com/FGRibreau/mailchecker) from 5.0.9 to 6.0.1.
- [Changelog](https://github.com/FGRibreau/mailchecker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FGRibreau/mailchecker/compare/v5.0.9...v6.0.1)

---
updated-dependencies:
- dependency-name: mailchecker
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 23:24:08 +01:00
dependabot[bot] 94ae708e1f
Bump ftfy from 6.1.1 to 6.1.3 (#352)
Bumps [ftfy]() from 6.1.1 to 6.1.3.

---
updated-dependencies:
- dependency-name: ftfy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 23:21:15 +01:00
pre-commit-ci[bot] 7374c4befe
[pre-commit.ci] pre-commit autoupdate (#347)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.4...v0.1.6)
- [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-07 23:09:36 +01:00
github-actions[bot] cda2d7ea8d
Update pre-commit hooks. (#348)
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>
2023-12-07 23:09:26 +01:00
dependabot[bot] b2ef611b41
Bump phonenumbers from 8.13.22 to 8.13.26 (#350)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.22 to 8.13.26.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.22...v8.13.26)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 23:07:27 +01:00
Fabio Caccamo a34831f325 Revert "Unpin requirements patch version." 2023-11-08 22:49:40 +01:00
Fabio Caccamo bf8ca69cfa Update `CHANGELOG` and version. 2023-11-08 22:12:28 +01:00
Fabio Caccamo 65c7683882 Re-add `to_csv` method removed by mistake. 2023-11-08 22:02:26 +01:00
Fabio Caccamo 543ad5020c Bump requirements. 2023-11-08 22:02:22 +01:00
Fabio Caccamo 6da5c2e9ea Unpin requirements patch version. 2023-11-08 21:57:17 +01:00
Fabio Caccamo 1a023d5682 Add `from_html` method. #317 2023-11-08 21:56:01 +01:00
Fabio Caccamo 2df38c1103 Update `boto3` requirement version. 2023-11-08 21:08:37 +01:00
Fabio Caccamo db2b06bfa4 Add possibility to restrict input data sources. #287 2023-11-08 19:04:29 +01:00
Fabio Caccamo c5308777f3 Update test_issue_0039.py 2023-11-06 23:26:00 +01:00
Fabio Caccamo bdf4eaba30 Speed-up test workflow. 2023-11-06 23:10:26 +01:00
Fabio Caccamo 8486566442
Add `Python 3.12` to tests. (#342) 2023-10-31 20:37:23 +01:00
pre-commit-ci[bot] 955019b955
[pre-commit.ci] pre-commit autoupdate (#341)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.292...v0.1.3)
- [github.com/psf/black: 23.9.1 → 23.10.1](https://github.com/psf/black/compare/23.9.1...23.10.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-30 18:30:26 +01:00
github-actions[bot] 6d31a4e84a
Update pre-commit hooks. (#337)
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>
Co-authored-by: Fabio Caccamo <fabio.caccamo@gmail.com>
2023-10-17 14:05:26 +02:00
pre-commit-ci[bot] 497b4599cf
[pre-commit.ci] pre-commit autoupdate (#335)
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>
2023-10-17 13:56:05 +02:00
dependabot[bot] b04deb9e23
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 13:54:17 +02:00
Fabio Caccamo b44f6cb554 Revert "Update dependabot.yml"
This reverts commit de185df901.
2023-10-02 22:14:49 +02:00
Fabio Caccamo de185df901 Update dependabot.yml 2023-09-28 22:36:33 +02:00
Fabio Caccamo 031c523596 Update `CHANGELOG` and version. 2023-09-18 22:58:25 +02:00
pre-commit-ci[bot] 1d956d1110
[pre-commit.ci] pre-commit autoupdate (#321)
updates:
- [github.com/asottile/pyupgrade: v3.9.0 → v3.11.0](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.11.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.0.290](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.278...v0.0.290)
- [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-18 22:57:49 +02:00
github-actions[bot] 248c4eda4e
Update pre-commit hooks. (#320)
Co-authored-by: fabiocaccamo <fabiocaccamo@users.noreply.github.com>
2023-09-18 22:57:39 +02:00
dependabot[bot] 6b8e627dbb
Update coverage requirement from ==7.2.* to ==7.3.* (#324)
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/7.2.0...7.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 22:57:26 +02:00
dependabot[bot] ba6c19ce62
Update tox requirement from ==4.6.* to ==4.11.* (#329)
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/4.6.0...4.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 22:57:15 +02:00
dependabot[bot] b5e4eb6728
Bump actions/checkout from 3 to 4 (#330)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 22:56:59 +02:00
dependabot[bot] 4645644a15
Bump phonenumbers from 8.13.18 to 8.13.20 (#331)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.18 to 8.13.20.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.18...v8.13.20)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 22:56:50 +02:00
dependabot[bot] 5cf9fb2c9b
Update pre-commit requirement from ==3.3.* to ==3.4.* (#332)
Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 22:56:38 +02:00
Fabio Caccamo 4e33844d7f Fix tests for `Python 3.8`. 2023-09-18 22:54:19 +02:00
Fabio Caccamo 77eb5298b2 Update README.md 2023-09-18 22:53:53 +02:00
Fabio Caccamo 8b05daad7e Fix union with assignment operator inconsistent results (compared to `dict`). #334 2023-09-18 22:47:20 +02:00
Fabio Caccamo a80201e975 Fix `items` and `values` methods returned values type (cast to `benedict`). #333 2023-09-18 22:28:40 +02:00
Fabio Caccamo 1530a4b999 Run `precommit-auto-update` once a month. 2023-09-18 21:46:43 +02:00
Fabio Caccamo 3416d2ec32 Run `dependabot` once a month. 2023-09-18 21:13:11 +02:00
Fabio Caccamo 88f9e06b90 Update README.md 2023-09-05 18:16:38 +02:00
Edith AI 27d76331a0
Improve test coverage. (#326) 2023-08-22 22:59:04 +02:00
dependabot[bot] b50c7a4c42
Bump phonenumbers from 8.13.17 to 8.13.18 (#322)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.17 to 8.13.18.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.17...v8.13.18)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04 16:05:17 +02:00
dependabot[bot] c01c467f79
Bump phonenumbers from 8.13.16 to 8.13.17 (#319)
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.16 to 8.13.17.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.16...v8.13.17)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 17:40:02 +02:00
dependabot[bot] 34a77a6464
Bump pyyaml from 6.0 to 6.0.1 (#318)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1.
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.1)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-31 17:33:38 +02:00
Fabio Caccamo b9d16001ce
Update README.md 2023-07-24 11:20:46 +02:00
Fabio Caccamo 522642ec31
Update README.md 2023-07-24 11:16:56 +02:00
pre-commit-ci[bot] 59a0becbc6
[pre-commit.ci] pre-commit autoupdate (#316)
updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-18 09:39:51 +02:00