From ac4e49bcdaa03402aa8b4762fd58053e3e7fb0ab Mon Sep 17 00:00:00 2001 From: Ross Wolf <31489089+rw-access@users.noreply.github.com> Date: Thu, 28 Oct 2021 21:50:49 -0600 Subject: [PATCH] Update the marshmallow dependencies in requirements.txt (#1475) * Update the marshmallow dependencies in requirements.txt * Fix typo Co-authored-by: Justin Ibarra (cherry picked from commit d03e7972a63096b279d4eeef931f8b518299f840) --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3c3e4e799..74d6f775f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,8 +8,8 @@ PyYAML~=5.3 eql==0.9.9 elasticsearch~=7.9 XlsxWriter~=1.3.6 -marshmallow~=3.12.2 -marshmallow-dataclass[union]~=8.4 +marshmallow~=3.13.0 +marshmallow-dataclass[union]~=8.5.3 # test deps pyflakes==2.2.0 @@ -18,4 +18,4 @@ pep8-naming==0.7.0 pytest>=3.6 jsonschema==3.2.0 marshmallow-jsonschema~=0.12.0 -marshmallow-union~=0.1.15 # needed for marshmallow-jsonschem \ No newline at end of file +marshmallow-union~=0.1.15 # needed for marshmallow-jsonschema