dependabot[bot] d3309f03e8
build(deps): bump starlette in /21-async/mojifinder
Bumps [starlette](https://github.com/encode/starlette) from 0.13.6 to 0.25.0.
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](https://github.com/encode/starlette/compare/0.13.6...0.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 22:09:42 +00:00
..
2021-09-10 12:34:39 -03:00
2021-09-10 12:34:39 -03:00

Sample code for Chapter 22 - "Asynchronous programming"

From the book "Fluent Python, Second Edition" by Luciano Ramalho (O'Reilly, 2021)
https://learning.oreilly.com/library/view/fluent-python-2nd/9781492056348/