From 8c15a5279fd7b13c8fac96eb3f154d49c954be37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:07:51 +0000 Subject: [PATCH] build(deps): bump inflect from 7.4.0 to 7.5.0 Bumps [inflect](https://github.com/jaraco/inflect) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/jaraco/inflect/releases) - [Changelog](https://github.com/jaraco/inflect/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/inflect/compare/v7.4.0...v7.5.0) --- updated-dependencies: - dependency-name: inflect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a60956942..abd534201 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ tests = [ "black>=24.2.0", "click==8.1.8", - "inflect==7.4.0", + "inflect==7.5.0", "pygithub==2.5.0", "lxml==5.3.0", "numpy==2.2.0", @@ -59,7 +59,7 @@ doc = [ "ansys-sphinx-theme[autoapi]==1.2.4", "build>= 0.10.0", "flit>=3.8.0", - "inflect==7.4.0", + "inflect==7.5.0", "jupyter_sphinx==0.5.3", "numpy==2.2.0", "numpydoc==1.8.0",