Skip to content

Commit

Permalink
chore: update dependencies and rebuild lock (#9)
Browse files Browse the repository at this point in the history
update deps and bump version

---------

Signed-off-by: Michele Dolfi <[email protected]>
  • Loading branch information
dolfim-ibm authored Nov 20, 2023
1 parent d8cb061 commit 77002ce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
27 changes: 14 additions & 13 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,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"
Expand All @@ -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"}

Expand Down

0 comments on commit 77002ce

Please sign in to comment.