Skip to content

Commit dd0835e

Browse files
dependabot[bot]leliaclaude
authored
chore(deps): bump twine from 6.2.0 to 7.0.0 in the python-major group (#296)
* chore(deps): bump twine from 6.2.0 to 7.0.0 in the python-major group Bumps the python-major group with 1 update: [twine](https://github.com/pypa/twine). Updates `twine` from 6.2.0 to 7.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@6.2.0...7.0.0) --- updated-dependencies: - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-major ... Signed-off-by: dependabot[bot] <support@github.com> * Pin dev and test extras to exact versions Runtime dependencies were pinned exactly in 2.6.0; this applies the same policy to the dev and test extras (matching the currently locked versions, including the twine 7.0.0 bump from this PR) so future dependency updates surface in pyproject.toml rather than only in uv.lock. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lelia <2418071+lelia@users.noreply.github.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent a993c9d commit dd0835e

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ classifiers = [
4040

4141
[project.optional-dependencies]
4242
test = [
43-
"pytest>=7.4.0",
44-
"pytest-cov>=4.1.0",
45-
"pytest-mock>=3.12.0",
46-
"pytest-asyncio>=0.23.0",
47-
"pytest-watch >=4.2.0"
43+
"pytest==9.1.1",
44+
"pytest-cov==7.1.0",
45+
"pytest-mock==3.15.1",
46+
"pytest-asyncio==1.4.0",
47+
"pytest-watch==4.2.0"
4848
]
4949
dev = [
50-
"ruff>=0.3.0",
51-
"twine", # for building
52-
"uv>=0.1.0", # for dependency management
53-
"pre-commit",
54-
"hatch"
50+
"ruff==0.16.0",
51+
"twine==7.0.0", # for building
52+
"uv==0.12.0", # for dependency management
53+
"pre-commit==4.6.1",
54+
"hatch==1.17.1"
5555
]
5656

5757
[project.scripts]

uv.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)