Skip to content

Commit

Permalink
Update dependencies (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix authored Nov 13, 2023
1 parent ab86c48 commit 0156f5c
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 513 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/charliermarsh/ruff-pre-commit
rev: "v0.1.2"
rev: "v0.1.5"
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* Set minimal required `qiskit` version to 0.45.0 (#108)

## qiskit-aqt-provider v0.19.0

* Interprete string filters in `AQTProvider.get_backend()` as exact matches, not patterns (#90)
Expand Down
Loading

0 comments on commit 0156f5c

Please sign in to comment.