Skip to content

Commit d588002

Browse files
chore: bump the dependencies group with 4 updates (#174)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4eb3ad1 commit d588002

File tree

2 files changed

+66
-35
lines changed

2 files changed

+66
-35
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "twyn"
3-
version = "2.8.5"
3+
version = "2.8.6"
44
description = ""
55
authors = [
66
"Daniel Sanz",
@@ -20,7 +20,7 @@ rich = "^13.9.4"
2020
rapidfuzz = ">=2.13.7,<4.0.0"
2121
pyparsing = "^3.2.0"
2222
tomlkit = ">=0.11.6,<0.14.0"
23-
tomli = { version = "^2.0.1", python = "<3.11" }
23+
tomli = { version = "^2.2.1", python = "<3.11" }
2424

2525
[tool.poetry.scripts]
2626
twyn = "twyn.cli:entry_point"
@@ -31,9 +31,9 @@ pytest = ">=7.1.3,<9.0.0"
3131
mypy = ">=0.982,<1.14"
3232
pytest-cov = ">=4,<7"
3333
ipdb = "^0.13.9"
34-
commitizen = ">=2.38,<4.0"
34+
commitizen = ">=2.38,<5.0"
3535
pdbpp = "^0.10.3"
36-
ruff = ">=0.5.1,<0.8.1"
36+
ruff = ">=0.5.1,<0.8.3"
3737
types-requests = "^2.32.0.20241016"
3838

3939

@@ -100,7 +100,7 @@ exclude_lines = ["if TYPE_CHECKING:", "pragma: no cover"]
100100

101101
[tool.commitizen]
102102
version_files = ["pyproject.toml:version"]
103-
version = "2.8.5"
103+
version = "2.8.6"
104104
tag_format = "v$version"
105105
name = "cz_customize"
106106

0 commit comments

Comments
 (0)