Skip to content

Commit d3f299a

Browse files
authored
Merge pull request #958 from matthewwiese/main
Update dependencies and Dockerfiles
2 parents e201b0a + e1f37eb commit d3f299a

File tree

38 files changed

+156
-152
lines changed

38 files changed

+156
-152
lines changed

chromosome/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.3
1+
FROM python:3.13.7-slim-trixie
22

33
# install gcc and other build requirements
44
RUN apt-get update && \

chromosome/chromosome/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def int_or_str(value):
55
return value
66

77

8-
__version__ = "1.1.4"
8+
__version__ = "1.2.0"
99
VERSION = tuple(map(int_or_str, __version__.split(".")))
1010

1111
__schema_version__ = "1.1.0"

chromosome/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.11.18
9+
aiohttp==3.12.15
1010
# via
1111
# aiohttp-cors
1212
# chromosome (setup.py)
1313
aiohttp-cors==0.8.1
1414
# via chromosome (setup.py)
15-
aiosignal==1.3.2
15+
aiosignal==1.4.0
1616
# via aiohttp
1717
attrs==25.3.0
1818
# via aiohttp
19-
frozenlist==1.6.0
19+
frozenlist==1.7.0
2020
# via
2121
# aiohttp
2222
# aiosignal
23-
grpcio==1.71.0
23+
grpcio==1.74.0
2424
# via
2525
# chromosome (setup.py)
2626
# grpcio-tools
27-
grpcio-tools==1.71.0
27+
grpcio-tools==1.74.0
2828
# via chromosome (setup.py)
2929
idna==3.10
3030
# via yarl
31-
multidict==6.4.3
31+
multidict==6.6.4
3232
# via
3333
# aiohttp
3434
# yarl
35-
propcache==0.3.1
35+
propcache==0.3.2
3636
# via
3737
# aiohttp
3838
# yarl
39-
protobuf==5.29.4
39+
protobuf==6.32.0
4040
# via grpcio-tools
41-
redis==6.0.0
41+
redis==6.4.0
4242
# via chromosome (setup.py)
4343
uvloop==0.21.0
4444
# via chromosome (setup.py)
45-
yarl==1.20.0
45+
yarl==1.20.1
4646
# via aiohttp
4747

4848
# The following packages are considered to be unsafe in a requirements file:

chromosome_region/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.3
1+
FROM python:3.13.7-slim-trixie
22

33
# install gcc and other build requirements
44
RUN apt-get update && \

chromosome_region/chromosome_region/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def int_or_str(value):
55
return value
66

77

8-
__version__ = "1.1.4"
8+
__version__ = "1.2.0"
99
VERSION = tuple(map(int_or_str, __version__.split(".")))
1010

1111
__schema_version__ = "1.1.0"

chromosome_region/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.11.18
9+
aiohttp==3.12.15
1010
# via
1111
# aiohttp-cors
1212
# chromosome_region (setup.py)
1313
aiohttp-cors==0.8.1
1414
# via chromosome_region (setup.py)
15-
aiosignal==1.3.2
15+
aiosignal==1.4.0
1616
# via aiohttp
1717
attrs==25.3.0
1818
# via aiohttp
19-
frozenlist==1.6.0
19+
frozenlist==1.7.0
2020
# via
2121
# aiohttp
2222
# aiosignal
23-
grpcio==1.71.0
23+
grpcio==1.74.0
2424
# via
2525
# chromosome_region (setup.py)
2626
# grpcio-tools
27-
grpcio-tools==1.71.0
27+
grpcio-tools==1.74.0
2828
# via chromosome_region (setup.py)
2929
idna==3.10
3030
# via yarl
31-
multidict==6.4.3
31+
multidict==6.6.4
3232
# via
3333
# aiohttp
3434
# yarl
35-
propcache==0.3.1
35+
propcache==0.3.2
3636
# via
3737
# aiohttp
3838
# yarl
39-
protobuf==5.29.4
39+
protobuf==6.32.0
4040
# via grpcio-tools
41-
redis==6.0.0
41+
redis==6.4.0
4242
# via chromosome_region (setup.py)
4343
uvloop==0.21.0
4444
# via chromosome_region (setup.py)
45-
yarl==1.20.0
45+
yarl==1.20.1
4646
# via aiohttp
4747

4848
# The following packages are considered to be unsafe in a requirements file:

chromosome_search/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.13.3
1+
FROM python:3.13.7-slim-trixie
22

33
# install gcc and other build requirements
44
RUN apt-get update && \

chromosome_search/chromosome_search/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def int_or_str(value):
55
return value
66

77

8-
__version__ = "1.1.4"
8+
__version__ = "1.2.0"
99
VERSION = tuple(map(int_or_str, __version__.split(".")))
1010

1111
__schema_version__ = "1.1.0"

chromosome_search/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,43 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.11.18
9+
aiohttp==3.12.15
1010
# via
1111
# aiohttp-cors
1212
# chromosome_search (setup.py)
1313
aiohttp-cors==0.8.1
1414
# via chromosome_search (setup.py)
15-
aiosignal==1.3.2
15+
aiosignal==1.4.0
1616
# via aiohttp
1717
attrs==25.3.0
1818
# via aiohttp
19-
frozenlist==1.6.0
19+
frozenlist==1.7.0
2020
# via
2121
# aiohttp
2222
# aiosignal
23-
grpcio==1.71.0
23+
grpcio==1.74.0
2424
# via
2525
# chromosome_search (setup.py)
2626
# grpcio-tools
27-
grpcio-tools==1.71.0
27+
grpcio-tools==1.74.0
2828
# via chromosome_search (setup.py)
2929
idna==3.10
3030
# via yarl
31-
multidict==6.4.3
31+
multidict==6.6.4
3232
# via
3333
# aiohttp
3434
# yarl
35-
propcache==0.3.1
35+
propcache==0.3.2
3636
# via
3737
# aiohttp
3838
# yarl
39-
protobuf==5.29.4
39+
protobuf==6.32.0
4040
# via grpcio-tools
41-
redis==6.0.0
41+
redis==6.4.0
4242
# via chromosome_search (setup.py)
4343
uvloop==0.21.0
4444
# via chromosome_search (setup.py)
45-
yarl==1.20.0
45+
yarl==1.20.1
4646
# via aiohttp
4747

4848
# The following packages are considered to be unsafe in a requirements file:

dscensor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim-buster
1+
FROM python:3.13.7-slim-trixie
22

33
# install gcc and other build requirements
44
RUN apt-get update && \

0 commit comments

Comments
 (0)