Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[auto] Update dependencies in poetry.lock #886

Merged
merged 1 commit into from
Dec 30, 2024
Merged

[auto] Update dependencies in poetry.lock #886

merged 1 commit into from
Dec 30, 2024

Conversation

tcompa
Copy link
Collaborator

@tcompa tcompa commented Dec 24, 2024

Updated dependencies:

Updating dependencies
Resolving dependencies...

Package operations: 0 installs, 4 updates, 0 removals

  - Updating urllib3 (2.2.3 -> 2.3.0)
  - Updating click (8.1.7 -> 8.1.8)
  - Updating fsspec (2024.10.0 -> 2024.12.0)
  - Updating aiohttp (3.11.10 -> 3.11.11)

Writing lock file

Outdated dependencies before PR:

aiohttp                                            3.11.10             
anndata                                            0.10.9              
astropy                                        (!) 6.1.7               
astropy-iers-data                              (!) 0.2024.12.16.0.35.48
asttokens                                      (!) 2.4.1               
cellpose                                       (!) 2.2.3               
click                                              8.1.7               
docstring-parser                                   0.15                
executing                                      (!) 0.10.0              
filelock                                           3.13.4              
fsspec                                             2024.10.0           
imageio-ffmpeg                                 (!) 0.4.9               
ipython                                        (!) 8.30.0              
jinja2                                         (!) 3.1.4               
jupyter-server                                 (!) 2.14.2              
jupyterlab                                     (!) 4.3.3               
lxml                                               4.9.4               
napari-console                                 (!) 0.1.2               
napari-segment-blobs-and-things-with-membranes (!) 0.3.8               
napari-skimage-regionprops                     (!) 0.8.2               
nbclient                                       (!) 0.10.1              
notebook                                       (!) 7.3.1               
numba                                          (!) 0.61.0rc1           
numcodecs                                          0.13.1              
numpy                                              2.1.0               
nvidia-cublas-cu12                             (!) 12.4.5.8            
nvidia-cuda-cupti-cu12                         (!) 12.4.127            
nvidia-cuda-nvrtc-cu12                         (!) 12.4.127            
nvidia-cuda-runtime-cu12                       (!) 12.4.127            
nvidia-cudnn-cu12                              (!) 9.1.0.70            
nvidia-cufft-cu12                              (!) 11.2.1.3            
nvidia-curand-cu12                             (!) 10.3.5.147          
nvidia-cusolver-cu12                           (!) 11.6.1.9            
nvidia-cusparse-cu12                           (!) 12.3.1.170          
nvidia-nccl-cu12                               (!) 2.21.5              
nvidia-nvjitlink-cu12                          (!) 12.4.127            
nvidia-nvtx-cu12                               (!) 12.4.127            
pooch                                          (!) 1.8.0               
psutil                                         (!) 6.1.0               
pydantic                                           2.8.2               
pydantic-core                                      2.20.1              
pytest                                         (!) 7.4.4               
stack-data                                     (!) 0.5.1               
stackview                                      (!) 0.8.2               
sympy                                          (!) 1.13.1              
urllib3                                            2.2.3               
zarr                                               2.18.3              

Outdated dependencies after PR:

anndata                                            0.10.9     0.11.1   
astropy                                        (!) 6.1.7      7.0.0    
asttokens                                      (!) 2.4.1      3.0.0    
cellpose                                       (!) 2.2.3      3.1.0    
docstring-parser                                   0.15       0.16     
executing                                      (!) 0.10.0     2.1.0    
filelock                                           3.13.4     3.16.1   
imageio-ffmpeg                                 (!) 0.4.9      0.5.1    
lxml                                               4.9.4      5.3.0    
napari-segment-blobs-and-things-with-membranes (!) 0.3.8      0.3.12   
napari-skimage-regionprops                     (!) 0.8.2      0.10.1   
numcodecs                                          0.13.1     0.14.1   
numpy                                              2.1.0      2.2.1    
nvidia-cublas-cu12                             (!) 12.4.5.8   12.6.4.1 
nvidia-cuda-cupti-cu12                         (!) 12.4.127   12.6.80  
nvidia-cuda-nvrtc-cu12                         (!) 12.4.127   12.6.85  
nvidia-cuda-runtime-cu12                       (!) 12.4.127   12.6.77  
nvidia-cudnn-cu12                              (!) 9.1.0.70   9.6.0.74 
nvidia-cufft-cu12                              (!) 11.2.1.3   11.3.0.4 
nvidia-curand-cu12                             (!) 10.3.5.147 10.3.7.77
nvidia-cusolver-cu12                           (!) 11.6.1.9   11.7.1.2 
nvidia-cusparse-cu12                           (!) 12.3.1.170 12.5.4.2 
nvidia-nccl-cu12                               (!) 2.21.5     2.23.4   
nvidia-nvjitlink-cu12                          (!) 12.4.127   12.6.85  
nvidia-nvtx-cu12                               (!) 12.4.127   12.6.77  
pooch                                          (!) 1.8.0      1.8.2    
pydantic                                           2.8.2      2.10.4   
pydantic-core                                      2.20.1     2.27.2   
pytest                                         (!) 7.4.4      8.3.4    
stack-data                                     (!) 0.5.1      0.6.3    
stackview                                      (!) 0.8.2      0.12.1   
sympy                                          (!) 1.13.1     1.13.3   
zarr                                               2.18.3     2.18.4   

Note: there may be dependencies in the table above which were not updated as part of this PR.
The reason is they require manual updating due to the way they are pinned.

Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  .venv/lib/python3.10/site-packages/numba/np
  arrayobj.py
Project Total  

This report was generated by python-coverage-comment-action

@tcompa tcompa marked this pull request as ready for review December 30, 2024 07:21
@tcompa tcompa merged commit c17d66e into main Dec 30, 2024
20 checks passed
@tcompa tcompa deleted the poetry-update branch December 30, 2024 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant