URL: http://github.com/python-validators/validators/pull/424.patch
pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, @@ -1469,7 +1454,7 @@ name = "typing-extensions" version = "4.12.2" requires_python = ">=3.8" summary = "Backported and Experimental Type Hints for Python 3.8+" -groups = ["docs-online", "sast"] +groups = ["docs-online"] marker = "python_version < \"3.10\"" files = [ {file = "typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d"}, @@ -1555,18 +1540,6 @@ files = [ {file = "watchdog-4.0.1.tar.gz", hash = "sha256:eebaacf674fa25511e8867028d281e602ee6500045b57f43b08778082f7f8b44"}, ] -[[package]] -name = "wheel" -version = "0.43.0" -requires_python = ">=3.8" -summary = "A built-package format for Python" -groups = ["docs-online"] -marker = "python_version < \"3.9\"" -files = [ - {file = "wheel-0.43.0-py3-none-any.whl", hash = "sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81"}, - {file = "wheel-0.43.0.tar.gz", hash = "sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"}, -] - [[package]] name = "zipp" version = "3.19.2" diff --git a/pyproject.toml b/pyproject.toml index 48e04bfc..9c1566bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules", ] -requires-python = ">=3.8" +requires-python = ">=3.9" dynamic = ["version"] dependencies = [] @@ -116,7 +116,7 @@ exclude = [ ".venv.dev/", "site/", ] -pythonVersion = "3.8" +pythonVersion = "3.9" pythonPlatform = "All" typeCheckingMode = "strict" @@ -144,7 +144,7 @@ lint.select = [ "D", ] line-length = 100 -target-version = "py38" +target-version = "py39" extend-exclude = ["**/__pycache__", ".pytest_cache", "site"] [tool.ruff.lint.isort] @@ -163,7 +163,7 @@ legacy_tox_ini = """ [tox] requires = tox>=4 -env_list = lint, type, format, sast, py{38,39,310,311,312} +env_list = lint, type, format, sast, py{39,310,311,312,313} [testenv:lint] description = ruff linter diff --git a/src/validators/__init__.py b/src/validators/__init__.py index daa31f21..c4701d66 100644 --- a/src/validators/__init__.py +++ b/src/validators/__init__.py @@ -112,4 +112,4 @@ "validator", ) -__version__ = "0.34.0" +__version__ = "0.35.0"Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: