diff options
| author | 2023-09-07 20:09:33 -0700 | |
|---|---|---|
| committer | 2023-09-07 20:09:33 -0700 | |
| commit | 6300c08673ba180ed35acc8be2a707872fadf675 (patch) | |
| tree | 6bac98c8a59f230ad335196928ea961c4ee72ae7 /pyproject.toml | |
| parent | Merge pull request #2746 from python-discord/dependabot/pip/coverage-7.3.1 (diff) | |
Bump tldextract from 3.4.4 to 3.5.0 (#2747)
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 0ff3b4477..e5a82e6d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ python-frontmatter = "1.0.0" rapidfuzz = "3.2.0" regex = "2023.8.8" sentry-sdk = "1.30.0" -tldextract = "3.4.4" +tldextract = "3.5.0" pydantic = "2.0.3" pydantic-settings = "2.0.3" |