Skip to content

Commit

Permalink
chore(deps-dev): Bump the development-dependencies group across 1 dir…
Browse files Browse the repository at this point in the history
…ectory with 2 updates

Bumps the development-dependencies group with 2 updates in the / directory: [poethepoet](https://github.com/nat-n/poethepoet) and [pytest](https://github.com/pytest-dev/pytest).


Updates `poethepoet` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.29.0...v0.30.0)

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)

---
updated-dependencies:
- dependency-name: poethepoet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: pytest
  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 Dec 2, 2024
1 parent 1df20bc commit f3e9e07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -11,8 +11,8 @@ include = ["py.typed", "LICENSE", "LICENSE-THIRD-PARTY"]
[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
isort = "^5.13.2"
poethepoet = "^0.29.0"
pytest = "^8.3.3"
poethepoet = "^0.30.0"
pytest = "^8.3.4"
pytest-asyncio = "^0.24.0"
pytest-black = "^0.3.12"
pytest-cov = "^5.0.0"
Expand Down

0 comments on commit f3e9e07

Please sign in to comment.