Skip to content

Commit 1ef33ed

Browse files
chore(deps): Bump marshmallow from 3.26.1 to 4.0.0
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.26.1 to 4.0.0. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](marshmallow-code/marshmallow@3.26.1...4.0.0) --- updated-dependencies: - dependency-name: marshmallow dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86d7108 commit 1ef33ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"defusedxml>=0.6.0,<1",
2323
"jsonschema>=3.1.1",
2424
"lxml>=5.2.1,<6",
25-
"marshmallow>=3,<4",
25+
"marshmallow>=3,<5",
2626
"pydantic>=2.10.0,!=1.7.*,!=1.8.*,!=1.9.*",
2727
"pyOpenSSL>=24.0.0",
2828
"pytz>=2019.3",

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ djangorestframework>=3.10.3,<3.17
1414
importlib-metadata==8.7.0
1515
jsonschema==4.23.0
1616
lxml==5.4.0
17-
marshmallow==3.26.1
17+
marshmallow==4.0.0
1818
pydantic==2.11.2
1919
pyOpenSSL==25.0.0
2020
pytz==2025.2

0 commit comments

Comments
 (0)