mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Anders Kaseorg
					
				
			
			
				
	
			
			
			
						parent
						
							5b7c4206d7
						
					
				
				
					commit
					81a7c7502f
				
			@@ -456,7 +456,7 @@ def get_tzdata_zi() -> IO[str]:
 | 
			
		||||
    for path in zoneinfo.TZPATH:
 | 
			
		||||
        filename = os.path.join(path, "tzdata.zi")
 | 
			
		||||
        if os.path.exists(filename):
 | 
			
		||||
            return open(filename)
 | 
			
		||||
            return open(filename)  # noqa: SIM115
 | 
			
		||||
    raise RuntimeError("Missing time zone data (tzdata.zi)")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user