Skip to content

Commit

Permalink
build(deps): Bump the development-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 3 updates: [ipython](https://github.com/ipython/ipython), [commitizen](https://github.com/commitizen-tools/commitizen) and [pytest-env](https://github.com/pytest-dev/pytest-env).


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

Updates `commitizen` from 3.29.1 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.29.1...v3.9.1)

Updates `pytest-env` from 1.1.3 to 1.1.5
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](pytest-dev/pytest-env@1.1.3...1.1.5)

---
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: pytest-env
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent fd7e3ce commit 89c1089
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 50 deletions.
128 changes: 80 additions & 48 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 @@ -39,7 +39,7 @@ python-slugify = "^8.0.1"
tqdm = "^4.66.4"

[tool.poetry.group.dev.dependencies]
ipython = "<8.18"
ipython = "<8.29"
ipdb = "*"
ruff = "0.6.8"
pre-commit = "^3"
Expand All @@ -52,7 +52,7 @@ types-tqdm = "^4.66.0.20240417"
pytest = "^8"
pytest-cov = "^5"
pytest-responses = "^0.5.1"
pytest-env = "1.1.3"
pytest-env = "1.1.5"

[tool.commitizen]
version_scheme = "semver"
Expand Down

0 comments on commit 89c1089

Please sign in to comment.