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 the pip group with 4 updates #123

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the pip group with 4 updates: executing, filelock, identify and prompt-toolkit.

Updates executing from 2.1.0 to 2.2.0

Commits
  • 0edb6ca fix: check for pytest compatibility (#94)
  • 2a98c71 update and fix table of contents link, 'libraries' → 'projects' (#93)
  • 3f11fdc Merge pull request #86 from alexmojaki/fix_3.12.6
  • 6a6925e fix: handle changed positions for exit of ast.With
  • 4acebfa fix: backward compatibility fix for changed source positions in 3.12.6 (#85)
  • See full diff in compare view

Updates filelock from 3.16.1 to 3.17.0

Release notes

Sourced from filelock's releases.

Drop 3.8

Full Changelog: tox-dev/filelock@3.16.1...3.17.0

Commits

Updates identify from 2.6.5 to 2.6.6

Commits

Updates prompt-toolkit from 3.0.48 to 3.0.50

Release notes

Sourced from prompt-toolkit's releases.

3.0.50

Fixes:

  • Fixes non user impacting regression on the output rendering. Don't render cursor hide/show ANSI escape codes if not needed.

3.0.49

New features:

  • On Windows, use virtual terminal input when available.
  • Support for multiline suggestions.

Fixes:

  • Handle InvalidStateError during termination when using run_in_terminal/patch_stdout. This can happen in some cases during cancellation, probably when using anyio.
  • Fix cursor that remains in hidden state when the application exits. This can happen when the application doesn't show the cursor and erase_when_done is being used.

Breaking changes:

  • Drop support for Python 3.7
Changelog

Sourced from prompt-toolkit's changelog.

3.0.50: 2025-01-20

Fixes:

  • Fixes non user impacting regression on the output rendering. Don't render cursor hide/show ANSI escape codes if not needed.

3.0.49: 2025-01-20

New features:

  • On Windows, use virtual terminal input when available.
  • Support for multiline suggestions.

Fixes:

  • Handle InvalidStateError during termination when using run_in_terminal/patch_stdout. This can happen in some cases during cancellation, probably when using anyio.
  • Fix cursor that remains in hidden state when the application exits. This can happen when the application doesn't show the cursor and erase_when_done is being used.

Breaking changes:

  • Drop support for Python 3.7:
Commits

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 <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 pip group with 4 updates: [executing](https://github.com/alexmojaki/executing), [filelock](https://github.com/tox-dev/py-filelock), [identify](https://github.com/pre-commit/identify) and [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit).


Updates `executing` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/alexmojaki/executing/releases)
- [Commits](alexmojaki/executing@v2.1.0...v2.2.0)

Updates `filelock` from 3.16.1 to 3.17.0
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.16.1...3.17.0)

Updates `identify` from 2.6.5 to 2.6.6
- [Commits](pre-commit/identify@v2.6.5...v2.6.6)

Updates `prompt-toolkit` from 3.0.48 to 3.0.50
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](prompt-toolkit/python-prompt-toolkit@3.0.48...3.0.50)

---
updated-dependencies:
- dependency-name: executing
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: filelock
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: identify
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: prompt-toolkit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 27, 2025
@dependabot dependabot bot requested review from TheSuperiorStanislav and a team as code owners January 27, 2025 00:20
@dependabot dependabot bot requested review from ron8mcr, AndyGreenwell94, OttoAndrey, NikAzanov, khangnguyen090999 and KhoiCaoSaritasa and removed request for a team January 27, 2025 00:20
@TheSuperiorStanislav TheSuperiorStanislav merged commit 62e17d4 into main Jan 27, 2025
4 checks passed
@TheSuperiorStanislav TheSuperiorStanislav deleted the dependabot/pip/pip-099bd6efde branch January 27, 2025 00:53
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