From 19fe31d1f09e192f25439959f8b1c6aaa76a1ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 15:08:25 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-ruff from 0.0.6 to 0.1 (#20) Bumps [pytest-ruff](https://github.com/businho/pytest-ruff) from 0.0.6 to 0.1. - [Release notes](https://github.com/businho/pytest-ruff/releases) - [Commits](https://github.com/businho/pytest-ruff/compare/v0.0.6...v0.1) --- updated-dependencies: - dependency-name: pytest-ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index a7a8fc5..611a961 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1039,17 +1039,17 @@ pytest = ">=3.0.0" [[package]] name = "pytest-ruff" -version = "0.0.6" +version = "0.1" description = "pytest plugin to check ruff requirements." optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "pytest_ruff-0.0.6-py3-none-any.whl", hash = "sha256:c0451bfbc4c8e7458fcf488ad19a996069447da97c5cdaca7df42e2bc76afb95"}, - {file = "pytest_ruff-0.0.6.tar.gz", hash = "sha256:76f07789d2be0b49d72b4f31f5a2c11841fdbf6b29495234c809ca9bb23d95f7"}, + {file = "pytest_ruff-0.1-py3-none-any.whl", hash = "sha256:12d3aabcb52ad78fc8c80d9526ee05352dd0ccaacce0a5504e397ff4f962a4f3"}, + {file = "pytest_ruff-0.1.tar.gz", hash = "sha256:cae7d7555b880e1110aaa194898ea8e39c71ccd8c1fa418664835a9457298a06"}, ] [package.dependencies] -ruff = "*" +ruff = ">=0.0.242" [[package]] name = "python-dateutil" @@ -1450,4 +1450,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "eb23865d5f7d5717ea9558c4928ad9785736e479be38f2d9882467e092ab6b04" +content-hash = "441f72b50927dec690dc088174d8852eb37aa88f1090621841adae6a63c94100" diff --git a/pyproject.toml b/pyproject.toml index 2551e45..52597a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ types-tqdm = "^4.65.0.1" pytest-random-order = "^1.1.0" pytest-cov = "^4.1.0" pytest-mypy = "^0.10.3" -pytest-ruff = "^0.0.6" +pytest-ruff = "^0.1" requests-mock = "^1.11.0" pytest-freezegun = "^0.4.2" mkdocs = "^1.4.3"