Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/uvicorn-0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres committed Mar 1, 2024
2 parents e36622e + 0cbc00f commit d50af1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "0.109.0"
uvicorn = "0.27.1"
fastapi = "0.110.0"
uvicorn = "0.27.0.post1"

[tool.poetry.dev-dependencies]
pytest = "8.0.0"
pytest = "8.0.2"
pytest-cov = "^4.1.0"
ruff = "^0.2.1"
ruff = "^0.3.0"
httpx = "0.26.0"

[tool.pytest.ini_options]
Expand Down

0 comments on commit d50af1f

Please sign in to comment.