Browse Source

Bump Marshmallow to 4.0.1 (was 3.25.1)

merge-requests/171/head
Andrew Shu 1 month ago
parent
commit
69c806d8e4
  1. 2
      tildes/requirements-dev.txt
  2. 2
      tildes/requirements.in
  3. 2
      tildes/requirements.txt

2
tildes/requirements-dev.txt

@ -43,7 +43,7 @@ lazy-object-proxy==1.11.0
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
more-itertools==10.7.0

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

@ -31,7 +31,7 @@ lazy-object-proxy==1.11.0
lupa==2.5
mako==1.3.10
markupsafe==3.0.2
marshmallow==3.25.1
marshmallow==4.0.1
matplotlib-inline==0.1.7
more-itertools==10.7.0
openapi-core==0.19.5

Loading…
Cancel
Save