Skip to content

Commit be12501

Browse files
committed
chore: update dependencies
1 parent 45dde75 commit be12501

3 files changed

Lines changed: 492 additions & 423 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Create a new version
22
# ------------------------------------------------------------------------------
33
version-patch:
4-
uv run semantic-release publish --patch
4+
uv run semantic-release version --patch
55

66
version-minor:
7-
uv run semantic-release publish --minor
7+
uv run semantic-release version --minor
88

99
version-major:
10-
uv run semantic-release publish --major
10+
uv run semantic-release version --major

pyproject.toml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ Homepage = "https://github.com/systemallica/python-redsys"
2929

3030
[dependency-groups]
3131
dev = [
32-
"mypy>=1.6.1,<2",
33-
"pre-commit>=3.5.0,<4",
34-
"pytest>=8.3.5,<9",
35-
"pytest-cov>=5,<8",
36-
"python-semantic-release>=7.34.6,<8",
37-
"ruff>=0.12.0,<1",
32+
"mypy>=2.1.0",
33+
"pre-commit>=4.6.0",
34+
"pytest>=9.1.1",
35+
"pytest-cov>=7.1.0",
36+
"python-semantic-release>=10.5.3",
37+
"ruff>=0.15.19",
3838
]
3939

4040
[tool.uv.build-backend]
@@ -55,14 +55,15 @@ indent-style = "space"
5555
force-single-line = true
5656

5757
[tool.semantic_release]
58-
version_variable = [
58+
version_variables = [
5959
"redsys/__init__.py:__version__",
6060
]
6161
version_toml = ["pyproject.toml:project.version"]
62-
upload_to_pypi = true
63-
upload_to_release = true
6462
build_command = "uv build"
6563

64+
[tool.semantic_release.publish]
65+
upload_to_vcs_release = true
66+
6667
[build-system]
6768
requires = ["uv_build>=0.11.24,<0.12"]
6869
build-backend = "uv_build"

0 commit comments

Comments
 (0)