Skip to content

Commit

Permalink
Bump asv from 0.6.1 to 0.6.3
Browse files Browse the repository at this point in the history
Bumps [asv](https://github.com/airspeed-velocity/asv) from 0.6.1 to 0.6.3.
- [Release notes](https://github.com/airspeed-velocity/asv/releases)
- [Changelog](https://github.com/airspeed-velocity/asv/blob/main/CHANGES.rst)
- [Commits](airspeed-velocity/asv@v0.6.1...v0.6.3)

---
updated-dependencies:
- dependency-name: asv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent f26c198 commit 4545da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
[project.optional-dependencies]
dev = [
"asv==0.6.1", # Used to compute performance benchmarks
"asv==0.6.3", # Used to compute performance benchmarks
"black", # Used for static linting of files
"pre-commit", # Used to run checks before finalizing a git commit
"pylint", # Used for static linting of files
Expand Down

0 comments on commit 4545da4

Please sign in to comment.