Skip to content

Commit

Permalink
chore: bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [tomli](https://github.com/hukkin/tomli), [pytest](https://github.com/pytest-dev/pytest), [commitizen](https://github.com/commitizen-tools/commitizen) and [ruff](https://github.com/astral-sh/ruff).


Updates `tomli` from 2.1.0 to 2.2.1
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.1.0...2.2.1)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

Updates `commitizen` from 3.31.0 to 4.1.0
- [Release notes](https://github.com/commitizen-tools/commitizen/releases)
- [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md)
- [Commits](commitizen-tools/commitizen@v3.31.0...v4.1.0)

Updates `ruff` from 0.8.0 to 0.8.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.0...0.8.2)

---
updated-dependencies:
- dependency-name: tomli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: commitizen
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 47815ee commit 038acdd
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 33 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.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 038acdd

Please # to comment.