mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 01:38:26 -04:00
Bump marshmallow from 4.1.2 to 4.2.0
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 4.1.2 to 4.2.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/4.1.2...4.2.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
10
poetry.lock
generated
10
poetry.lock
generated
@@ -2799,19 +2799,19 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "marshmallow"
|
name = "marshmallow"
|
||||||
version = "4.1.2"
|
version = "4.2.0"
|
||||||
description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
|
description = "A lightweight library for converting complex datatypes to and from native Python datatypes."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.10"
|
python-versions = ">=3.10"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "marshmallow-4.1.2-py3-none-any.whl", hash = "sha256:a8cfa18bd8d0e5f7339e734edf84815fe8db1bdb57358c7ccc05472b746eeadc"},
|
{file = "marshmallow-4.2.0-py3-none-any.whl", hash = "sha256:1dc369bd13a8708a9566d6f73d1db07d50142a7580f04fd81e1c29a4d2e10af4"},
|
||||||
{file = "marshmallow-4.1.2.tar.gz", hash = "sha256:083f250643d2e75fd363f256aeb6b1af369a7513ad37647ce4a601f6966e3ba5"},
|
{file = "marshmallow-4.2.0.tar.gz", hash = "sha256:908acabd5aa14741419d3678d3296bda6abe28a167b7dcd05969ceb8256943ac"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
dev = ["marshmallow[tests]", "pre-commit (>=3.5,<5.0)", "tox"]
|
dev = ["marshmallow[tests]", "pre-commit (>=3.5,<5.0)", "tox"]
|
||||||
docs = ["autodocsumm (==0.2.14)", "furo (==2025.9.25)", "sphinx (==8.2.3)", "sphinx-copybutton (==0.5.2)", "sphinx-issues (==5.0.1)", "sphinxext-opengraph (==0.13.0)"]
|
docs = ["autodocsumm (==0.2.14)", "furo (==2025.12.19)", "sphinx (==8.2.3)", "sphinx-copybutton (==0.5.2)", "sphinx-issues (==5.0.1)", "sphinxext-opengraph (==0.13.0)"]
|
||||||
tests = ["pytest", "simplejson"]
|
tests = ["pytest", "simplejson"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -6005,4 +6005,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = "^3.13.2"
|
python-versions = "^3.13.2"
|
||||||
content-hash = "71c3ac9c905ae1bbe18769496c5587591d2bd3c17e158601418d8f08880a92e2"
|
content-hash = "0e4a10c45849bb41dc5deece876757cd7b8525264b4e9611ec6cf02d2ac17fe3"
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ gunicorn = {version = "==23.0.0", extras = ["gevent"]}
|
|||||||
iso8601 = "==2.1.0"
|
iso8601 = "==2.1.0"
|
||||||
jsonschema = {version = "==4.25.1", extras = ["format"]}
|
jsonschema = {version = "==4.25.1", extras = ["format"]}
|
||||||
lxml = "==6.0.2"
|
lxml = "==6.0.2"
|
||||||
marshmallow = "^4.1.2"
|
marshmallow = "^4.2.0"
|
||||||
marshmallow-sqlalchemy = "^1.4.2"
|
marshmallow-sqlalchemy = "^1.4.2"
|
||||||
newrelic = "^11.2.0"
|
newrelic = "^11.2.0"
|
||||||
packaging = "==25.0"
|
packaging = "==25.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user