From e28e71f1a5d6df15f512ea788e495b15332d0d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 06:02:59 +0000 Subject: [PATCH] Bump pdm from 2.7.0 to 2.7.1 Bumps [pdm](https://github.com/pdm-project/pdm) from 2.7.0 to 2.7.1. - [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.7.0...2.7.1) --- 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 035838eac..7a02d1c3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -297,7 +297,7 @@ dev = [ "freezegun==1.2.2", "furo==2023.5.20", "mypy==1.3.0", - "pdm==2.7.0", + "pdm==2.7.1", "pip_check_reqs==2.4.4", "pydocstyle==6.3.0", "pyenchant==3.2.2",