From b3b1cd071dddca5a3b47650ede1e8f1529e6a38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:13:33 +0000 Subject: [PATCH] Chore(deps): Update twine requirement from <5 to <6 Updates the requirements on [twine](https://github.com/pypa/twine) to permit the latest version. - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/1.3.0...5.1.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd6ea34..95544a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ develop = [ release = [ "build<2", 'minibump<1; python_version >= "3.10"', - "twine<5", + "twine<6", ] scientific = [ "cfgrib<1",