From 04b1f1e8e1079255abcbbdbd938f258dc57cc45b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:01:24 +0000 Subject: [PATCH] Bump marshmallow-sqlalchemy from 1.0.0 to 1.1.0 Bumps [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) from 1.0.0 to 1.1.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.1.0) --- updated-dependencies: - dependency-name: marshmallow-sqlalchemy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 60ce4d0ae..aa15b0d87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2353,23 +2353,23 @@ tests = ["pytest", "pytz", "simplejson"] [[package]] name = "marshmallow-sqlalchemy" -version = "1.0.0" +version = "1.1.0" description = "SQLAlchemy integration with the marshmallow (de)serialization library" optional = false python-versions = ">=3.8" 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.1.0-py3-none-any.whl", hash = "sha256:cce261148e4c6ec4ee275f3d29352933380a1afa2fd3933f5e9ecd02fdc16ade"}, + {file = "marshmallow_sqlalchemy-1.1.0.tar.gz", hash = "sha256:2ab092da269dafa8a05d51a58409af71a8d2183958ba47143127dd239e0359d8"}, ] [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)"] +docs = ["alabaster (==1.0.0)", "sphinx (==8.0.2)", "sphinx-issues (==4.1.0)"] +tests = ["pytest (<9)", "pytest-lazy-fixtures"] [[package]] name = "mccabe" @@ -4803,4 +4803,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "42172a923e16c5b0965ab06f717d41e8491ee35f7be674091b38014c48b7a89e" +content-hash = "9bdbd0f5438f2ba9b4f285dda20fa46c212e2214a1bd26557e1c9818169f3a3b" diff --git a/pyproject.toml b/pyproject.toml index 3e3a78aed..af7a36224 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.1.0" newrelic = "*" notifications-python-client = "==10.0.0" oscrypto = "==1.3.0"