Skip to content

Commit

Permalink
Move async-timeout to dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes committed Nov 7, 2023
1 parent dce8289 commit 036674e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -19,9 +19,9 @@ classifiers = [
python = "^3.8"
asyncpg = ">=0.29,<0.30"
typing-extensions = "^4.7.0"
async-timeout = { version = ">=4.0.3", python = "<3.12" }

[tool.poetry.group.dev.dependencies]
async-timeout = "4.0.3"
black = "23.10.1"
pre-commit = "3.5.0"
mypy = "1.6.1"
Expand Down

0 comments on commit 036674e

Please sign in to comment.