Skip to content

Commit 4eec6ef

Browse files
⬆️ Update babel requirement from ~=2.17.0 to ~=2.18.0
Updates the requirements on [babel](https://github.com/python-babel/babel) to permit the latest version. - [Release notes](https://github.com/python-babel/babel/releases) - [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst) - [Commits](python-babel/babel@v2.17.0...v2.18.0) --- updated-dependencies: - dependency-name: babel dependency-version: 2.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a22b1bc commit 4eec6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pyserial~=3.5 # Serial link to communicate with the display
33
PyYAML~=6.0.3 # For themes files
44
psutil~=7.2.1 # CPU / disk / network metrics
55
pystray~=0.19.5 # Tray icon (all OS)
6-
babel~=2.17.0 # Date/time formatting
6+
babel~=2.18.0 # Date/time formatting
77
ruamel.yaml~=0.19.1 # For configuration editor
88
sv-ttk~=2.6.1 # Tk Sun Valley theme for configuration editor
99
tkinter-tooltip~=3.1.2 # Tooltips for configuration editor

0 commit comments

Comments
 (0)