-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies and rebuild lock (#9)
update deps and bump version --------- Signed-off-by: Michele Dolfi <[email protected]>
- Loading branch information
1 parent
d8cb061
commit 77002ce
Showing
2 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "mognet" | ||
version = "1.4.0" | ||
version = "1.5.0" | ||
description = "Mognet is a fast, simple framework to build distributed applications using task queues." | ||
authors = ["André Carvalho <[email protected]>", "Christoph Auer <[email protected]>", "Michele Dolfi <[email protected]>", "Peter Staar <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -25,8 +25,8 @@ pydantic = "^1.8.0" | |
typing-extensions = {version = ">=3.10.0.0", python = "<3.10"} | ||
aio-pika = "^6.8.0" | ||
treelib = "^1.6.0" | ||
tabulate = "^0.9.0" | ||
typer = "^0.4.0" | ||
tabulate = "^0.8.9" | ||
typer = "^0.9.0" | ||
aiorun = "^2021.10.1" | ||
redis = {extras = ["hiredis"], version = "^4.2.2"} | ||
|
||
|