Bump requests from 2.32.2 to 2.32.4

Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.2...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
1 file changed
tree: 560c65e305b532a61d41397620b470fb0c9085d9
  1. .github/
  2. docs/
  3. pyee/
  4. tests/
  5. .gitignore
  6. .readthedocs.yaml
  7. CHANGELOG.md
  8. CONTRIBUTORS.md
  9. DEVELOPMENT.md
  10. environment.yml
  11. justfile
  12. LICENSE
  13. MANIFEST.in
  14. mkdocs.yml
  15. mypy.ini
  16. pyproject.toml
  17. README.md
  18. requirements.txt
  19. requirements_dev.txt
  20. setup.cfg
  21. tox.ini
README.md

pyee

Documentation Status

pyee supplies a EventEmitter object that is similar to the EventEmitter class from Node.js. It also supplies a number of subclasses with added support for async and threaded programming in python, such as async/await.

Docs

Autogenerated API docs, including basic installation directions and examples, can be found at https://pyee.readthedocs.io.

Development

See DEVELOPMENT.md.

Changelog

See CHANGELOG.md.

Contributors

See CONTRIBUTORS.md.

License

MIT/X11, see LICENSE.