Skip to content

Commit

Permalink
chore(dev-deps): remove bump-my-version
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Nov 18, 2024
1 parent 9ee6a7c commit 8219057
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 303 deletions.
17 changes: 6 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,16 @@ classifiers = [
"Topic :: Utilities",
]

[project.optional-dependencies]
[dependency-groups]
dev = [
"mypy>=1.12.1",
"pytest>=8.3.3",
"pytest-cov>=5.0.0",
"ruff>=0.7.0",
"syrupy>=4.7.2",
]


[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.uv]
dev-dependencies = [
"bump-my-version>=0.28.0",
"mypy>=1.12.1",
"pytest-cov>=5.0.0",
"pytest>=8.3.3",
"ruff>=0.7.0",
"syrupy>=4.7.2",
]
Loading

0 comments on commit 8219057

Please sign in to comment.