Bump uvicorn from 0.31.0 to 0.32.0

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.31.0...0.32.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-15 21:24:46 +00:00 committed by J.Townsend
parent 46df4d000f
commit 319c1e5d1d

View file

@ -18,6 +18,6 @@ requests==2.32.3
retrying==1.3.4 retrying==1.3.4
shodan==1.31.0 shodan==1.31.0
slowapi==0.1.9 slowapi==0.1.9
uvicorn==0.31.0 uvicorn==0.32.0
uvloop==0.20.0; platform_system != "Windows" uvloop==0.20.0; platform_system != "Windows"
winloop==0.1.6; platform_system == "Windows" winloop==0.1.6; platform_system == "Windows"