mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 05:58:53 -04:00
Bump marshmallow from 4.2.1 to 4.2.2 (#2207)
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/4.2.1...4.2.2) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -2759,14 +2759,14 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "marshmallow"
|
name = "marshmallow"
|
||||||
version = "4.2.1"
|
version = "4.2.2"
|
||||||
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.2.1-py3-none-any.whl", hash = "sha256:d82b1a83cfbb4667d050850fbed4e9d4435576cb95f5ff37894f375dce201768"},
|
{file = "marshmallow-4.2.2-py3-none-any.whl", hash = "sha256:084a9466111b7ec7183ca3a65aed758739af919fedc5ebdab60fb39d6b4dc121"},
|
||||||
{file = "marshmallow-4.2.1.tar.gz", hash = "sha256:4d1d66189c8d279ca73a6b0599d74117e5f8a3830b5cd766b75c2bb08e3464e7"},
|
{file = "marshmallow-4.2.2.tar.gz", hash = "sha256:ba40340683a2d1c15103647994ff2f6bc2c8c80da01904cbe5d96ee4baa78d9f"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
@@ -5978,4 +5978,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 = "a13336e863704f8ceb337587b110d861931abf4fdb55334bb1d23fed746804e2"
|
content-hash = "990a094d4b0ce1aa96717e59cb1e78420ce45eb425c66b55a518f2715b2d1694"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ gunicorn = {version = "==25.0.1", extras = ["gevent"]}
|
|||||||
iso8601 = "==2.1.0"
|
iso8601 = "==2.1.0"
|
||||||
jsonschema = {version = "==4.26.0", extras = ["format"]}
|
jsonschema = {version = "==4.26.0", extras = ["format"]}
|
||||||
lxml = "==6.0.2"
|
lxml = "==6.0.2"
|
||||||
marshmallow = "^4.2.1"
|
marshmallow = "^4.2.2"
|
||||||
marshmallow-sqlalchemy = "^1.4.2"
|
marshmallow-sqlalchemy = "^1.4.2"
|
||||||
newrelic = "^11.4.0"
|
newrelic = "^11.4.0"
|
||||||
packaging = "==26.0"
|
packaging = "==26.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user