aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-21 08:07:04 +0000
committerGravatar GitHub <[email protected]>2023-05-21 08:07:04 +0000
commit217933c913caa0a5b536ebb8fb5a0f841a368ed9 (patch)
treeaa9633faef6b040cd48dcac3d6c8d88c2e612fb5 /pyproject.toml
parentMerge pull request #2598 from python-discord/dependabot/pip/pre-commit-3.3.2 (diff)
Bump tldextract from 3.4.1 to 3.4.4
Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 3.4.1 to 3.4.4. - [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md) - [Commits](https://github.com/john-kurkowski/tldextract/compare/3.4.1...3.4.4) --- updated-dependencies: - dependency-name: tldextract dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f7b49f76a..257c2033b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,7 +28,7 @@ pyyaml = "6.0"
rapidfuzz = "3.0.0"
regex = "2023.5.5"
sentry-sdk = "1.22.2"
-tldextract = "3.4.1"
+tldextract = "3.4.4"
pydantic = { version = "1.10.7", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]