Skip to content

Commit

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


Updates `pyhanko` from 0.21.0 to 0.24.0
- [Release notes](https://github.com/MatthiasValvekens/pyHanko/releases)
- [Changelog](https://github.com/MatthiasValvekens/pyHanko/blob/master/docs/changelog.rst)
- [Commits](MatthiasValvekens/pyHanko@v0.21.0...v0.24.0)

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

Updates `pytest` from 8.1.1 to 8.2.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@8.1.1...8.2.0)

Updates `ruff` from 0.3.5 to 0.4.2
- [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.3.5...v0.4.2)

---
updated-dependencies:
- dependency-name: pyhanko
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benjamin-awd committed May 2, 2024
1 parent c7c9c71 commit a1bdb0a
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 58 deletions.
112 changes: 56 additions & 56 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 @@ -14,14 +14,14 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.11"
pyhanko = ">=0.21,<0.24"
pyhanko = ">=0.21,<0.25"

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

[tool.taskipy.tasks]
format = "isort . && black ."
Expand Down

0 comments on commit a1bdb0a

Please sign in to comment.