From aac22e6fe356df647b951d6a99984dd70262f14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:27:30 +0000 Subject: [PATCH] Bump cappa from 0.17.0 to 0.17.2 (#1001) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [cappa](https://github.com/dancardin/cappa) from 0.17.0 to 0.17.2.
Release notes

Sourced from cappa's releases.

v0.17.2

What's Changed

New Contributors

Full Changelog: https://github.com/DanCardin/cappa/compare/v0.17.1...v0.17.2

v0.17.1

What's Changed

Full Changelog: https://github.com/DanCardin/cappa/compare/v0.17.0...v0.17.1

Changelog

Sourced from cappa's changelog.

0.17.2

0.17.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cappa&package-manager=pip&previous-version=0.17.0&new-version=0.17.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index a855ce88..33108d2f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -122,19 +122,19 @@ virtualenv = ["virtualenv (>=20.0.35)"] [[package]] name = "cappa" -version = "0.17.0" +version = "0.17.2" description = "Declarative CLI argument parser." optional = true python-versions = ">=3.8,<4" files = [ - {file = "cappa-0.17.0-py3-none-any.whl", hash = "sha256:3e620a9e947c784bc327d58cce9f6f8f824b51782ef3cfaccb06cef9d1f458a7"}, - {file = "cappa-0.17.0.tar.gz", hash = "sha256:9a3c45255e2da19c397343dff0164dd0bbdaec9a1ca4721b692421b0c7b6cdd4"}, + {file = "cappa-0.17.2-py3-none-any.whl", hash = "sha256:a658cc22cca2c7b98c4843c404a0c0e94dd34ece3a4809e61ab7d0f2bd82a0aa"}, + {file = "cappa-0.17.2.tar.gz", hash = "sha256:74ad8cb14a4eeee8e5bfa1a706d84da8b1f16c1aaf8a9ff34410a595281b0df2"}, ] [package.dependencies] eval_type_backport = {version = "*", markers = "python_version < \"3.10\""} rich = "*" -typing-extensions = ">=4.7.1" +typing-extensions = ">=4.8.0" typing-inspect = ">=0.9.0" [package.extras]