From dcf5b9c7e9bab127fb823a557f6457498d1ebbb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 23:16:59 +0000 Subject: [PATCH] Bump pydash from 8.0.1 to 8.0.3 Bumps [pydash](https://github.com/dgilland/pydash) from 8.0.1 to 8.0.3. - [Changelog](https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/dgilland/pydash/compare/v8.0.1...v8.0.3) --- updated-dependencies: - dependency-name: pydash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ac19c5c..237ad026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ strict = [ "networkx==3.2.1", "pydantic-settings==2.3.4", "pydantic==2.8.2", - "pydash==8.0.1", + "pydash==8.0.3", "pydot==2.0.0", "python-ulid==2.7.0", "typing-extensions==4.12.2",