From 1fca946d36ed9758e80d9ed1f9dee391d3ada94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:02:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pydantic-extra-types=20from?= =?UTF-8?q?=202.10.1=20to=202.10.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/pydantic/pydantic-extra-types/releases) - [Changelog](https://github.com/pydantic/pydantic-extra-types/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic-extra-types/compare/v2.10.1...v2.10.2) --- updated-dependencies: - dependency-name: pydantic-extra-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 43b2682..e556cf7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1189,13 +1189,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydantic-extra-types" -version = "2.10.1" +version = "2.10.2" description = "Extra Pydantic types." optional = false python-versions = ">=3.8" files = [ - {file = "pydantic_extra_types-2.10.1-py3-none-any.whl", hash = "sha256:db2c86c04a837bbac0d2d79bbd6f5d46c4c9253db11ca3fdd36a2b282575f1e2"}, - {file = "pydantic_extra_types-2.10.1.tar.gz", hash = "sha256:e4f937af34a754b8f1fa228a2fac867091a51f56ed0e8a61d5b3a6719b13c923"}, + {file = "pydantic_extra_types-2.10.2-py3-none-any.whl", hash = "sha256:9eccd55a2b7935cea25f0a67f6ff763d55d80c41d86b887d88915412ccf5b7fa"}, + {file = "pydantic_extra_types-2.10.2.tar.gz", hash = "sha256:934d59ab7a02ff788759c3a97bc896f5cfdc91e62e4f88ea4669067a73f14b98"}, ] [package.dependencies] @@ -1968,4 +1968,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "fb93b1cce32973a5457d017ffd62b3e1611e31a428ded22a73ede772f756daad" +content-hash = "e064c5b3a097a05fe6b1bdd8e3f8ad0e2f64d78c72323c9abf0155403a9c148f" diff --git a/pyproject.toml b/pyproject.toml index b2cd4a8..923cddc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ classifiers = [ python = "^3.12,<3.13" pydantic = "^2.10.5" pydantic-settings = "^2.7.1" -pydantic-extra-types = "^2.10.1" +pydantic-extra-types = "^2.10.2" email-validator = "^2.2.0" phonenumbers = "^8.13.52" python-dotenv = "^1.0.1"