From 1d4beda20d2bf297b4ca5780434c8a43f10e5119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 16:02:44 +0000 Subject: [PATCH] Bump babel from 2.17.0 to 2.18.0 Bumps [babel](https://github.com/python-babel/babel) from 2.17.0 to 2.18.0. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](https://github.com/python-babel/babel/compare/v2.17.0...v2.18.0) --- updated-dependencies: - dependency-name: babel dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 34acf73..c73e13e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "pygithub==2.8.1", "pyyaml==6.0.2", "platformdirs==4.4.0", - "babel==2.17.0", + "babel==2.18.0", ] [project.license]