From ff8caa5bed2ab40152ecd921153a89e1c557cc5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:21:37 -0600 Subject: [PATCH] chore(deps): Bump marshmallow from 3.23.0 to 3.24.0 in /experimenter/tests (#11992) Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.23.0 to 3.24.0.
Changelog

Sourced from marshmallow's changelog.

3.24.0 (2025-01-06)


Features:

Bug fixes:

Deprecations:

3.23.3 (2025-01-03)


Bug fixes:

Support:

3.23.2 (2024-12-18)


Bug fixes:

3.23.1 (2024-11-01)


Support:

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=marshmallow&package-manager=pip&previous-version=3.23.0&new-version=3.24.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- experimenter/tests/poetry.lock | 10 +++++----- experimenter/tests/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/experimenter/tests/poetry.lock b/experimenter/tests/poetry.lock index 51d714cbc0..4715e1c6e4 100644 --- a/experimenter/tests/poetry.lock +++ b/experimenter/tests/poetry.lock @@ -526,13 +526,13 @@ files = [ [[package]] name = "marshmallow" -version = "3.23.0" +version = "3.24.0" description = "A lightweight library for converting complex datatypes to and from native Python datatypes." optional = false python-versions = ">=3.9" files = [ - {file = "marshmallow-3.23.0-py3-none-any.whl", hash = "sha256:82f20a2397834fe6d9611b241f2f7e7b680ed89c49f84728a1ad937be6b4bdf4"}, - {file = "marshmallow-3.23.0.tar.gz", hash = "sha256:98d8827a9f10c03d44ead298d2e99c6aea8197df18ccfad360dae7f89a50da2e"}, + {file = "marshmallow-3.24.0-py3-none-any.whl", hash = "sha256:459922b7a1fd3d29d5082ddcadfcea0efd98985030e71d3ef0dd8f44f406e41d"}, + {file = "marshmallow-3.24.0.tar.gz", hash = "sha256:378572f727e52123d00de1bdd9b7ea7bed18bbfedc7f9bfbcddaf78925a8d602"}, ] [package.dependencies] @@ -540,7 +540,7 @@ packaging = ">=17.0" [package.extras] dev = ["marshmallow[tests]", "pre-commit (>=3.5,<5.0)", "tox"] -docs = ["alabaster (==1.0.0)", "autodocsumm (==0.2.13)", "sphinx (==8.1.3)", "sphinx-issues (==5.0.0)", "sphinx-version-warning (==1.1.2)"] +docs = ["alabaster (==1.0.0)", "autodocsumm (==0.2.14)", "sphinx (==8.1.3)", "sphinx-issues (==5.0.0)"] tests = ["pytest", "simplejson"] [[package]] @@ -1733,4 +1733,4 @@ test = ["zope.security", "zope.testrunner"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "7ee764c1277123eb80d9bcf258a93ae41be8b35e6d192446c2426e792234a0ba" +content-hash = "ad762912648bbf7d7c87051ce29937f327a2c40b27bf2041138bc0cafef7f6a5" diff --git a/experimenter/tests/pyproject.toml b/experimenter/tests/pyproject.toml index 3521cdfe9f..3121dc3177 100644 --- a/experimenter/tests/pyproject.toml +++ b/experimenter/tests/pyproject.toml @@ -45,7 +45,7 @@ pytest-forked = "^1.6.0" apipkg = "^3.0.2" python-dateutil = "^2.9.0.post0" pydantic = "^1.10.15" -marshmallow = "^3.23.0" +marshmallow = "^3.24.0" marshmallow-enum = "^1.5.1" mypy-extensions = "^1.0.0" charset-normalizer = "^3.4.0"