diff --git a/poetry.lock b/poetry.lock index 555581d5..cc634572 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "advertools" @@ -2361,17 +2361,17 @@ xattr = {version = ">=1.0.0,<2.0.0", markers = "sys_platform == \"darwin\""} [[package]] name = "poetry-bumpversion" -version = "0.3.2" +version = "0.3.3" description = "Poetry plugin to update __version__ in __init__ file and other files containing version strings" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4,>=3.9" files = [ - {file = "poetry_bumpversion-0.3.2-py3-none-any.whl", hash = "sha256:df51b3c27330820ad036e83b6ab6db083dcaeb13bab3f320b781c69a38773f81"}, - {file = "poetry_bumpversion-0.3.2.tar.gz", hash = "sha256:6a8d6917d5a56b74d8edfc29badf1500b1f50aa43538d36b17495b41355a8b7a"}, + {file = "poetry_bumpversion-0.3.3-py3-none-any.whl", hash = "sha256:2d286475e3d2ddb14f7cf52bd73bc6a23d5eff5fb141770be1bf044f48fe624b"}, + {file = "poetry_bumpversion-0.3.3.tar.gz", hash = "sha256:1489cc8935bc1fd8cede3cfc46c928a51dd9b5fb956e266e0e1d25fa5b694780"}, ] [package.dependencies] -poetry = ">=1.2.0,<2.0.0" +poetry = ">=1.2.0,<3" pydantic = "*" typing-extensions = "*" @@ -2625,6 +2625,7 @@ files = [ {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1"}, {file = "psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567"}, + {file = "psycopg2_binary-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:27422aa5f11fbcd9b18da48373eb67081243662f9b46e6fd07c3eb46e4535142"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-macosx_12_0_x86_64.whl", hash = "sha256:eb09aa7f9cecb45027683bb55aebaaf45a0df8bf6de68801a6afdc7947bb09d4"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b73d6d7f0ccdad7bc43e6d34273f70d587ef62f824d7261c4ae9b8b1b6af90e8"}, {file = "psycopg2_binary-2.9.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce5ab4bf46a211a8e924d307c1b1fcda82368586a19d0a24f8ae166f5c784864"}, @@ -4410,4 +4411,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<=3.13" -content-hash = "17b00d944802638ecda4c01e3c4f6dcbbe587bbf169b454ca27fae82f40e37c2" +content-hash = "2bf7a1804b3ba4e125eb716b54007bfbfd703e8be9dd9813ae42c8c743fe7433" diff --git a/pyproject.toml b/pyproject.toml index 77fb8789..bdcdb92e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ build-backend = "poetry.core.masonry.api" coverage = "^7.5.4" pytest = "^8.1.1" pytest-cov = "^5.0.0" -poetry-bumpversion = "^0.3.1" +poetry-bumpversion = "^0.3.3" pre-commit = "^2.18.1" black = "^22.3.0" isort = "^5.10.1"