Skip to content

Commit

Permalink
build(deps): Bump the development-dependencies group across 1 directo…
Browse files Browse the repository at this point in the history
…ry with 3 updates (#222)

Bumps the development-dependencies group with 3 updates in the / directory: [commitizen](https://github.com/commitizen-tools/commitizen), [mypy](https://github.com/python/mypy) and [pytest-cov](https://github.com/pytest-dev/pytest-cov).


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 `mypy` from 1.14.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.14.0...v1.14.1)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: commitizen
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

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 30, 2024
1 parent 7109bd6 commit a120190
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
95 changes: 51 additions & 44 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ ipython = "^8"
ipdb = "*"
ruff = "0.6.8"
pre-commit = ">=3,<5"
commitizen = "^3"
commitizen = ">=3,<5"
rich-codex = "^1"
mypy = "^1"
types-tqdm = "^4.66.0.20240417"

[tool.poetry.group.tests.dependencies]
pytest = "^8"
pytest-cov = "^5"
pytest-cov = ">=5,<7"
pytest-responses = "^0.5.1"
pytest-env = "1.1.5"
coverage-conditional-plugin = "^0.9.0"
Expand Down

0 comments on commit a120190

Please sign in to comment.