From 2be7120903ee2228f7d6474400517a340b4d776a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 14:21:49 +0000 Subject: [PATCH 1/3] Bump setuptools from 76.0.0 to 78.1.0 in /examples Bumps [setuptools](https://github.com/pypa/setuptools) from 76.0.0 to 78.1.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/v76.0.0...v78.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- examples/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pyproject.toml b/examples/pyproject.toml index cc4025365..f119a8555 100644 --- a/examples/pyproject.toml +++ b/examples/pyproject.toml @@ -4,4 +4,4 @@ local_scheme = "no-local-version" version_scheme = "post-release" [build-system] -requires = ['setuptools==76.0.0', 'setuptools-scm==8.2.1'] +requires = ['setuptools==78.1.0', 'setuptools-scm==8.2.1'] From cc23632626622840dffea1c68722ebf4182fd194 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas <sylwester.arabas@agh.edu.pl> Date: Sun, 13 Apr 2025 13:52:37 +0200 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 730626cea..f7d844276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,4 +6,4 @@ local_scheme = "no-local-version" version_scheme = "post-release" [build-system] -requires = ['setuptools==75.3.0', 'setuptools-scm==8.2.1'] +requires = ['setuptools==78.1.0', 'setuptools-scm==8.2.1'] From 9af2907eaa17a6c22342f3ec5ea3cadd0f5cc70d Mon Sep 17 00:00:00 2001 From: Sylwester Arabas <sylwester.arabas@agh.edu.pl> Date: Sat, 26 Apr 2025 12:46:44 +0200 Subject: [PATCH 3/3] yml syntax fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b15903bad..8d890a70f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ version_scheme = "post-release" include = ["PySDM", "PySDM*"] [build-system] -requires = ['setuptools==78.1.0', 'setuptools-scm==8.3.1] +requires = ['setuptools==78.1.0', 'setuptools-scm==8.3.1'] build-backend = "setuptools.build_meta" [project]