From f135ea7407f4dcdda8e9aed0bca9bd4fa990cde6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 08:38:09 +0000 Subject: [PATCH] Bump moto from 3.1.13 to 4.0.5 Bumps [moto](https://github.com/spulec/moto) from 3.1.13 to 4.0.5. - [Release notes](https://github.com/spulec/moto/releases) - [Changelog](https://github.com/spulec/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/spulec/moto/compare/3.1.13...4.0.5) --- updated-dependencies: - dependency-name: moto dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 901d8f738..710e360d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Django==4.1.1 psycopg2==2.9.3 gunicorn==20.1.0 #production server -whitenoise==5.3.0 #serving swagger static files +whitenoise==6.2.0 #serving swagger static files djangorestframework==3.13.1 pylint==2.15.0 pydash==5.1.0 @@ -9,7 +9,7 @@ django-cors-headers==3.13.0 pyyaml==6.0 colour_runner==0.1.1 boto3==1.24.28 -moto==3.1.13 +moto==4.0.5 python-dateutil==2.8.2 requests==2.27.1 factory_boy==3.2.1