Skip to content

Commit

Permalink
fix: dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Feb 23, 2023
1 parent 9985c3f commit 06a1994
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mure"
version = "0.6.0"
version = "0.6.1"
description = "Perform multiple HTTP requests in parallel – without writing boilerplate code or worrying about async functions."
authors = ["Severin Simmler <[email protected]>"]
readme = "README.md"
Expand All @@ -9,14 +9,14 @@ readme = "README.md"
python = "^3.10"
aiohttp = { extras = ["speedups"], version = "^3.8.3" }
orjson = "^3.8.5"
typing-extensions = { version = "^4.5.0", python = "<3.11" }

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
isort = "^5.11.4"
pycln = "^2.1.2"
pytest = "^7.2.0"
pre-commit = "^3.0.3"
typing-extensions = { version = "^4.5.0", python = "<3.11" }

[tool.black]
line-length = 99
Expand Down

0 comments on commit 06a1994

Please sign in to comment.