Skip to content

Commit

Permalink
chore: bump the dependencies group with 4 updates (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 4eb3ad1 commit d588002
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 35 deletions.
91 changes: 61 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "twyn"
version = "2.8.5"
version = "2.8.6"
description = ""
authors = [
"Daniel Sanz",
Expand All @@ -20,7 +20,7 @@ rich = "^13.9.4"
rapidfuzz = ">=2.13.7,<4.0.0"
pyparsing = "^3.2.0"
tomlkit = ">=0.11.6,<0.14.0"
tomli = { version = "^2.0.1", python = "<3.11" }
tomli = { version = "^2.2.1", python = "<3.11" }

[tool.poetry.scripts]
twyn = "twyn.cli:entry_point"
Expand All @@ -31,9 +31,9 @@ pytest = ">=7.1.3,<9.0.0"
mypy = ">=0.982,<1.14"
pytest-cov = ">=4,<7"
ipdb = "^0.13.9"
commitizen = ">=2.38,<4.0"
commitizen = ">=2.38,<5.0"
pdbpp = "^0.10.3"
ruff = ">=0.5.1,<0.8.1"
ruff = ">=0.5.1,<0.8.3"
types-requests = "^2.32.0.20241016"


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

[tool.commitizen]
version_files = ["pyproject.toml:version"]
version = "2.8.5"
version = "2.8.6"
tag_format = "v$version"
name = "cz_customize"

Expand Down

0 comments on commit d588002

Please # to comment.