File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.5.4] - 2024-03-21
8
+ ### Upgraded
9
+ - Downgraded PyYAML to 5.3.1 due to known issue: https://github.com/yaml/pyyaml/issues/724
10
+
7
11
## [ 0.5.3] - 2024-03-21
8
12
### Upgraded
9
13
- Dropped Python 3.7 support
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = "fikkie" ,
8
- version = "0.5.3 " ,
8
+ version = "0.5.4 " ,
9
9
description = (
10
10
"The simplest tool for lightweight monitoring over SSH, compatible with all "
11
11
"your favorite messengers."
19
19
scripts = ["scripts/fikkie" ],
20
20
install_requires = [
21
21
"celery==5.3.6" ,
22
- "PyYAML==5.3.1" , # Issue: https://github.com/yaml/pyyaml/issues/724
22
+ "PyYAML==5.3.1" , # Issue: https://github.com/yaml/pyyaml/issues/724
23
23
"tinydb==4.8.0" ,
24
24
"typing_extensions==4.0.1" ,
25
25
],
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ mypy==0.920
4
4
pytest==6.2.5
5
5
pytest-cov==3.0.0
6
6
pytest-mock==3.6.1
7
- types-PyYAML==5.3.1
7
+ types-PyYAML==6.0
You can’t perform that action at this time.
0 commit comments