Skip to content

build(deps): bump greenlet from 1.1.0 to 1.1.3 #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2022

Bumps greenlet from 1.1.0 to 1.1.3.

Changelog

Sourced from greenlet's changelog.

1.1.3 (2022-08-25)

  • Add support for Python 3.11. Please note that Windows binary wheels are not available at this time.

1.1.2 (2021-09-29)

  • Fix a potential crash due to a reference counting error when Python subclasses of greenlet.greenlet were deallocated. The crash became more common on Python 3.10; on earlier versions, silent memory corruption could result. See issue 245 <https://github.com/python-greenlet/greenlet/issues/245>_. Patch by fygao-wish.
  • Fix a leak of a list object when the last reference to a greenlet was deleted from some other thread than the one to which it belonged. For this to work correctly, you must call a greenlet API like getcurrent() before the thread owning the greenlet exits: this is a long-standing limitation that can also lead to the leak of a thread's main greenlet if not called; we hope to lift this limitation. Note that in some cases this may also fix leaks of greenlet objects themselves. See issue 251 <https://github.com/python-greenlet/greenlet/issues/251>_.
  • Python 3.10: Tracing or profiling into a spawned greenlet didn't work as expected. See issue 256 <https://github.com/python-greenlet/greenlet/issues/256>_, reported by Joe Rickerby.

1.1.1 (2021-08-06)

  • Provide Windows binary wheels for Python 3.10 (64-bit only).

  • Update Python 3.10 wheels to be built against 3.10rc1, where applicable.

Commits
  • 38f17db Preparing release 1.1.3
  • 69ee8fa Update metadata for 1.1.3
  • 31ccde2 Closes #305: Add Python 3.11 support
  • ea9ad9c Preparing release 1.1.2
  • a7cd644 Add extra metadata to setup.py
  • 88ae96a Update change log to clarify greenlet/list leak
  • d70ab45 Merge pull request #259 from python-greenlet/issue256
  • 22e3464 Propagate the use_tracing value at switch time as well on 3.10.
  • 7eee763 Start adding some tests.
  • 4287a40 Fix profile behaviour in 3.10.
  • 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 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 [greenlet](https://github.com/python-greenlet/greenlet) from 1.1.0 to 1.1.3.
- [Release notes](https://github.com/python-greenlet/greenlet/releases)
- [Changelog](https://github.com/python-greenlet/greenlet/blob/1.1.3/CHANGES.rst)
- [Commits](python-greenlet/greenlet@1.1.0...1.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants