From 5750a6da2f25de673d1cb6d88febc34bb6e92cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:03:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pydantic-extra-types=20from?= =?UTF-8?q?=202.10.0=20to=202.10.1?= 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.0 to 2.10.1. - [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.0...v2.10.1) --- updated-dependencies: - dependency-name: pydantic-extra-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 05508a5..979d00a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1194,13 +1194,13 @@ typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0" [[package]] name = "pydantic-extra-types" -version = "2.10.0" +version = "2.10.1" description = "Extra Pydantic types." optional = false python-versions = ">=3.8" files = [ - {file = "pydantic_extra_types-2.10.0-py3-none-any.whl", hash = "sha256:b19943914e6286548254f5079d1da094e9c0583ee91a8e611e9df24bfd07dbcd"}, - {file = "pydantic_extra_types-2.10.0.tar.gz", hash = "sha256:552c47dd18fe1d00cfed75d9981162a2f3203cf7e77e55a3d3e70936f59587b9"}, + {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"}, ] [package.dependencies] @@ -1212,7 +1212,7 @@ all = ["pendulum (>=3.0.0,<4.0.0)", "phonenumbers (>=8,<9)", "pycountry (>=23)", pendulum = ["pendulum (>=3.0.0,<4.0.0)"] phonenumbers = ["phonenumbers (>=8,<9)"] pycountry = ["pycountry (>=23)"] -python-ulid = ["python-ulid (>=1,<2)", "python-ulid (>=1,<3)"] +python-ulid = ["python-ulid (>=1,<2)", "python-ulid (>=1,<4)"] semver = ["semver (>=3.0.2)"] [[package]] @@ -1957,4 +1957,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = "^3.12,<3.13" -content-hash = "7048943989724d92b5edb4aeef99d2bba08d2fa318dda088d5783a00a984b206" +content-hash = "7a816a42dc1cca237b1ad97c12442eaf854fc434c49e897a58456ef866b6f51c" diff --git a/pyproject.toml b/pyproject.toml index d0edfd6..e33a122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ classifiers = [ python = "^3.12,<3.13" pydantic = "^2.10.3" pydantic-settings = "^2.6.1" -pydantic-extra-types = "^2.10.0" +pydantic-extra-types = "^2.10.1" email-validator = "^2.2.0" phonenumbers = "^8.13.51" python-dotenv = "^1.0.1"