From ed75b825f599bd0e8682cd6883bbd837f98e85a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:04:05 +0000 Subject: [PATCH] chore(deps): bump tldextract in the production-dependencies group Bumps the production-dependencies group with 1 update: [tldextract](https://github.com/john-kurkowski/tldextract). Updates `tldextract` from 5.1.2 to 5.1.3 - [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/5.1.2...5.1.3) --- updated-dependencies: - dependency-name: tldextract dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5868efb..9e1fdfd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1005,13 +1005,13 @@ files = [ [[package]] name = "tldextract" -version = "5.1.2" +version = "5.1.3" description = "Accurately separates a URL's subdomain, domain, and public suffix, using the Public Suffix List (PSL). By default, this includes the public ICANN TLDs and their exceptions. You can optionally support the Public Suffix List's private domains as well." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "tldextract-5.1.2-py3-none-any.whl", hash = "sha256:4dfc4c277b6b97fa053899fcdb892d2dc27295851ab5fac4e07797b6a21b2e46"}, - {file = "tldextract-5.1.2.tar.gz", hash = "sha256:c9e17f756f05afb5abac04fe8f766e7e70f9fe387adb1859f0f52408ee060200"}, + {file = "tldextract-5.1.3-py3-none-any.whl", hash = "sha256:78de310cc2ca018692de5ddf320f9d6bd7c5cf857d0fd4f2175f0cdf4440ea75"}, + {file = "tldextract-5.1.3.tar.gz", hash = "sha256:d43c7284c23f5dc8a42fd0fee2abede2ff74cc622674e4cb07f514ab3330c338"}, ] [package.dependencies] @@ -1022,7 +1022,7 @@ requests-file = ">=1.4" [package.extras] release = ["build", "twine"] -testing = ["black", "mypy", "pytest", "pytest-gitignore", "pytest-mock", "responses", "ruff", "syrupy", "tox", "types-filelock", "types-requests"] +testing = ["mypy", "pytest", "pytest-gitignore", "pytest-mock", "responses", "ruff", "syrupy", "tox", "tox-uv", "types-filelock", "types-requests"] [[package]] name = "typing-extensions" @@ -1343,4 +1343,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = ">=3.12" -content-hash = "5e31464005ca0b7317092d027b7116811b034602c335ec48ddd8f36226c50982" +content-hash = "c8438691b9c76bb78ad67b01b9399f4bd1ff974da2c4b3df7a9347745a4d7225" diff --git a/pyproject.toml b/pyproject.toml index c6c545e..3e0e250 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ lxml = "^5.3.0" python-multipart = "^0.0.17" # for settings form starlette = "^0.41.2" timeago = "^1.0.16" -tldextract = "^5.1.2" +tldextract = "^5.1.3" uvicorn = {version = "^0.32.0", extras = ["standard"]} valkey = {version = "^6.0.2"}