Skip to content

Commit

Permalink
Merge pull request #31 from TOMToolkit/fix/update_hop_client
Browse files Browse the repository at this point in the history
update dependencies for hop-client
  • Loading branch information
jchate6 authored Aug 9, 2024
2 parents fe7d709 + 35ba590 commit 3372685
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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 = "tom-alertstreams"
version = "0.6.2"
version = "0.6.3"
description = "Reusable TOMToolkit app for listening to kafka streams."
authors = ["TOM Toolkit Project <[email protected]>", "Lindy Lindstrom <[email protected]>"]
license = "GPL-3.0-only"
Expand Down Expand Up @@ -35,8 +35,8 @@ packages = [
python = ">=3.8,<3.12"
tomtoolkit = "^2.10"
psycopg2-binary = "^2.9"
gcn-kafka = ">=0.2,<0.4"
hop-client = ">=0.8,<0.10"
gcn-kafka = "^0.3"
hop-client = "^0.10"

[tool.poetry.dev-dependencies]
coverage = "^7.5.3"
Expand Down

0 comments on commit 3372685

Please sign in to comment.