From 38d4453ca0be7f9eb24fe9abc9d639aa71501052 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 05:37:55 +0000 Subject: [PATCH] Bump pdm from 2.10.1 to 2.10.3 Bumps [pdm](https://github.com/pdm-project/pdm) from 2.10.1 to 2.10.3. - [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.10.1...2.10.3) --- updated-dependencies: - dependency-name: pdm 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 bac6a98ca..1f04d2eff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -298,7 +298,7 @@ dev = [ "freezegun==1.2.2", "furo==2023.9.10", "mypy==1.7.0", - "pdm==2.10.1", + "pdm==2.10.3", "pip_check_reqs==2.5.3", "pydocstyle==6.3", "pyenchant==3.2.2",