From dc121dc29588ad7d7a2ecf241baabd706103bd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:58:13 +0100 Subject: [PATCH 1/3] Bump setuptools from 75.6.0 to 75.8.0 (#535) Bumps [setuptools](https://github.com/pypa/setuptools) from 75.6.0 to 75.8.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.6.0...v75.8.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee4e1feb..abb2800d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,12 +37,12 @@ dynamic = ["readme", "version"] coverage = ["coverage==7.6.10"] docs = ["sphinx==8.1.3", "sphinx-rtd-theme==3.0.2"] formatting = ["black[jupyter]==24.10.0", "isort==5.13.2"] -json_schemas = ["marshmallow-jsonschema==0.13.0", "setuptools==75.6.0"] +json_schemas = ["marshmallow-jsonschema==0.13.0", "setuptools==75.8.0"] linting = ["pylint==3.3.2"] spellcheck = ["codespell==2.3.0"] test_packaging = [ "build==1.2.2.post1", - "setuptools==75.6.0", + "setuptools==75.8.0", "setuptools-scm==8.1.0", "twine==6.0.1", ] From 378393077a3dcc50a4192a9b8af83b514174f906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:58:33 +0100 Subject: [PATCH 2/3] Bump marshmallow from 3.23.0 to 3.25.1 (#532) Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow) from 3.23.0 to 3.25.1. - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.23.0...3.25.1) --- updated-dependencies: - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b37d77ed..0bf1c552 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ inject==5.2.1 # via -r requirements.in lark==1.2.2 # via -r requirements.in -marshmallow==3.24.0 +marshmallow==3.25.1 # via # -r requirements.in # marshmallow-enum From c5843036370febffc2e8378688d13d1aa9f9973b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:33:26 +0100 Subject: [PATCH 3/3] Bump pytest-asyncio from 0.25.0 to 0.25.2 (#533) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.25.0 to 0.25.2. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.0...v0.25.2) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abb2800d..9beaff35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test_packaging = [ ] tests = [ "pytest==8.3.4", - "pytest-asyncio==0.25.0", + "pytest-asyncio==0.25.2", "pytest-datafiles==3.0.0", "pytest-mock==3.14.0", ]