From f34e99b37492f7dcd8c5096283a46c968be34c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 16:51:36 +0000 Subject: [PATCH] Bump bump-pydantic from 0.7.0 to 0.8.0 Bumps [bump-pydantic](https://github.com/pydantic/bump-pydantic) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/pydantic/bump-pydantic/releases) - [Commits](https://github.com/pydantic/bump-pydantic/compare/0.7.0...0.8.0) --- updated-dependencies: - dependency-name: bump-pydantic dependency-type: direct:development update-type: version-update:semver-minor ... 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 7f5435cc..e5868bfa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "adlfs" @@ -446,17 +446,17 @@ crt = ["awscrt (==0.16.26)"] [[package]] name = "bump-pydantic" -version = "0.7.0" +version = "0.8.0" description = "Convert Pydantic from V1 to V2 ♻" optional = false python-versions = ">=3.8" files = [ - {file = "bump_pydantic-0.7.0-py3-none-any.whl", hash = "sha256:f8920da00302b4883eb255b15a12ccc536859ace1437099815f525573b5b3840"}, - {file = "bump_pydantic-0.7.0.tar.gz", hash = "sha256:c74d88550225b6c413b3b87e750d04054a2234724b0cc5592011502ac994ff7e"}, + {file = "bump_pydantic-0.8.0-py3-none-any.whl", hash = "sha256:6cbb4deb5869a69baa5a477f28f3e2d8fb09b687e114c018bd54470590ae7bf7"}, + {file = "bump_pydantic-0.8.0.tar.gz", hash = "sha256:6092e61930e85619e74eeb04131b4387feda16f02d8bb2e3cf9507fa492c69e9"}, ] [package.dependencies] -libcst = "*" +libcst = ">=0.4.2" rich = "*" typer = ">=0.7.0" typing-extensions = "*" @@ -4193,4 +4193,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "e696575d26406c05b74271ac7260b72bfcae52155f316334520908857ccb2fc0" +content-hash = "a077cc1dfc66d8f3eee5048a176227d6e93cd3ddfe52c790d878dabc3d4205f7" diff --git a/pyproject.toml b/pyproject.toml index 6d77304d..c4075edb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ ipdb = "^0.13.13" bump2version = "^1.0.1" cloudpickle = ">=2.2.1,<4.0.0" pytest-env = "^1.1.1" -bump-pydantic = "^0.7.0" +bump-pydantic = ">=0.7,<0.9" [build-system]