Skip to content

Commit 5a502fe

Browse files
committed
pgscatalog-utils: bump dependencies for patch
1 parent 84a111f commit 5a502fe

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pgscatalog.utils/poetry.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pgscatalog.utils/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pgscatalog-utils"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "Utilities for working with PGS Catalog API and scoring files"
55
authors = ["Benjamin Wingfield <bwingfield@ebi.ac.uk>", "Samuel Lambert <sl925@medschl.cam.ac.uk>", "Laurent Gil <lg10@sanger.ac.uk>"]
66
license = "Apache-2.0"
@@ -13,7 +13,7 @@ packages = [
1313
python = ">=3.10"
1414
"pgscatalog.calc" = "^0.2.2"
1515
"pgscatalog.core" = "^0.2.2"
16-
"pgscatalog.match" = "^0.3.0"
16+
"pgscatalog.match" = "^0.3.1"
1717

1818
[build-system]
1919
requires = ["poetry-core"]

0 commit comments

Comments
 (0)