diff --git a/poetry.lock b/poetry.lock index 0686122..ddef8fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -921,13 +921,13 @@ pytest = ">=3.0.0" [[package]] name = "pytest-ruff" -version = "0.3.2" +version = "0.4.0" description = "pytest plugin to check ruff requirements." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "pytest_ruff-0.3.2-py3-none-any.whl", hash = "sha256:5096578df2240b2a99f7376747bc433ce25e590c7d570d5c2b47f725497f2c10"}, - {file = "pytest_ruff-0.3.2.tar.gz", hash = "sha256:8d82882969e52b664a7cef4465cba63e45173f38d907dffeca41d9672f59b6c6"}, + {file = "pytest_ruff-0.4.0-py3-none-any.whl", hash = "sha256:e421d3096618a0878616f2db9716526454a8348eb9db6cfe4ba926793066ae20"}, + {file = "pytest_ruff-0.4.0.tar.gz", hash = "sha256:551876108991f3dd43d719988f8224a29c6fc6d50e2284ba1ffd389c0bd3610c"}, ] [package.dependencies] @@ -1300,4 +1300,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ec0cff95bd8fd4227e09dd98390a0461a03034176e69bfaea8379214f1f4ec59" +content-hash = "fb081d23e4e99aaffeb967e543f5c3a48ef35d0e620a2989c244f0c92c717993" diff --git a/pyproject.toml b/pyproject.toml index 7a3da21..ba825f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pytest = ">=8.1.1,<9.0.0" pytest-cov = ">=4,<6" pytest-mypy = "^0.10.3" pytest-random-order = "^1.1.0" -pytest-ruff = "^0.3.1" +pytest-ruff = ">=0.3.1,<0.5.0" requests-mock = "^1.10.0" ruff = ">=0.5.1,<0.6.0" types-requests = "^2.28.11"