Skip to content

Commit

Permalink
Fix installation failure caused by missing debugpy version (#188)
Browse files Browse the repository at this point in the history
* update ruff, pytest

* update lock file

* add changelog entry
  • Loading branch information
wilfried-huss committed Aug 16, 2024
1 parent 254c452 commit b89b776
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 382 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: no-commit-to-branch
args: [--branch, master]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.6"
rev: "v0.6.0"
hooks:
- id: ruff
args: [ --fix ]
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

* Fix source installation problem caused by removed debugpy 1.8.3 package (#188)

## qiskit-aqt-provider v1.8.1

Expand Down
Loading

0 comments on commit b89b776

Please sign in to comment.