From 72c387a6770ee17205ab69c427945542a0a6a47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 05:09:11 +0000 Subject: [PATCH] Bump pdm from 2.12.1 to 2.12.2 Bumps [pdm](https://github.com/pdm-project/pdm) from 2.12.1 to 2.12.2. - [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.1...2.12.2) --- 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 10d6a6234..df264506b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -328,7 +328,7 @@ dev = [ "freezegun==1.4.0", "furo==2023.9.10", "mypy==1.8.0", - "pdm==2.12.1", + "pdm==2.12.2", "pip_check_reqs==2.5.3", "pydocstyle==6.3", "pyenchant==3.2.2",