Skip to content

Bump customtkinter from 5.2.2 to 6.0.0#5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/customtkinter-6.0.0
Open

Bump customtkinter from 5.2.2 to 6.0.0#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/customtkinter-6.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps 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 @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps [customtkinter](https://github.com/tomschimansky/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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/customtkinter-6.0.0 branch from 4dd4807 to f864cdb Compare July 2, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants