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 python-packages group with 3 updates #53

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2024

Bumps the python-packages group with 3 updates: trio, sh and flake8.

Updates trio from 0.25.1 to 0.26.2

Release notes

Sourced from trio's releases.

v0.26.2

Full Changelog: python-trio/trio@v0.26.1...v0.26.2

Bugfixes

  • Remove remaining hash usage and fix test configuration issue that prevented it from being caught. (python-trio/trio#3053)

v0.26.1

Full Changelog: python-trio/trio@v0.26.0...v0.26.1

Bugfixes

Miscellaneous internal changes

v0.26.0

Full Changelog: python-trio/trio@v0.25.1...v0.26.0

Features

  • Added an interactive interpreter python -m trio.

    This makes it easier to try things and experiment with trio in the a Python repl. Use the await keyword without needing to call trio.run()

$ python -m trio
Trio 0.26.0, Python 3.10.6
Use "await" directly instead of "trio.run()".
Type "help", "copyright", "credits" or "license" for more information.
>>> import trio
>>> await trio.sleep(1); print("hi")  # prints after one second
hi

See interactive debugging for further detail. (python-trio/trio#2972)

  • trio.testing.RaisesGroup can now catch an unwrapped exception with unwrapped=True. This means that the behaviour of except* can be fully replicated in combination with flatten_subgroups=True (formerly strict=False). (python-trio/trio#2989)

Bugfixes

... (truncated)

Commits

Updates sh from 1.14.3 to 2.0.7

Release notes

Sourced from sh's releases.

2.0.7

Merge pull request #726 from amoffat/develop

2.0.7 release

2.0.6

No release notes provided.

2.0.5

No release notes provided.

2.0.4

No release notes provided.

2.0.3

No release notes provided.

2.0.2

No release notes provided.

2.0.1

No release notes provided.

2.0.0

No release notes provided.

Changelog

Sourced from sh's changelog.

2.0.7 - 5/31/24

  • Fix sh.glob arguments #708
  • Misc modernizations

2.0.6 - 8/9/23

  • Add back appropriate sdist files comment

2.0.5 - 8/7/23

  • Allow nested with contexts #690
  • Call correct asyncio function for getting event loop #683

2.0.4 - 5/13/22

  • Allow ok_code to be used with fg #665
  • Make sure new_group never creates a new session #675

2.0.2 / 2.0.3 (misversioned) - 2/13/22

  • Performance regression when using a generator with _in #650
  • Adding test support for python 3.11

2.0.0 - 2/9/22

  • Executed commands now return a unicode string by default
  • Removed magical module-like execution contexts #636
  • Added basic asyncio support via _async
  • Dropped support for Python < 3.8
  • Bumped default tty size to more standard (24, 80)
  • First argument being a RunningCommand no longer automatically passes it as stdin
  • RunningCommand.__eq__ no longer has the side effect of executing the command #518
  • _tee now supports both "err" and "out" #215
  • Removed the builtin override cd link
  • Altered process launching model to behave more expectedly #495
  • Bugfix where _no_out isn't allowed with _iter="err" #638
  • Allow keyword arguments to have a list of values #529
Commits

Updates flake8 from 3.9.2 to 7.1.1

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 python-packages group with 3 updates: [trio](https://github.com/python-trio/trio), [sh](https://github.com/amoffat/sh) and [flake8](https://github.com/pycqa/flake8).


Updates `trio` from 0.25.1 to 0.26.2
- [Release notes](https://github.com/python-trio/trio/releases)
- [Commits](python-trio/trio@v0.25.1...v0.26.2)

Updates `sh` from 1.14.3 to 2.0.7
- [Release notes](https://github.com/amoffat/sh/releases)
- [Changelog](https://github.com/amoffat/sh/blob/develop/CHANGELOG.md)
- [Commits](amoffat/sh@1.14.3...2.0.7)

Updates `flake8` from 3.9.2 to 7.1.1
- [Commits](PyCQA/flake8@3.9.2...7.1.1)

---
updated-dependencies:
- dependency-name: trio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sh
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from maxkrivich as a code owner September 8, 2024 08:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 8, 2024
@github-actions github-actions bot merged commit 39447f3 into main Sep 8, 2024
3 checks passed
@github-actions github-actions bot deleted the dependabot/pip/python-packages-d0ff4c5df4 branch September 8, 2024 08:17
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.

0 participants