Bump urllib3 from 2.2.2 to 2.5.0

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.5.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.5.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
1 file changed
tree: 890c131eb269d640c31273b6d757a6b4fd47d9c1
  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.