From c662abda2b4e1b698717d83dd8393bfe0f31423c Mon Sep 17 00:00:00 2001 From: David Salvisberg Date: Thu, 12 Dec 2024 16:05:29 +0100 Subject: [PATCH] Revert `pytest-flake8-path` pin --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f3a12d0..8c937bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -546,13 +546,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-flake8-path" -version = "1.5.0" +version = "1.6.0" description = "A pytest fixture for testing flake8 plugins." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_flake8_path-1.5.0-py3-none-any.whl", hash = "sha256:8766879344883e67762fc3f4f8f0d624a0d143de71f6488788599b3583e279a9"}, - {file = "pytest_flake8_path-1.5.0.tar.gz", hash = "sha256:2c144a3127995d34e82df397350dbef7780c9920c5b7e9ebc81f63299011381e"}, + {file = "pytest_flake8_path-1.6.0-py3-none-any.whl", hash = "sha256:dafc81dc8f2ba49060a45139caa153fba291163d670c00ae20e194989b73a34e"}, + {file = "pytest_flake8_path-1.6.0.tar.gz", hash = "sha256:40bb85c806630e37097a45c4e67130b9655efbb81904a9bfa89b1e23bc2529a5"}, ] [package.dependencies] @@ -741,4 +741,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "6ea24658d3f8e5c9346830f1b57e3ff0c5097b6c740d3a4641637719385d20cc" +content-hash = "bdbc7df6445c077ca6561713374ce9544f3be73d77cbaed68b990c8b3a9e204b" diff --git a/pyproject.toml b/pyproject.toml index c321fc3..917b4c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pytest = '*' ipython = '*' coverage = '*' pre-commit = '*' -pytest-flake8-path = '1.5.0' +pytest-flake8-path = '*' [tool.poetry.plugins.'flake8.extension'] TC = 'flake8_type_checking.plugin:Plugin'