From 0c765d95d4a559dd6a6a158b418ec4cc9c7a24cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:18:04 +0000 Subject: [PATCH] Bump marshmallow-sqlalchemy from 1.0.0 to 1.4.0 Bumps [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) from 1.0.0 to 1.4.0. - [Changelog](https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow-sqlalchemy/compare/1.0.0...1.4.0) --- updated-dependencies: - dependency-name: marshmallow-sqlalchemy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index fadc6cde7..7491615ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2392,23 +2392,23 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "marshmallow-sqlalchemy" -version = "1.0.0" +version = "1.4.0" description = "SQLAlchemy integration with the marshmallow (de)serialization library" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "marshmallow_sqlalchemy-1.0.0-py3-none-any.whl", hash = "sha256:f415d57809e3555b6323356589aba91e36e4470f35953d3a10c755ac5c3307df"}, - {file = "marshmallow_sqlalchemy-1.0.0.tar.gz", hash = "sha256:20a0f2fcdd5bddc86444fa01461f17f9b6a12a8ddd4ca8c9b34fe2f2e35d00a2"}, + {file = "marshmallow_sqlalchemy-1.4.0-py3-none-any.whl", hash = "sha256:92f389f95f21f6038e5e8be16e6fb89a1d0e25e2fe6ba661fa34b955fac20422"}, + {file = "marshmallow_sqlalchemy-1.4.0.tar.gz", hash = "sha256:ca169a26171077af8afa25789e9781680de0e9187563c422f1f67d0a0133433a"}, ] [package.dependencies] -marshmallow = ">=3.10.0" +marshmallow = ">=3.18.0" SQLAlchemy = ">=1.4.40,<3.0" [package.extras] -dev = ["marshmallow-sqlalchemy[tests]", "pre-commit (>=3.5,<4.0)", "tox"] -docs = ["alabaster (==0.7.16)", "sphinx (==7.2.6)", "sphinx-issues (==4.0.0)"] -tests = ["pytest (<8)", "pytest-lazy-fixture (>=0.6.2)"] +dev = ["marshmallow-sqlalchemy[tests]", "pre-commit (>=3.5,<5.0)", "tox"] +docs = ["furo (==2024.8.6)", "sphinx (==8.1.3)", "sphinx-copybutton (==0.5.2)", "sphinx-design (==0.6.1)", "sphinx-issues (==5.0.0)", "sphinxext-opengraph (==0.9.1)"] +tests = ["pytest (<9)", "pytest-lazy-fixtures"] [[package]] name = "mccabe" @@ -4951,4 +4951,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "81a109693e74d2ffa3be7098e629050f25090c6a08bab57056b9a4a35283ea6f" +content-hash = "3236fae0978c2f3908e3f2053e4488ee3b9b004acff61cc3bb069b5d61e0fb07" diff --git a/pyproject.toml b/pyproject.toml index d29ff84f1..b329ecffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ iso8601 = "==2.1.0" jsonschema = {version = "==4.23.0", extras = ["format"]} lxml = "==5.2.2" marshmallow = "==3.22.0" -marshmallow-sqlalchemy = "==1.0.0" +marshmallow-sqlalchemy = "==1.4.0" newrelic = "*" notifications-python-client = "==10.0.0" oscrypto = { git = "https://github.com/wbond/oscrypto.git", rev = "1547f53" }