Skip to content

Commit

Permalink
build(deps): pin dependencies (#267)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 23, 2024
1 parent d3656a7 commit d710f12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ pydantic-settings = "2.5.2"
typing-extensions = '4.12.2'
sslog = "0.0.0a47"
protobuf = "5.27.2"
ariadne = "^0.23.0"
uvicorn = { version = "^0.30.6", extras = ['standard'] }
aiomysql = "^0.2.0"
ariadne = "0.23.0"
uvicorn = { version = "0.30.6", extras = ['standard'] }
aiomysql = "0.2.0"
six = "1.16.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit d710f12

Please sign in to comment.