Skip to content

Commit

Permalink
⬆️ Update babel requirement from ~=2.13.1 to ~=2.14.0
Browse files Browse the repository at this point in the history
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.13.1...v2.14.0)

---
updated-dependencies:
- dependency-name: babel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 0f68e15 commit 26353ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pyserial~=3.5 # Serial link to communicate with the display
PyYAML~=6.0.1 # For themes files
psutil~=5.9.6 # CPU / disk / network metrics
pystray~=0.19.5 # Tray icon (all OS)
babel~=2.13.1 # Date/time formatting
babel~=2.14.0 # Date/time formatting
ruamel.yaml~=0.18.5 # For configuration editor
sv-ttk~=2.5.5 # Tk Sun Valley theme for configuration editor

Expand Down

0 comments on commit 26353ee

Please sign in to comment.