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 4 updates

Bumps the development-dependencies group with 3 updates in the / directory: [ipython](https://github.com/ipython/ipython), [types-tqdm](https://github.com/python/typeshed) and [pytest-cov](https://github.com/pytest-dev/pytest-cov).


Updates `ipython` from 8.18.0 to 8.29.0
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.18.0...8.29.0)

Updates `commitizen` from 3.30.0 to 3.9.1
- [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.30.0...v3.9.1)

Updates `types-tqdm` from 4.66.0.20240417 to 4.67.0.20241119
- [Commits](https://github.com/python/typeshed/commits)

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: ipython
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: commitizen
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: types-tqdm
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 8f4ae3c commit 950462e
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 36 deletions.
131 changes: 96 additions & 35 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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"

Expand Down

0 comments on commit 950462e

Please sign in to comment.