Skip to content

Commit

Permalink
build(deps-dev): bump the deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 3 updates: [black](https://github.com/psf/black), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff).


Updates `black` from 23.12.1 to 24.1.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.1.1)

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

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

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 20f4d88 commit de3b175
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 49 deletions.
95 changes: 48 additions & 47 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 @@ -17,10 +17,10 @@ python = "^3.11"
pyhanko = "^0.21.0"

[tool.poetry.group.dev.dependencies]
black = "^23.9.1"
black = ">=23.9.1,<25.0.0"
isort = "^5.12.0"
taskipy = "^1.12.0"
pytest = "^7.4.2"
pytest = ">=7.4.2,<9.0.0"
ruff = "^0.1.1"

[tool.taskipy.tasks]
Expand Down

0 comments on commit de3b175

Please sign in to comment.