From 5a3892d65e080de89664eadb157d510c1f54fa6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 23:14:46 +0000 Subject: [PATCH] Bump marshmallow from 3.17.1 to 3.18.0 Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.17.1 to 3.18.0. - [Release notes](https://github.com/marshmallow-code/marshmallow/releases) - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.17.1...3.18.0) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 06ab20a..bbaf3f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ packages = find: install_requires = tinydb==4.7.0 python-dateutil==2.8.2 - marshmallow==3.17.1 + marshmallow==3.18.0 argcomplete==2.0.0 appdirs==1.4.4 rich==12.5.1