From 88cc265e3ca5ac683528943d177a40782d9210ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:25:02 +0000 Subject: [PATCH] Bump pydash from 8.0.3 to 8.0.4 (#703) Bumps [pydash](https://github.com/dgilland/pydash) from 8.0.3 to 8.0.4. - [Changelog](https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/dgilland/pydash/compare/v8.0.3...v8.0.4) --- updated-dependencies: - dependency-name: pydash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 979dd0f2..382e281d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ strict = [ "networkx==3.2.1", "pydantic-settings==2.6.0", "pydantic==2.9.2", - "pydash==8.0.3", + "pydash==8.0.4", "pydot==2.0.0", "python-ulid==3.0.0", "typing-extensions==4.12.2",