Browse Source

Bump Marshmallow to 4.0.1 (was 3.25.1)

merge-requests/171/head
Andrew Shu 3 months ago
committed by talklittle
parent
commit
37dbd7fd52
  1. 2
      tildes/requirements-dev.txt
  2. 2
      tildes/requirements.in
  3. 2
      tildes/requirements.txt

2
tildes/requirements-dev.txt

@ -37,7 +37,7 @@ jinja2==3.1.6
lupa==2.5
mako==1.3.10
markupsafe==3.0.2
marshmallow==3.25.1
marshmallow==4.0.1
matplotlib-inline==0.1.7
mccabe==0.7.0
mypy==1.17.1

2
tildes/requirements.in

@ -10,7 +10,7 @@ html5lib
invoke
ipython
lupa
marshmallow==3.25.1 # TODO: Upgrade Marshmallow https://marshmallow.readthedocs.io/en/latest/upgrading.html
marshmallow
Pillow
pip-tools
prometheus-client

2
tildes/requirements.txt

@ -25,7 +25,7 @@ jinja2==3.1.6
lupa==2.5
mako==1.3.10
markupsafe==3.0.2
marshmallow==3.25.1
marshmallow==4.0.1
matplotlib-inline==0.1.7
packaging==25.0
parso==0.8.4

Loading…
Cancel
Save