From 0268e03976fcfbff282c7000863423cef4c33101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:02:14 +0000 Subject: [PATCH] Bump copier from 9.3.1 to 9.4.1 in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [copier](https://github.com/copier-org/copier). Updates `copier` from 9.3.1 to 9.4.1 - [Release notes](https://github.com/copier-org/copier/releases) - [Changelog](https://github.com/copier-org/copier/blob/master/CHANGELOG.md) - [Commits](https://github.com/copier-org/copier/compare/v9.3.1...v9.4.1) --- updated-dependencies: - dependency-name: copier dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b3c5e239..e7140027e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dev = [ "types-mock", # Until https://github.com/copier-org/copier/issues/1819 is released. - "copier==9.3.1", + "copier==9.4.1", # These are dependencies of various sphinx extensions for documentation. "ipython",