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 libtmux from 0.31.0.post0 to 0.40.1 #25

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps libtmux from 0.31.0.post0 to 0.40.1.

Release notes

Sourced from libtmux's releases.

v0.40.1 - Fix for new sessions w/ env vars

Bug fixes

New Contributors

Full Changelog: tmux-python/libtmux@v0.40.0...v0.40.1

v0.40.0 - Maintenance release

Maintenance only, no bug fixes or new features

Development

Full Changelog: tmux-python/libtmux@v0.39.0...v0.40.0

v0.38.0 (built with uv)

What's Changed

Development

  • Project and package management: poetry to uv (#547)

    uv is the new package and project manager for the project, replacing Poetry.

  • Code quality: Use f-strings in more places (#540)

    via ruff 0.4.2.

Documentation

  • [docs] Sphinx v8 compatibility: configure a non-empty inventory name for Python Intersphinx mapping. by @​jayaddison in tmux-python/libtmux#542

  • Fix docstrings in query_list for MultipleObjectsReturned and ObjectDoesNotExist.

Other

New Contributors

Full Changelog: tmux-python/libtmux@v0.37.0...v0.38.0

v0.37.0 - Maintenance release, test stability

Tests

... (truncated)

Changelog

Sourced from libtmux's changelog.

libtmux 0.40.1 (2024-12-24)

Bug fix

  • Server.new_session: Fix handling of environmental variables passed to new sessions. Thank you @​ppentchev! (#553)

libtmux 0.40.0 (2024-12-20)

Maintenance only, no bug fixes or new features

Breaking

  • _global renamed to global_

Development

  • Aggressive automated lint fixes via ruff (#550)

    via ruff v0.8.4, all automated lint fixes, including unsafe and previews were applied for Python 3.9:

    ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .
  • Tests: Stability fixes for legacy test_select_pane test (#552)

libtmux 0.39.0 (2024-11-26)

Maintenance only, no bug fixes or new features

Breaking changes

  • Drop Python 3.8. end of life was October 7th, 2024 (#548)

    tmuxp 1.48.0 was the last release for Python 3.8.

    The minimum python for tmuxp as of 1.49.0 is Python 3.9

libtmux 0.38.1 (2024-11-26)

  • Keep minimum Python version at 3.8 for now.

libtmux 0.38.0 (2024-11-26)

Breaking changes

Project and package management: poetry to uv (#547)

[uv] is the new package and project manager for the project, replacing Poetry.

... (truncated)

Commits
  • 6f33eff Tag v0.40.1 (bug fix from #553)
  • a2dd3c3 docs(CHANGES) Note bug fix
  • 9b955da fix(server[new_session]): Fix passing both window command and environment (#553)
  • d1cd071 py(deps) Bump dev packages
  • ce2dd54 .tool-versions(python,uv) Bump patch-level versions
  • bb9b462 docs(CHANGES) Note rename _global to global_
  • d5a20c5 Tag v0.40.0 - Python 3.9 syntax improvements
  • 7fbc23a test(legacy[session]) Stabilize assertion (#552)
  • a6fd116 docs(CHANGES) Note test_select_window stability fix
  • 97d83af test(legacy[session]) Stabilize assertion
  • 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 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 [libtmux](https://github.com/tmux-python/libtmux) from 0.31.0.post0 to 0.40.1.
- [Release notes](https://github.com/tmux-python/libtmux/releases)
- [Changelog](https://github.com/tmux-python/libtmux/blob/master/CHANGES)
- [Commits](tmux-python/libtmux@v0.31.0post0...v0.40.1)

---
updated-dependencies:
- dependency-name: libtmux
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Feb 1, 2025
@dependabot dependabot bot requested a review from juhannc as a code owner February 1, 2025 03:22
@juhannc
Copy link
Member

juhannc commented Feb 14, 2025

Update not compatible with Python 3.8

@juhannc juhannc closed this Feb 14, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 14, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/libtmux-0.40.1 branch February 14, 2025 09:39
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 General Packaging python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant