Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
livioribeiro committed Apr 17, 2024
1 parent 5dc19c5 commit 013d360
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ packages = [

[tool.poetry.dependencies]
python = "^3.11"
asgikit = "^0.7"
pydantic = "^2.6"
asgikit = "^0.8"
pydantic = "^2.7"
loguru = "^0.7"
python-dotenv = "^1.0"
"ruamel.yaml" = "^0.18"
Expand All @@ -57,22 +57,22 @@ optional = true
[tool.poetry.group.test.dependencies]
pytest = "^8"
pytest-asyncio = "^0.23"
pytest-cov = "^4"
pytest-cov = "^5"
coverage = { version = "^7", extras = ["toml"] }
httpx = "^0.27"
aiosqlite = "^0.19"
aiosqlite = "^0.20"
psycopg = "^3.1"

[tool.poetry.group.lint]
optional = true

[tool.poetry.group.lint.dependencies]
pylint = "^3.0"
black = "^24.1"
pylint = "^3.1"
black = "^24.4"
isort = "^5.13"
flake8 = "^7.0"
mypy = "^1.8"
ruff = "^0.2"
mypy = "^1.9"
ruff = "^0.3"

[tool.poetry.group.docs]
optional = true
Expand Down

0 comments on commit 013d360

Please sign in to comment.