From 2087f890c0bbca86d7637f5d1d637438a18413c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 02:15:23 +0000 Subject: [PATCH] Bump titlecase from 2.4 to 2.4.1 Bumps [titlecase](https://github.com/ppannuto/python-titlecase) from 2.4 to 2.4.1. - [Commits](https://github.com/ppannuto/python-titlecase/commits) --- updated-dependencies: - dependency-name: titlecase dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1cb72da..086425a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1026,12 +1026,12 @@ tests = ["pytest", "pytest-cov"] [[package]] name = "titlecase" -version = "2.4" +version = "2.4.1" description = "Python Port of John Gruber's titlecase.pl" optional = false python-versions = ">=3.7" files = [ - {file = "titlecase-2.4.tar.gz", hash = "sha256:269293cae4b1fc12fdb21224819201a2ab4b97f3ea36b334f90804799b140902"}, + {file = "titlecase-2.4.1.tar.gz", hash = "sha256:7d83a277ccbbda11a2944e78a63e5ccaf3d32f828c594312e4862f9a07f635f5"}, ] [package.extras]