From 35ba5902c41871621836993ab5096594b8788cfa Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 9 Aug 2024 22:59:46 +0000 Subject: [PATCH] update dependencies for hop-client --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index af6d977..6393eee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,14 +1,14 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "adc-streaming" -version = "2.3.2" +version = "2.4.0" description = "Astronomy Data Commons streaming client libraries" optional = false python-versions = "*" files = [ - {file = "adc-streaming-2.3.2.tar.gz", hash = "sha256:0f7097f5ed6d56a31c1a91d2ddbfb18b64ed651c175a43dd982be01002f16ce3"}, - {file = "adc_streaming-2.3.2-py3-none-any.whl", hash = "sha256:9b010c01e08c761a1173bd05068b0a4f31c88b1c12b9c9554924b2de478fddbf"}, + {file = "adc-streaming-2.4.0.tar.gz", hash = "sha256:9ce6a026a412e33592f949e081d8a79bde9266364fd6a4794a88b06a8ea7b5fc"}, + {file = "adc_streaming-2.4.0-py3-none-any.whl", hash = "sha256:5dc5649bc2d672c89e0cc3c31e30685bc1aff0b580d5e7a9e9728bce5d1c4ec2"}, ] [package.dependencies] @@ -41,8 +41,8 @@ importlib-resources = {version = ">=3", markers = "python_version < \"3.9\""} jmespath = ">=0.6.2" jsonschema = ">=4.0.1,<4.18" numpy = [ - {version = ">=1.20,<1.25", markers = "python_version < \"3.9\""}, {version = ">=1.20", markers = "python_version >= \"3.9\""}, + {version = ">=1.20,<1.25", markers = "python_version < \"3.9\""}, ] packaging = ">=19" pyyaml = ">=5.4.1" @@ -1036,17 +1036,17 @@ test = ["ci-watson (>=0.3.0)", "codecov", "pytest (>=4.6.0)", "pytest-astropy"] [[package]] name = "hop-client" -version = "0.9.0" +version = "0.10.0" description = "A pub-sub client library for Multi-messenger Astrophysics" optional = false python-versions = ">=3.6" files = [ - {file = "hop-client-0.9.0.tar.gz", hash = "sha256:88929f318e4205c649e806252d1d3fc9ad559e68b5cbea7755205d9590fcae55"}, - {file = "hop_client-0.9.0-py3-none-any.whl", hash = "sha256:b172dcb4164f936c2f2b1b653e69332a321a9799e1e5cbcafdb44f75066f26c7"}, + {file = "hop-client-0.10.0.tar.gz", hash = "sha256:683216a48f784d518bb91ab11cc57e024c22e71782f90ed371422af8333e1d29"}, + {file = "hop_client-0.10.0-py3-none-any.whl", hash = "sha256:5e1ddd279b35e85c6083f6187260f29c88261d31d26a13bc13943701371b1440"}, ] [package.dependencies] -adc-streaming = ">=2.1.0" +adc-streaming = ">=2.4.0" fastavro = ">=1.4.0" pluggy = ">=0.11" toml = ">=0.9.4" @@ -2144,4 +2144,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "d077b05a4cec3331fa833a1253f13fbe90f084378f5646c4edda8b3bf064de55" +content-hash = "f42b9f5504bf5ec4fc4206495859b2770ee761d58bca718f8050d5b7aa0b8b05" diff --git a/pyproject.toml b/pyproject.toml index 60c79bc..9f531e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Lindy Lindstrom "] license = "GPL-3.0-only" @@ -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"