From 460041af826efe61d766121c39d8584bd0351aa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 18:03:30 +0000 Subject: [PATCH] chore(deps): update patch updates --- pyproject.toml | 2 +- tox.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 75f59be0..fdac600e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ starcraft-hello = "starcraft:hello" [project.optional-dependencies] dev = [ "coverage[toml]==7.2.1", - "pytest==7.2.1", + "pytest==7.2.2", "pytest-cov==4.0.0", "pytest-mock==3.10.0", ] diff --git a/tox.ini b/tox.ini index 5b80d148..bf17b1d7 100644 --- a/tox.ini +++ b/tox.ini @@ -54,9 +54,9 @@ deps = # renovate: datasource=pypi black==23.1.0 # renovate: datasource=pypi - ruff==0.0.252 + ruff==0.0.254 # renovate: datasource=pypi - codespell[tomli]==2.2.2 + codespell[tomli]==2.2.3 # renovate: datasource=pypi yamllint==1.29.0 env_dir = {work_dir}/linting