From 29dbe45cbe32625cd7280318c9f361293be9fbab Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Fri, 31 May 2024 11:27:39 -0700 Subject: [PATCH] code review feedback --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ca7c4c49..2fd078feb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ flake8-print = "^5.0.0" flake8-pytest-style = "^1.7.2" isort = "^5.13.2" jinja2-cli = {version = "==0.8.2", extras = ["yaml"]} -moto="*" +moto = "*" pip-audit = "*" pre-commit = "^3.7.1" pytest = "^8.2.1"