Skip to content

Commit a187cb8

Browse files
dependabot[bot]Copilotrzhao271
authored
Bump qs from 6.14.2 to 6.15.2 (#1043)
* Bump qs from 6.14.2 to 6.15.2 Bumps [qs](https://github.com/ljharb/qs) from 6.14.2 to 6.15.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.14.2...v6.15.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Fix Lint CI failure: update Python from 3.9 to 3.10 in lint action Agent-Logs-Url: https://github.com/microsoft/vscode-python-debugger/sessions/f9c1a42b-75e8-4e00-ab05-0b914b999dbe Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
1 parent 41cb7f2 commit a187cb8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/actions/lint/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
- name: Install Python
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: '3.9'
33+
python-version: '3.10'
3434

3535
- name: Pip cache
3636
uses: actions/cache@v4

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)