From 4204d4a88b9716a2d549dadcca515cfa8b6671b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 05:46:24 +0000 Subject: [PATCH 1/2] Bump pdm from 2.9.3 to 2.10.0 Bumps [pdm](https://github.com/pdm-project/pdm) from 2.9.3 to 2.10.0. - [Release notes](https://github.com/pdm-project/pdm/releases) - [Changelog](https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md) - [Commits](https://github.com/pdm-project/pdm/compare/2.9.3...2.10.0) --- updated-dependencies: - dependency-name: pdm 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 a46804872..1a21f0b71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -298,7 +298,7 @@ dev = [ "freezegun==1.2.2", "furo==2023.9.10", "mypy==1.6.1", - "pdm==2.9.3", + "pdm==2.10.0", "pip_check_reqs==2.5.3", "pydocstyle==6.3", "pyenchant==3.2.2", From 59b098555c5dd1d0a43dee6b6406431e8b9e98bc Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Thu, 26 Oct 2023 09:03:55 +0100 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a21f0b71..268241865 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -298,7 +298,7 @@ dev = [ "freezegun==1.2.2", "furo==2023.9.10", "mypy==1.6.1", - "pdm==2.10.0", + "pdm==2.10", "pip_check_reqs==2.5.3", "pydocstyle==6.3", "pyenchant==3.2.2",