Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tksheet from 6.3.0 to 6.3.4 #114

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps tksheet from 6.3.0 to 6.3.4.

Release notes

Sourced from tksheet's releases.

6.3.4

Version 6.3.4

Fixed:

6.3.3

Version 6.3.3

Improved:

  • Term searching improved when typing in a normal state dropdown box

Removed:

  • bind_event() function, bind() to be used instead

6.3.2

Version 6.3.2

Changed:

  • tksheet no longer supports Python 3.6, only versions 3.7+

Removed:

Due to errors caused when using Python versions < 3.8 the following functions have been removed:

  • bool
  • len

Fixed:

  • Sheet init error since version 6.3.0 when running Python 3.7

6.3.1

Version 6.3.1

Fixed:

  • Two EditCellEvents being emitted, removed the one with None as text attribute
  • Selection box and currently selected box in different places when tab key pressed with single cell selected
  • Return key not working in dropdown box when mouse pointer is outside of dropdown
  • Visual issue: Dropdown arrow staying up when clicking on same cell with readonly dropdown state
  • Visual issue: Dropdown row/column all arrows in up position when one box is open

Removed:

  • Many parameters from internal functions dealing with text editor to simplify code

Changed:

  • Cell selection doesn't move on Return key when cell edit using text editor was invalid
  • Events for extra_bindings() end cut, delete and paste are no longer emitted if no changes were made

Improved:

  • Term searching improved when typing in a normal state dropdown box
Changelog

Sourced from tksheet's changelog.

Version 6.3.4

Fixed:

Version 6.3.3

Improved:

  • Term searching improved when typing in a normal state dropdown box

Removed:

  • bind_event() function, bind() to be used instead

Version 6.3.2

Changed:

  • tksheet no longer supports Python 3.6, only versions 3.7+

Removed:

Due to errors caused when using Python versions < 3.8 the following functions have been removed:

  • bool
  • len

Fixed:

  • Sheet init error since version 6.3.0 when running Python 3.7

Version 6.3.1

Fixed:

  • Two EditCellEvents being emitted, removed the one with None as text attribute
  • Selection box and currently selected box in different places when tab key pressed with single cell selected
  • Return key not working in dropdown box when mouse pointer is outside of dropdown
  • Visual issue: Dropdown arrow staying up when clicking on same cell with readonly dropdown state
  • Visual issue: Dropdown row/column all arrows in up position when one box is open

Removed:

  • Many parameters from internal functions dealing with text editor to simplify code

Changed:

  • Cell selection doesn't move on Return key when cell edit using text editor was invalid
  • Events for extra_bindings() end cut, delete and paste are no longer emitted if no changes were made

Improved:

  • Term searching improved when typing in a normal state dropdown box
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tksheet](https://github.com/ragardner/tksheet) from 6.3.0 to 6.3.4.
- [Release notes](https://github.com/ragardner/tksheet/releases)
- [Changelog](https://github.com/ragardner/tksheet/blob/master/CHANGELOG.md)
- [Commits](ragardner/tksheet@6.3.0...6.3.4)

---
updated-dependencies:
- dependency-name: tksheet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Dec 4, 2023
@WWGolay WWGolay merged commit f0a2f4c into main Dec 19, 2023
4 checks passed
@WWGolay WWGolay deleted the dependabot/pip/tksheet-6.3.4 branch December 19, 2023 20:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant