From 9a7c7e3fad874f5eb3afc344e0dd48703d935403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 10:49:40 +0000 Subject: [PATCH] Bump arcade from 2.6.17 to 3.3.2 in the python-dependencies group Bumps the python-dependencies group with 1 update: [arcade](https://github.com/pythonarcade/arcade). Updates `arcade` from 2.6.17 to 3.3.2 - [Release notes](https://github.com/pythonarcade/arcade/releases) - [Changelog](https://github.com/pythonarcade/arcade/blob/development/CHANGELOG.md) - [Commits](https://github.com/pythonarcade/arcade/compare/2.6.17...3.3.2) --- updated-dependencies: - dependency-name: arcade dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 812991a..9864623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = { text = "MIT" } readme = "README.md" requires-python = ">=3.10" dependencies = [ - "arcade==2.6.17", + "arcade==3.3.2", ] [project.urls]