File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ requires-poetry = ">=2.0.0"
77
88[tool .poetry .dependencies ]
99python  = " ^3.10" 
10- ops  = " ^2.15 .0" 
11- lightkube  = " ^0.15.0 " 
12- tenacity  = " ^8.2.2 " 
13- boto3  = " ^1.28.22 " 
14- jinja2  = " ^3.1.2 " 
10+ ops  = " ^2.23 .0" 
11+ lightkube  = " ^0.17.2 " 
12+ tenacity  = " ^8.5.0 " 
13+ boto3  = " ^1.39.10 " 
14+ jinja2  = " ^3.1.6 " 
1515pyyaml  = " ^6.0.2" 
1616
1717[tool .poetry .group .charm-libs .dependencies ]
@@ -36,37 +36,37 @@ opentelemetry-exporter-otlp-proto-http = "1.21.0"
3636optional  = true 
3737
3838[tool .poetry .group .format .dependencies ]
39- ruff  = " ^0.4.5 " 
39+ ruff  = " ^0.12.4 " 
4040
4141[tool .poetry .group .lint ]
4242optional  = true 
4343
4444[tool .poetry .group .lint .dependencies ]
45- ruff  = " ^0.4.5 " 
46- codespell  = " ^2.3.0 " 
45+ ruff  = " ^0.12.4 " 
46+ codespell  = " ^2.4.1 " 
4747shellcheck-py  = " ^0.9.0.5" 
4848
4949[tool .poetry .group .unit .dependencies ]
50- pytest  = " ^7.4.0 " 
51- pytest-mock  = " ^3.11 .1" 
52- coverage  = {extras  = [" toml"  ], version  = " ^7.2.7 "  }
50+ pytest  = " ^7.4.4 " 
51+ pytest-mock  = " ^3.14 .1" 
52+ coverage  = {extras  = [" toml"  ], version  = " ^7.9.2 "  }
5353parameterized  = " ^0.9.0" 
5454
5555[tool .poetry .group .integration .dependencies ]
56- pytest  = " ^7.4.0 " 
57- pytest-operator  = " ^0.28.0 " 
56+ pytest  = " ^7.4.4 " 
57+ pytest-operator  = " ^0.43.1 " 
5858juju  = " ^3.6.0.0" 
59- ops  = " ^2.15 .0" 
59+ ops  = " ^2.23 .0" 
6060mysql-connector-python  = " ~8.0.33" 
61- tenacity  = " ^8.2.2 " 
62- boto3  = " ^1.28.22 " 
63- pyyaml  = " ^6.0.1 " 
61+ tenacity  = " ^8.5.0 " 
62+ boto3  = " ^1.39.10 " 
63+ pyyaml  = " ^6.0.2 " 
6464urllib3  = " ^1.26.16" 
65- lightkube  = " ^0.15.0 " 
65+ lightkube  = " ^0.17.2 " 
6666kubernetes  = " ^27.2.0" 
67- allure-pytest  = " ^2.13.2 " 
68- allure-pytest-default-results  = " ^0.1.2 " 
69- pytest-asyncio  = " ^0.21.1 " 
67+ allure-pytest  = " ^2.14.3 " 
68+ allure-pytest-default-results  = " ^0.1.3 " 
69+ pytest-asyncio  = " ^0.26.0 " 
7070
7171[tool .coverage .run ]
7272branch  = true 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments