You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix/898 improve code related to bug in dependency update (#915)
* Updated poetry.lock
* Add git function to test uncommitted path changes
* Add git function for add & commit
* Add report_json for more human readable performance
* Add DependencyUpdater
* Add vulnerabilities:update nox session
* Update workflow and documentation; exclude templates from pre-commit hook
* Prepare release 10.2.0
This minor release adds automated vulnerability updates through Nox session
6
+
`vulnerabilities:update` and improves the `dependency-update.yml`. It also includes a
7
+
few workflow-related bug fixes and documentation updates.
8
+
9
+
## Bug
10
+
11
+
*#909: Updated `cd.yml` workflow so that `cd-extension.yml` workflow depends on `build-and-publish`. This ensures that the custom release workflow only runs when the PyPi release was successful.
12
+
*#910: Added `gh-pages.yml` to be ignored when `has_documentation=False` in the `PROJECT_CONFIG`
13
+
14
+
## Feature
15
+
16
+
*#898: Created Nox session `vulnerabilities:update` to automatically resolve
17
+
vulnerable dependencies and report the result for the dependency update workflow
18
+
19
+
## Dependency Updates
20
+
21
+
### `main`
22
+
23
+
* Updated dependency `coverage:7.14.3` to `7.15.0`
*#909: Updated `cd.yml` workflow so that `cd-extension.yml` workflow depends on `build-and-publish`. This ensures that the custom release workflow only runs when the PyPi release was successful.
8
-
*#910: Add `gh-pages.yml` to be ignored when `has_documentation=False` in the `PROJECT_CONFIG`
0 commit comments