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 754d969 commit df848f2Copy full SHA for df848f2
CHANGELOG.md
@@ -9,6 +9,10 @@ and this library adheres to [Semantic Versioning](http://semver.org/) as mention
9
10
⚠ IMPORTANT NOTE: From this point onward Python 3.7 is no longer supported. The minimum supported version is Python 3.8 due to dependency updates.
11
12
+### Added
13
+* `snyk.yml` workflow, which serves the purpose of identifying and addressing dependency vulnerabilities in the project.
14
+* `sonar.yml` workflow to analyze the source code, enhancing code quality and maintainability.
15
+
16
### Security
17
* Bumped werkzeug dependency from 2.1.2 to 3.0.3
18
* Bumped pytest-httpserver dependency from 1.0.4 to 1.0.8
0 commit comments