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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-07-10 11:34:13 -04:00
committed by GitHub
parent 25112eaa2d
commit 15010d34a7
2 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ iso8601 = "==1.0.2"
itsdangerous = "==2.1.2" itsdangerous = "==2.1.2"
jsonschema = {version = "==4.17.3", extras = ["format"]} jsonschema = {version = "==4.17.3", extras = ["format"]}
lxml = "==4.9.1" lxml = "==4.9.1"
marshmallow = "==3.15.0" marshmallow = "==3.19.0"
marshmallow-sqlalchemy = "==0.29.0" marshmallow-sqlalchemy = "==0.29.0"
notifications-python-client = "==6.3.0" notifications-python-client = "==6.3.0"
oscrypto = "==1.3.0" oscrypto = "==1.3.0"

12
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "2c03796e7f2bdece5854e226ac2e0f44f4194498006527dea2ce9ae193f8f86d" "sha256": "7aca47c50c01f6733429346c5fa5b0a98d46a8c940d040dc7bcf23b27b5bfd6e"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@@ -484,7 +484,7 @@
"sha256:f82d4d717d8ef19188687aa32b8363e96062911e63ba22a0cff7802a8e58e5f1", "sha256:f82d4d717d8ef19188687aa32b8363e96062911e63ba22a0cff7802a8e58e5f1",
"sha256:fc3a569657468b6f3fb60587e48356fe512c1754ca05a564f11366ac9e306526" "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" "version": "==2.0.2"
}, },
"gunicorn": { "gunicorn": {
@@ -717,11 +717,11 @@
}, },
"marshmallow": { "marshmallow": {
"hashes": [ "hashes": [
"sha256:2aaaab4f01ef4f5a011a21319af9fce17ab13bf28a026d1252adab0e035648d5", "sha256:90032c0fd650ce94b6ec6dc8dfeb0e3ff50c144586462c389b81a07205bedb78",
"sha256:ff79885ed43b579782f48c251d262e062bce49c65c52412458769a4fb57ac30f" "sha256:93f0958568da045b0021ec6aeb7ac37c81bfcccbb9a0e7ed8559885070b3a19b"
], ],
"index": "pypi", "index": "pypi",
"version": "==3.15.0" "version": "==3.19.0"
}, },
"marshmallow-sqlalchemy": { "marshmallow-sqlalchemy": {
"hashes": [ "hashes": [
@@ -1085,7 +1085,7 @@
"sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2", "sha256:78f9a9bf4e7be0c5ded4583326e7461e3a3c5aae24073648b4bdfa797d78c9d2",
"sha256:9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9" "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" "version": "==4.7.2"
}, },
"s3transfer": { "s3transfer": {