From 1190fa42b120dbdd93cffcdf5039f86416961715 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:06:18 -0500 Subject: [PATCH] Bump the pip group with 2 updates (#505) Bumps the pip group with 2 updates: [coverage[toml]](https://github.com/nedbat/coveragepy) and [twine](https://github.com/pypa/twine). Updates `coverage[toml]` from 7.6.4 to 7.6.8 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.4...7.6.8) Updates `twine` from 5.1.1 to 6.0.1 - [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/v5.1.1...6.0.1) --- updated-dependencies: - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7113b4f16..47252186c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,13 +37,13 @@ dependencies = [ [project.optional-dependencies] dev = [ "build ==1.2.2.post1", - "coverage[toml] ==7.6.4", + "coverage[toml] ==7.6.8", "furo ==2024.8.6", "mypy ==1.13.0", "pre-commit ==4.0.1", "pytest ==8.3.3", "tox ==4.23.2", - "twine ==5.1.1", + "twine ==6.0.1", "types-requests ==2.32.0.20241016", ]