summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-02 01:56:18 +0000
committerGitHub <noreply@github.com>2023-10-02 01:56:18 +0000
commit8759a877dbd0f0282bd48acf47f219d94ed21a9c (patch)
treed31b30c6d8a7200a3df9ddd686b053aae912d888
parent4d9119760056492eabc201bfad5de2f9e660b85f (diff)
Bump arrow from 1.2.3 to 1.3.0 in /gitlint-coredependabot/pip/gitlint-core/arrow-1.3.0
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] <support@github.com>
-rw-r--r--gitlint-core/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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",
]