From e2b5405cc05caed6783a66e410fda36b4dbfcb70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 06:33:27 +0000 Subject: [PATCH] Bump icontract from 2.6.3 to 2.6.4 in /{{ cookiecutter.__project_name }} Bumps [icontract](https://github.com/Parquery/icontract) from 2.6.3 to 2.6.4. - [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.6.3...v2.6.4) --- updated-dependencies: - dependency-name: icontract 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 5b3fa96..7308237 100644 --- a/{{ cookiecutter.__project_name }}/poetry.lock +++ b/{{ cookiecutter.__project_name }}/poetry.lock @@ -217,13 +217,13 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.2.2)", "diff-cover (>=7.5)", "p [[package]] name = "icontract" -version = "2.6.3" +version = "2.6.4" description = "Provide design-by-contract with informative violation messages." optional = false python-versions = "*" files = [ - {file = "icontract-2.6.3-py3-none-any.whl", hash = "sha256:fd282d81e7036c8c4509f22ec9bc16d3624025219157b4c0cdcbe09ac8228cc7"}, - {file = "icontract-2.6.3.tar.gz", hash = "sha256:479a21b89d1ddeedafa06b5cf47824b64bc1b4259b4ff6eaba7df9f90ab97b5e"}, + {file = "icontract-2.6.4-py3-none-any.whl", hash = "sha256:17cafeddda48637677e854aae51f29177b916c9c4cb94d66d73fc1f8541a8fc0"}, + {file = "icontract-2.6.4.tar.gz", hash = "sha256:2faea34400274f1e0f6b8595339ea53d07e19eec58cc440fa31de5cbee3e02b4"}, ] [package.dependencies] @@ -758,4 +758,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7a5b79cf23b66546a54a9d858c4b5875014d1ec298e48b2d24aa170c09dec94e" +content-hash = "d9dd48529956ce0399ab8491138330b3111f1561a3d476a163ea00a286ad2e40" diff --git a/{{ cookiecutter.__project_name }}/pyproject.toml b/{{ cookiecutter.__project_name }}/pyproject.toml index 6a779b1..6d07495 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.16.2" -icontract = "^2.6.3" +icontract = "^2.6.4" loguru = "^0.7.2" pydantic = "^2.4" python = "^3.11"