We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bec9f commit d7a98bdCopy full SHA for d7a98bd
docs/changelog.rst
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
This project adheres to `Semantic Versioning <http://semver.org/>`_.
6
Please note that the changes before version 1.10.0 have not been documented.
7
8
+v4.0.5
9
+----------
10
+Changed
11
+
12
+- Security: Updated requests dependency from 2.32.0 (yanked) to 2.32.4 to address CVE-2024-35195
13
+- Fixed: Removed hard pin on requests dependency to allow for security updates
14
15
v4.0.4
16
----------
17
Changed
flask_monitoringdashboard/constants.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "4.0.4",
+ "version": "4.0.5",
3
"author": "The FMD Contributors",
4
"email": "[email protected]"
}
0 commit comments