From 15010d34a7bb4e16ca2a175d5586b47366a8de1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 11:34:13 -0400 Subject: [PATCH] Bump marshmallow from 3.15.0 to 3.19.0 (#327) Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.15.0 to 3.19.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.15.0...3.19.0) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index 03ef62e34..f074f1836 100644 --- a/Pipfile +++ b/Pipfile @@ -46,7 +46,7 @@ iso8601 = "==1.0.2" itsdangerous = "==2.1.2" jsonschema = {version = "==4.17.3", extras = ["format"]} lxml = "==4.9.1" -marshmallow = "==3.15.0" +marshmallow = "==3.19.0" marshmallow-sqlalchemy = "==0.29.0" notifications-python-client = "==6.3.0" oscrypto = "==1.3.0" diff --git a/Pipfile.lock b/Pipfile.lock index 4d66330f1..21e6d8dbd 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2c03796e7f2bdece5854e226ac2e0f44f4194498006527dea2ce9ae193f8f86d" + "sha256": "7aca47c50c01f6733429346c5fa5b0a98d46a8c940d040dc7bcf23b27b5bfd6e" }, "pipfile-spec": 6, "requires": { @@ -484,7 +484,7 @@ "sha256:f82d4d717d8ef19188687aa32b8363e96062911e63ba22a0cff7802a8e58e5f1", "sha256:fc3a569657468b6f3fb60587e48356fe512c1754ca05a564f11366ac9e306526" ], - "markers": "python_version >= '3' and platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", "version": "==2.0.2" }, "gunicorn": { @@ -717,11 +717,11 @@ }, "marshmallow": { "hashes": [ - "sha256:2aaaab4f01ef4f5a011a21319af9fce17ab13bf28a026d1252adab0e035648d5", - "sha256:ff79885ed43b579782f48c251d262e062bce49c65c52412458769a4fb57ac30f" + "sha256:90032c0fd650ce94b6ec6dc8dfeb0e3ff50c144586462c389b81a07205bedb78", + "sha256:93f0958568da045b0021ec6aeb7ac37c81bfcccbb9a0e7ed8559885070b3a19b" ], "index": "pypi", - "version": "==3.15.0" + "version": "==3.19.0" }, "marshmallow-sqlalchemy": { "hashes": [ @@ -1085,7 +1085,7 @@ "sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2", "sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9" ], - "markers": "python_version >= '3.5' and python_version < '4'", + "markers": "python_full_version >= '3.5.0' and python_full_version < '4.0.0'", "version": "==4.7.2" }, "s3transfer": {