From 7e4358b18f260404481dfb71798d03bc265ef456 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Wed, 3 Apr 2024 15:44:57 +0800 Subject: [PATCH] Update moto to 3.0.2 --- .gitignore | 1 + tests/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ca90496..9d16af87 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ coverage .vscode package/ .local +local .DS_Store # Unit test diff --git a/tests/requirements.txt b/tests/requirements.txt index af22ba64..583ab624 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -5,5 +5,5 @@ pytest-cov pytest-html flake8 requests-mock -moto==3.0.2.dev12 +moto==3.0.2 python-gnupg==0.5.0