Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Bump gevent from 1.3.3 to 23.9.0 #56

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 30, 2024

Bumps gevent from 1.3.3 to 23.9.0.

Changelog

Sourced from gevent's changelog.

================= Changes for 1.3

.. currentmodule:: gevent

1.3.7 (2018-10-12)

  • Formatting run info no longer includes gevent.local.local objects that have no value in the greenlet. See :issue:1275.

  • Fixed negative length in pywsgi's Input read functions for non chunked body. Reported in :issue:1274 by tzickel.

  • Upgrade libuv from 1.22.0 to 1.23.2.

  • Fix opening files in text mode in CPython 2 on Windows by patching libuv. See :issue:1282 reported by wiggin15.

1.3.6 (2018-08-17)

  • gevent now depends on greenlet 0.4.14 or above. gevent binary wheels for 1.3.5 and below must have greenlet 0.4.13 installed on Python 3.7 or they will crash. Reported by Alexey Stepanov in :issue:1260 and pkittenis in :issue:1261.

  • :class:gevent.local.local subclasses correctly supports @staticmethod functions. Reported by Brendan Powers in :issue:1266.

1.3.5 (2018-07-16)

  • Update the bundled libuv from 1.20.1 to 1.22.0.

  • Test Python 3.7 on Appveyor. Fix the handling of Popen's close_fds argument on 3.7.

  • Update Python versions tested on Travis, including PyPy to 6.0. See :issue:1195.

  • :mod:gevent.queue imports _PySimpleQueue instead of SimpleQueue so that it doesn't block the event loop. :func:gevent.monkey.patch_all makes this same substitution in :mod:queue. This fixes issues with :class:concurrent.futures.ThreadPoolExecutor as well. Reported in :issue:1248 by wwqgtxx and :issue:1251 by pyld.

... (truncated)

Commits
  • 693181e Preparing release 23.9.0
  • 6fc7898 Set the cython version; go back to default wheel tags.
  • 666e374 Had the constraint wrong.
  • 74ef876 Tweaking the build, and it seems like the greenlet stack issue should be fixed.
  • b652e2a Error handling adjustments from running under a debug build.
  • 70e7318 Tweaking tests and comments; temporary workarounds for 3.12 to enable builds.
  • 495e37a Workaround the 3.12 traceback issue again.
  • 2f53c85 gevent.pywsgi: Much improved handling of chunk trailers.
  • bb06d2d Test builds with greenlet assertions enabled.
  • 6b22af0 pyproject.toml: Bump to latest cython.
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [gevent](https://github.com/gevent/gevent) from 1.3.3 to 23.9.0.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_1_3.rst)
- [Commits](gevent/gevent@1.3.3...23.9.0)

---
updated-dependencies:
- dependency-name: gevent
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 30, 2024
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.

0 participants