From 3adc3f078ca9c24fd0c82fe91bd822acb5c42e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 06:53:14 +0000 Subject: [PATCH] Bump icontract from 2.7.2 to 2.7.3 in /{{ cookiecutter.__project_name }} Bumps [icontract](https://github.com/Parquery/icontract) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/Parquery/icontract/releases) - [Changelog](https://github.com/Parquery/icontract/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Parquery/icontract/compare/v2.7.2...v2.7.3) --- updated-dependencies: - dependency-name: icontract dependency-version: 2.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.__project_name }}/poetry.lock | 8 ++++---- {{ cookiecutter.__project_name }}/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/{{ cookiecutter.__project_name }}/poetry.lock b/{{ cookiecutter.__project_name }}/poetry.lock index 25b5c76..d5ff338 100644 --- a/{{ cookiecutter.__project_name }}/poetry.lock +++ b/{{ cookiecutter.__project_name }}/poetry.lock @@ -268,14 +268,14 @@ files = [ [[package]] name = "icontract" -version = "2.7.2" +version = "2.7.3" description = "Provide design-by-contract with informative violation messages." optional = false python-versions = "*" groups = ["main"] files = [ - {file = "icontract-2.7.2-py3-none-any.whl", hash = "sha256:2eb86290ef1d2d8c7af157361d419f178b3eb5b4c72a292c5722fa6fd40a1e0a"}, - {file = "icontract-2.7.2.tar.gz", hash = "sha256:281ec16f1d09bbcca7a4227e82cd10b4d5fb291f638df77c29b7acf493dd3178"}, + {file = "icontract-2.7.3-py3-none-any.whl", hash = "sha256:8fb0f93f71211416f214f37c01b8017fdc8c079d70159f49f0ddcc10918c14d0"}, + {file = "icontract-2.7.3.tar.gz", hash = "sha256:df37a43d86d532407bc6b84dea29dd9f7ece794b73211769fa8a33a76b8ed145"}, ] [package.dependencies] @@ -1007,4 +1007,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "1e5a3aa11a9c8dcb4ba115e3d1558018204b4d850a34b01e10f7b19f6ffafca2" +content-hash = "79cb737545dffc9154abea06ef35ce23943e74d47c993f590e27b2033e432ea4" diff --git a/{{ cookiecutter.__project_name }}/pyproject.toml b/{{ cookiecutter.__project_name }}/pyproject.toml index 189d64d..a184d2f 100644 --- a/{{ cookiecutter.__project_name }}/pyproject.toml +++ b/{{ cookiecutter.__project_name }}/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "{{cookiecutter.__package_name}}"}] [tool.poetry.dependencies] beartype = "^0.22.9" -icontract = "^2.7.2" +icontract = "^2.7.3" loguru = "^0.7.3" pydantic = "^2.12" python = "^3.11"