From ccfb53d004679a10f386865d35d160ceac1e695e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:03:52 +0000 Subject: [PATCH] Bump customtkinter from 5.2.2 to 6.0.0 in the examples group Bumps the examples group with 1 update: [customtkinter](https://github.com/tomschimansky/customtkinter). Updates `customtkinter` from 5.2.2 to 6.0.0 - [Changelog](https://github.com/TomSchimansky/CustomTkinter/blob/master/CHANGELOG.md) - [Commits](https://github.com/tomschimansky/customtkinter/compare/v5.2.2...v6.0.0) --- updated-dependencies: - dependency-name: customtkinter dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: examples ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ea9b6ef..7328133 100644 --- a/poetry.lock +++ b/poetry.lock @@ -336,14 +336,14 @@ toml = ["tomli ; python_full_version <= \"3.11.0a6\""] [[package]] name = "customtkinter" -version = "5.2.2" +version = "6.0.0" description = "Create modern looking GUIs with Python" optional = false python-versions = ">=3.7" groups = ["main", "dev"] files = [ - {file = "customtkinter-5.2.2-py3-none-any.whl", hash = "sha256:14ad3e7cd3cb3b9eb642b9d4e8711ae80d3f79fb82545ad11258eeffb2e6b37c"}, - {file = "customtkinter-5.2.2.tar.gz", hash = "sha256:fd8db3bafa961c982ee6030dba80b4c2e25858630756b513986db19113d8d207"}, + {file = "customtkinter-6.0.0-py3-none-any.whl", hash = "sha256:704fcbf1d2fca06bd7881b0afacfae72aed9864c9b6de2870e632e55eb3a0456"}, + {file = "customtkinter-6.0.0.tar.gz", hash = "sha256:c782df167bc64ab3fc3140286df06967ac2de4dcc97dd5958426fe9c1a98057b"}, ] markers = {main = "extra == \"examples\""} @@ -1343,4 +1343,4 @@ examples = ["Pillow", "customtkinter", "httpx"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "40d20c89312b9b1b261976a6d06b6c4627bc53168ffbd03030c6de48f15531ed" +content-hash = "d263d2c6652a596352505c54ca97dffb33f2f1606e2decfca7f60746691d5d28" diff --git a/pyproject.toml b/pyproject.toml index 6e9d666..69ba455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ python = "^3.10" Pillow = {version = ">=10.3.0,<13.0.0", optional = true} httpx = {version = ">=0.23.1,<0.29.0", optional = true} -customtkinter = {version = ">=5,<6", optional = true} +customtkinter = {version = ">=5,<7", optional = true} typing-extensions = "*" [tool.poetry.group.dev.dependencies] @@ -29,7 +29,7 @@ pytest = ">=7.4,<10.0" pytest-cov = ">=4.1,<8.0" pytest-timeout = "^2.0.1" ruff = ">=0.4.7,<0.16.0" -customtkinter = "^5.2.1" +customtkinter = ">=5.2.1,<7.0.0" [tool.poetry.group.docs.dependencies] mkdocs = "^1.5.2"