Skip to content

Commit 8e05e29

Browse files
committed
Update dependencies
1 parent 751ce58 commit 8e05e29

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.7.8
1+
5.7.9

c/doc/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT_NAME = "VariantKey"
3232
# This could be handy for archiving the generated documentation or
3333
# if some version control system is used.
3434

35-
PROJECT_NUMBER = 5.7.8
35+
PROJECT_NUMBER = 5.7.9
3636

3737
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3838
# for a project that appears at the top of each page and should give viewer

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module github.com/tecnickcom/variantkey
22

33
go 1.25
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
66

77
require (
88
github.com/jstemmer/go-junit-report/v2 v2.1.0
9-
github.com/stretchr/testify v1.10.0
9+
github.com/stretchr/testify v1.11.1
1010
)
1111

1212
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
88
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
99
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
1010
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
11-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
12-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
11+
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
12+
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
1313
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
1414
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
1515
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=

python-class/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run(self):
3838

3939
setup(
4040
name="pyvariantkey",
41-
version="5.7.8.0",
41+
version="5.7.9.0",
4242
keywords=("variantkey variant key genetic genomics"),
4343
description="VariantKey Python wrapper class",
4444
long_description=read("../README.md"),
@@ -55,7 +55,7 @@ def run(self):
5555
],
5656
install_requires=[
5757
"numpy>=1.24.2,<2",
58-
"variantkey>=5.7.8.0",
58+
"variantkey>=5.7.9.0",
5959
],
6060
extras_require={
6161
"test": [

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run(self):
3030

3131
setup(
3232
name="variantkey",
33-
version="5.7.8.0",
33+
version="5.7.9.0",
3434
keywords=("variantkey variant key genetic genomics"),
3535
description="VariantKey Bindings for Python",
3636
long_description=read("../README.md"),

r/variantkey/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: variantkey
22
Title: Genetic VariantKey
3-
Version: 5.7.8.0
3+
Version: 5.7.9.0
44
Authors@R: person("Nicola", "Asuni", email = "[email protected]", role = c("aut", "cre"))
55
Description: Tools to generate and process a 64 bit Unsigned Integer Keys for Human Genetic Variants.
66
The VariantKey is sortable for chromosome and position,

0 commit comments

Comments
 (0)