From 8759a877dbd0f0282bd48acf47f219d94ed21a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:56:18 +0000 Subject: Bump arrow from 1.2.3 to 1.3.0 in /gitlint-core Bumps [arrow](https://github.com/arrow-py/arrow) from 1.2.3 to 1.3.0. - [Release notes](https://github.com/arrow-py/arrow/releases) - [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst) - [Commits](https://github.com/arrow-py/arrow/compare/1.2.3...1.3.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gitlint-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlint-core/pyproject.toml b/gitlint-core/pyproject.toml index 6b35386..023feb1 100644 --- a/gitlint-core/pyproject.toml +++ b/gitlint-core/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ [project.optional-dependencies] trusted-deps = [ - "arrow==1.2.3", + "arrow==1.3.0", "Click==8.1.7", ] -- cgit v1.2.3