From b928788a0502c2bb6504fa61c643e63093542b4d Mon Sep 17 00:00:00 2001 From: Nicholas Junge Date: Thu, 4 Jan 2024 21:06:56 +0100 Subject: [PATCH] Update devtools and requirements --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1aef9b7..ae18a47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: types_or: [ python, pyi ] args: [--ignore-missing-imports, --scripts-are-modules] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.9 + rev: v0.1.11 hooks: - id: ruff args: [ --fix ] diff --git a/requirements-dev.txt b/requirements-dev.txt index fd856d1..c1a89e6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ platformdirs==4.1.0 pluggy==1.3.0 pre-commit==3.6.0 pyproject-hooks==1.0.0 -pytest==7.4.3 +pytest==7.4.4 pyyaml==6.0.1 virtualenv==20.25.0