Skip to content

Bump customtkinter from 5.2.2 to 6.0.0 in the examples group#224

Merged
insolor merged 1 commit into
mainfrom
dependabot/pip/examples-cfe7642c93
Jul 1, 2026
Merged

Bump customtkinter from 5.2.2 to 6.0.0 in the examples group#224
insolor merged 1 commit into
mainfrom
dependabot/pip/examples-cfe7642c93

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the examples group with 1 update: customtkinter.

Updates customtkinter from 5.2.2 to 6.0.0

Changelog

Sourced from customtkinter's changelog.

[6.0.0] - 2026-01-21

Added

  • Showroom App, immediately available with the library installation
  • Gold theme
  • set(), index(), len() methods for those widgets that were suitable to use them
  • Attribute to CTkSegmentedButton to make it vertically instead of horizontally
  • Attribute to CTkTabview to configure the font for its CTkSegmentedButton
  • Possibility to add a border to CTkLabel
  • Mouse Wheel detection to CTkSlider and improved it on CTkScrollbar

Changed

  • CTkButton triggers the command when the Mouse Button is released
  • CTkEntry and CTkTextbox lose focus when you click somewhere else
  • Clicking the Dropdown button again closes the menu for CTkComboBox and CTkOptionMenu
  • Improved/fixed configure() and cget() methods for all widgets
  • Improved Tab renaming for CTkTabview
  • Improved drag behavior for CTkScrollbar
  • Properly managed borders for CTkScrollableFrame
  • Fixed a bug that prevented setting a custom Icon for CTkToplevel
  • Fixed many bugs related to missing invocations or wrong names
  • Widgets on CTkScrollableFrame get scrolled properly when the mouse is over them and the mouse wheel is used

[5.2.0] - 2022-05-02

Added

  • Mostly bug fixes

[5.1.0] - 2022-05-02

Added

  • Added CTkScrollableFrame

Changed

  • Changed license to MIT

[5.0.0] - 2022-11-13

Added

  • Added CTkTextbox with automatic x and y scrollbars, corner_radius, border_width, border_spacing
  • Added CTkSegmentedButton
  • Added CTkTabview
  • Added .cget() method to all widgets and windows
  • Added .bind() and .focus() methods to almost all widgets
  • Added 'anchor' option to CTkButton to position image and text inside the button
  • Added 'anchor' option to CTkOptionMenu and 'justify' option to CTkComboBox
  • Added CTkFont class
  • Added CTkImage class to replace PIL.ImageTk.PhotoImage, supports scaling and two images for appearance mode, supports configuring
  • Added missing configure options for multiple widgets

Changed

  • Changed value for transparent colors (same as background) from None to 'transparent'
  • Changed 'text_font' attribute to 'font' in all widgets, changed 'dropdown_text_font' to 'dropdown_font'
  • Changed 'dropdown_color' attribute to 'dropdown_fg_color' for combobox, optionmenu

... (truncated)

Commits
  • 35f9542 Bump to 6.0.0
  • 30a03ea update CHANGELOG.md
  • b430997 Guard CTkLabel border theme reads for backwards compatibility with older cust...
  • c12c9ab Improved scroll behavior for CTkScrollableFrame
  • a796f6e Bump to 5.3.0
  • 8c85d9b Fixed some bugs with the previous changes
  • 51b3435 Updated CHANGELOG in preparation for the release
  • 73bc7ad Recreated 3 Pull Requests that weren't perfect
  • 73ca84f Improved user experience
  • b33e220 Added new utility methods to all widgets
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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](TomSchimansky/CustomTkinter@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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2026
@insolor insolor merged commit 989ee6e into main Jul 1, 2026
13 checks passed
@insolor insolor deleted the dependabot/pip/examples-cfe7642c93 branch July 1, 2026 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant