Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Mar 8, 2024
1 parent 2c19ccd commit 4f1d346
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
17 changes: 9 additions & 8 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ repository = "https://github.com/phi-friday/async-wrapper"
packages = [{ include = "async_wrapper", from = 'src' }]

[tool.poetry.dependencies]
python = ">=3.8"
typing-extensions = "^4.6.3"
anyio = "^3.7.0"
python = "~=3.8"
typing-extensions = "~=4.9.0"
anyio = "~=4.3.0"
sniffio = "1.3.0"
uvloop = { version = "^0.17.0", optional = true, markers = "platform_system != 'Windows'" }
exceptiongroup = { version = "^1.1.2", markers = "python_version < '3.11'" }
uvloop = { version = "~=0.19.0", optional = true, markers = "platform_system != 'Windows'" }
exceptiongroup = { version = "~=1.2.0", markers = "python_version < '3.11'" }

[tool.poetry.extras]
uvloop = ['uvloop']
Expand Down

0 comments on commit 4f1d346

Please sign in to comment.