diff --git a/pgscatalog.utils/poetry.lock b/pgscatalog.utils/poetry.lock index d05848d..f9bc109 100644 --- a/pgscatalog.utils/poetry.lock +++ b/pgscatalog.utils/poetry.lock @@ -1,4 +1,4 @@ -# 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.8.3 and should not be changed by hand. [[package]] name = "anyio" @@ -427,13 +427,13 @@ url = "../pgscatalog.core" [[package]] name = "pgscatalog-match" -version = "0.2.1" +version = "0.2.2" description = "Tools for matching variants in PGS scoring files and target variant information files" optional = false python-versions = ">=3.10" files = [ - {file = "pgscatalog_match-0.2.1-py3-none-any.whl", hash = "sha256:ba428dcade2524b07cec23613ab07e30a0a7e6536a860695873d466bbf8f27eb"}, - {file = "pgscatalog_match-0.2.1.tar.gz", hash = "sha256:509628df5a2819c29ff2a04f47ce8f285c672cf1a1c56db2e06db2bc6fdade04"}, + {file = "pgscatalog_match-0.2.2-py3-none-any.whl", hash = "sha256:1603382b5abed679c7638e206e262ef373535a2fe167d1af76f4a070823b54ad"}, + {file = "pgscatalog_match-0.2.2.tar.gz", hash = "sha256:29bd67377ea2f50b8fde7c8287d3498987395c5d3f92ac378cc0886791b549b8"}, ] [package.dependencies] @@ -888,4 +888,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = ">=3.10" -content-hash = "16842623ab4c12217422632b021afd49310bc15c83d2202f86534b4a2fd2a9ac" +content-hash = "9ead0a17874bc7fb9ad6369526808910ef7919f5da987584c99abaab3111f161" diff --git a/pgscatalog.utils/pyproject.toml b/pgscatalog.utils/pyproject.toml index 5525d28..58c93d9 100644 --- a/pgscatalog.utils/pyproject.toml +++ b/pgscatalog.utils/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pgscatalog-utils" -version = "1.1.1" +version = "1.1.2" description = "Utilities for working with PGS Catalog API and scoring files" authors = ["Benjamin Wingfield ", "Samuel Lambert ", "Laurent Gil "] license = "Apache-2.0" @@ -13,7 +13,7 @@ packages = [ python = ">=3.10" "pgscatalog.calc" = "^0.2.1" "pgscatalog.core" = "^0.2.1" -"pgscatalog.match" = "^0.2.1" +"pgscatalog.match" = "^0.2.2" [build-system] requires = ["poetry-core"]