Skip to content

Commit

Permalink
build(deps): 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: [pyhanko](https://github.com/MatthiasValvekens/pyHanko), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff).


Updates `pyhanko` from 0.21.0 to 0.25.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.25.0)

Updates `pytest` from 8.2.0 to 8.2.1
- [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.2.0...8.2.1)

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

---
updated-dependencies:
- dependency-name: pyhanko
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 and benjamin-awd committed Jun 2, 2024
1 parent 58abdda commit f928d13
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 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 @@ -14,7 +14,7 @@ classifiers = [

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

[tool.poetry.group.dev.dependencies]
black = ">=23.9.1,<25.0.0"
Expand Down

0 comments on commit f928d13

Please sign in to comment.