diff options
| author | 2023-04-29 13:39:49 +0000 | |
|---|---|---|
| committer | 2023-04-29 13:39:49 +0000 | |
| commit | 8d781b082c062a41d4ba5c48ff47bbfb50edd778 (patch) | |
| tree | 97d39046327032f05e5e44e29c31b254653df00c /pyproject.toml | |
| parent | Bump pip-licenses from 4.2.0 to 4.3.0 (#2560) (diff) | |
Bump tldextract from 3.4.0 to 3.4.1 (#2565)
Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/john-kurkowski/tldextract/releases)
- [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md)
- [Commits](https://github.com/john-kurkowski/tldextract/compare/3.4.0...3.4.1)
---
updated-dependencies:
- dependency-name: tldextract
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 00b282976..258cc31b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pyyaml = "6.0"  rapidfuzz = "3.0.0"  regex = "2023.3.23"  sentry-sdk = "1.20.0" -tldextract = "3.4.0" +tldextract = "3.4.1"  pydantic = { version = "1.10.7", extras = ["dotenv"]}  [tool.poetry.dev-dependencies] | 
