From 598ede0be3e49a28ea6975ff2137f8cd282d9c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:20:15 +0200 Subject: [PATCH] Bump twine from 5.0.0 to 5.1.0 in /server (#673) Bumps [twine](https://github.com/pypa/twine) from 5.0.0 to 5.1.0. - [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/5.0.0...5.1.0) --- updated-dependencies: - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Steen Rasmussen --- server/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index e5dd0710..788303aa 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -33,7 +33,7 @@ requires-python = ">=3.8" certgrinderd = "certgrinderd.certgrinderd:main" [project.optional-dependencies] -dev = ["twine == 5.0.0", "pre-commit == 3.7.1", "setuptools-scm == 8.0.4", "build==1.1.1"] +dev = ["twine == 5.1.0", "pre-commit == 3.7.1", "setuptools-scm == 8.0.4", "build==1.1.1"] test = ["pytest == 8.1.1", "pytest-cov==5.0.0", "tox == 4.14.1"] docs = ["Sphinx==7.2.6", "sphinx-rtd-theme==2.0.0", "sphinx-argparse==0.4.0"]