Skip to content

Commit 590f48b

Browse files
committed
feat: add bump-my-version to dev dependencies
1 parent 19173f2 commit 590f48b

2 files changed

Lines changed: 247 additions & 10 deletions

File tree

pdm.lock

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

pyproject.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "investec-python"
33
version = "1.0.1"
44
description = "A Python wrapper for the Investec Banking API"
55
authors = [
6-
{name = "Rameez Khan", email = "rameezkhan.sa@gmail.com"},
6+
{name = "Rameez Khan", email = "rameez@rameezkhan.dev"},
77
]
88
dependencies = [
99
"requests>=2.31.0",
@@ -17,14 +17,6 @@ license = {text = "MIT"}
1717
requires = ["pdm-backend"]
1818
build-backend = "pdm.backend"
1919

20-
[tool.pdm.dev-dependencies]
21-
dev = [
22-
"pytest>=7.4.2",
23-
"black>=23.9.1",
24-
"mypy>=1.6.0",
25-
"types-requests>=2.31.0.9",
26-
]
27-
2820
[tool.pdm.scripts]
2921
test = "pytest tests/"
3022
lint = "mypy src/"
@@ -37,3 +29,12 @@ tag = true
3729

3830
[[tool.bumpversion.files]]
3931
filename = "pyproject.toml"
32+
33+
[dependency-groups]
34+
dev = [
35+
"pytest>=7.4.2",
36+
"black>=23.9.1",
37+
"mypy>=1.6.0",
38+
"types-requests>=2.31.0.9",
39+
"bump-my-version>=1.2.1",
40+
]

0 commit comments

Comments
 (0)