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), [taskipy](https://github.com/taskipy/taskipy), [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 `taskipy` from 1.12.2 to 1.13.0
- [Release notes](https://github.com/taskipy/taskipy/releases)
- [Commits](taskipy/taskipy@1.12.2...1.13.0)

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

Updates `ruff` from 0.4.7 to 0.5.0
- [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.7...0.5.0)

---
updated-dependencies:
- dependency-name: pyhanko
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: taskipy
  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-patch
  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 Jul 7, 2024
1 parent 3895a72 commit 7d1dc9f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ repos:
args: ['--filter-files']

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.1
rev: v0.5.1
hooks:
- id: ruff
53 changes: 27 additions & 26 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 @@ -21,11 +21,11 @@ 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.5.0"
ruff = ">=0.5.0,<0.6.0"

[tool.taskipy.tasks]
format = "isort . && black ."
lint = "ruff ."
lint = "ruff check ."
test = "pytest ."

[tool.black]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyhanko==0.21.0
pyhanko==0.25.0

0 comments on commit 7d1dc9f

Please sign in to comment.