Skip to content

Commit

Permalink
chore(deps-dev): bump the all group across 1 directory with 2 updates (
Browse files Browse the repository at this point in the history
…#163)

Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [uvicorn[standard]](https://github.com/encode/uvicorn) to permit the latest version.

Updates `pytest-asyncio` to 0.24.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.17.0...v0.24.0)

Updates `uvicorn[standard]` from 0.19.0 to 0.32.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.19.0...0.32.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  dependency-group: all
- dependency-name: uvicorn[standard]
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 03c906f commit 7135059
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"pytest-postgresql",
"pytest",
"pytest-cov",
"pytest-asyncio>=0.17,<0.23.0",
"pytest-asyncio>=0.17,<0.25.0",
"pre-commit",
"requests",
"shapely",
Expand All @@ -36,7 +36,7 @@
"wheel",
],
"docs": ["mkdocs", "mkdocs-material", "pdocs"],
"server": ["uvicorn[standard]==0.19.0"],
"server": ["uvicorn[standard]==0.32.0"],
"awslambda": ["mangum"],
}

Expand Down

0 comments on commit 7135059

Please sign in to comment.