Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Jun 30, 2024
1 parent 7af0d8e commit 319b57a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
25 changes: 7 additions & 18 deletions 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
@@ -1,14 +1,14 @@
[tool.poetry]
name = "unasyncd"
version = "0.7.1"
version = "0.7.2"
description = "A tool to transform asynchronous Python code to synchronous Python code."
authors = ["Janek Nouvertné <[email protected]>"]
license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
libcst = "^1.0.0"
libcst = ">=1.0.0,<2"
click = "^8.1.7"
rich = "^13.6.0"
anyio = "^4.0.0"
Expand All @@ -17,7 +17,7 @@ tomli = {version = "^2.0.1", python = "<3.11"}
tomli-w = "^1.0.0"
rich-click = "^1.6.1"
ruff = {version = "*", optional = true}
importlib-metadata = { version = "^6.8.0", python = "<3.10" }
importlib-metadata = { version = "^8.0.0", python = "<3.10" }


[tool.poetry.extras]
Expand Down

0 comments on commit 319b57a

Please sign in to comment.