From 8be3864d7ac92e9c080510e465076cc095b78eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:35:09 -0400 Subject: [PATCH] Bump marshmallow-sqlalchemy from 0.28.1 to 0.29.0 (#310) Bumps [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) from 0.28.1 to 0.29.0. - [Changelog](https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow-sqlalchemy/compare/0.28.1...0.29.0) --- updated-dependencies: - dependency-name: marshmallow-sqlalchemy 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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Pipfile b/Pipfile index 9561529c3..7d75d2575 100644 --- a/Pipfile +++ b/Pipfile @@ -47,7 +47,7 @@ itsdangerous = "==2.1.2" jsonschema = {version = "==4.17.3", extras = ["format"]} lxml = "==4.9.1" marshmallow = "==3.15.0" -marshmallow-sqlalchemy = "==0.28.1" +marshmallow-sqlalchemy = "==0.29.0" notifications-python-client = "==6.3.0" oscrypto = "==1.3.0" psycopg2-binary = "==2.9.3" diff --git a/Pipfile.lock b/Pipfile.lock index 9885203d4..b587a26ef 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4d927f81ce8ac461388a2998459e4f1ed79ef982822e36ca58df2ccf2200d2e8" + "sha256": "380a226edbb2f6122e5d2933832e96a7bf935140288dc4bbcb8b99e5cf89cfce" }, "pipfile-spec": 6, "requires": { @@ -725,11 +725,11 @@ }, "marshmallow-sqlalchemy": { "hashes": [ - "sha256:aa376747296780a56355e3067b9c8bf43a2a1c44ff985de82b3a5d9e161ca2b8", - "sha256:dbb061c19375eca3a7d18358d2ca8bbaee825fc3000a3f114e2698282362b536" + "sha256:3523a774390ef0c1c0f7c708a7519809c5396cf608720f14f55c36f74ff5bbec", + "sha256:3cee0bf61ed10687c0a41448e1916649b28222334a02f7b937c39d1c69c18bee" ], "index": "pypi", - "version": "==0.28.1" + "version": "==0.29.0" }, "mistune": { "hashes": [ @@ -844,7 +844,7 @@ "sha256:04505ade687dc26dc4284b1ad19a83be2f2afe83e7a828ace0c72f3a1df72aac", "sha256:9dffbe1d8acf91e3de75f3b544e4842382fc06c6babe903ac9acb74dc6e08d88" ], - "markers": "python_full_version >= '3.7.0'", + "markers": "python_version >= '3.7'", "version": "==3.0.39" }, "psycopg2-binary": { @@ -1084,7 +1084,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": { @@ -2200,7 +2200,7 @@ "sha256:4659bc2a667783e7a15d190f6fccf8b2486685b6dba4c19c3876314769c57526", "sha256:b4fa3a7a0be38243123cf9d1f3518da10c51bdb165a2b2985566247f9155a7d3" ], - "markers": "python_full_version >= '3.6.0'", + "markers": "python_version >= '3.6'", "version": "==32.0.1" }, "pluggy": { @@ -2425,7 +2425,7 @@ "sha256:8f87bc7ee54675732fa66a05ebfe489e27264caeeff3728c945d25971b6485ec", "sha256:d653d6bccede5844304c605d5aac802c7cf9621efd700b46c7ec2b51ea914898" ], - "markers": "python_full_version >= '3.7.0'", + "markers": "python_version >= '3.7'", "version": "==13.4.2" }, "s3transfer": {