File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ python = "^3.8.6"  # ^3.8.6 required by juju
1010#  breaking change in ops 2.10.0: https://github.com/canonical/operator/pull/1091#issuecomment-1888644075
1111ops  = " ^2.9.0, <2.10" 
1212tenacity  = " ^8.5.0" 
13- poetry-core  = " ^1.9.0 " 
13+ poetry-core  = " ^1.9.1 " 
1414jinja2  = " ^3.1.4" 
1515requests  = " ^2.32.3" 
1616
@@ -31,24 +31,24 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3131optional  = true 
3232
3333[tool .poetry .group .format .dependencies ]
34- ruff  = " ^0.4.5 " 
34+ ruff  = " ^0.9.7 " 
3535
3636[tool .poetry .group .lint ]
3737optional  = true 
3838
3939[tool .poetry .group .lint .dependencies ]
40- ruff  = " ^0.4.5 " 
41- codespell  = " ^2.3.0 " 
40+ ruff  = " ^0.9.7 " 
41+ codespell  = " ^2.4.1 " 
4242
4343[tool .poetry .group .unit .dependencies ]
44- pytest  = " ^8.2.2 " 
44+ pytest  = " ^8.3.4 " 
4545pytest-xdist  = " ^3.6.1" 
4646pytest-cov  = " ^5.0.0" 
47- ops-scenario  = " ^6.0.3 , <6.0.4 "    #  6.0.4 requires ops >= 2.12
47+ ops-scenario  = " ^6.1.7 , <6.1.8 "    #  6.0.4 requires ops >= 2.12
4848
4949[tool .poetry .group .integration .dependencies ]
50- pytest  = " ^8.2.2 " 
51- pytest-operator  = " ^0.35 .0" 
50+ pytest  = " ^8.3.4 " 
51+ pytest-operator  = " ^0.40 .0" 
5252juju  = " ^3.6.0.0" 
5353mysql-connector-python  = " ~8.0.33" 
5454tenacity  = " ^8.5.0" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments