From 4da40a507b44826b12c0ad009a28357985b4b3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:45:43 +0000 Subject: [PATCH] Bump pdm from 2.12.2 to 2.12.3 Bumps [pdm](https://github.com/pdm-project/pdm) from 2.12.2 to 2.12.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.12.2...2.12.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 8070eb8ec..0a5874a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -231,7 +231,7 @@ dev = [ "freezegun==1.4.0", "furo==2024.1.29", "mypy==1.8.0", - "pdm==2.12.2", + "pdm==2.12.3", "pip_check_reqs==2.5.3", "pydocstyle==6.3", "pyenchant==3.2.2",