Skip to content

Commit

Permalink
build(deps): Bump asyncer from 0.0.7 to 0.0.8
Browse files Browse the repository at this point in the history
Bumps [asyncer](https://github.com/fastapi/asyncer) from 0.0.7 to 0.0.8.
- [Release notes](https://github.com/fastapi/asyncer/releases)
- [Changelog](https://github.com/fastapi/asyncer/blob/main/docs/release-notes.md)
- [Commits](fastapi/asyncer@0.0.7...0.0.8)

---
updated-dependencies:
- dependency-name: asyncer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 8e0321b commit b604683
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pydantic = ">=1.10.7,<3.0.0"
typer = ">=0.7,<0.13"
ec2-metadata = "^2.13.0"
python-dotenv = ">=0.21,<1.1"
asyncer = ">=0.0.5,<0.0.8"
asyncer = ">=0.0.5,<0.0.9"
datadog = {version = ">=0.44,<0.51", optional = true}
prometheus-client = {version = ">=0.16,<0.21", optional = true}
kubernetes = {version = ">=26.1,<32.0", optional = true}
Expand Down

0 comments on commit b604683

Please sign in to comment.