build(deps): bump asv from 0.6.4 to 0.6.5

Bumps [asv](https://github.com/airspeed-velocity/asv) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/airspeed-velocity/asv/releases)
- [Changelog](https://github.com/airspeed-velocity/asv/blob/main/CHANGES.rst)
- [Commits](https://github.com/airspeed-velocity/asv/compare/v0.6.4...v0.6.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-15 17:46:55 +00:00 committed by GitHub
parent b01e5a3804
commit 11a6c66a9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 6 deletions

View file

@ -4,7 +4,7 @@
#
# pip-compile requirements-ci.in
#
asv==0.6.4
asv==0.6.5
# via -r requirements-ci.in
asv-runner==0.2.1
# via asv
@ -34,6 +34,7 @@ idna==3.10
# via requests
importlib-metadata==8.5.0
# via
# asv
# asv-runner
# build
iniconfig==2.0.0
@ -42,6 +43,7 @@ json5==0.10.0
# via asv
packaging==24.2
# via
# asv
# build
# pyproject-api
# pytest

View file

@ -6,10 +6,12 @@
#
asgiref==3.9.1
# via django
asv==0.6.4
asv==0.6.5
# via -r requirements-dev.in
asv-runner==0.2.1
# via asv
backports-asyncio-runner==1.2.0
# via pytest-asyncio
build==1.3.0
# via asv
cachetools==6.1.0
@ -26,7 +28,7 @@ colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
django==5.2.5
django==4.2.24
# via
# -r requirements-dev.in
# django-template-partials
@ -34,6 +36,8 @@ django-template-partials==25.1
# via -r requirements-dev.in
djc-core-html-parser==1.0.2
# via -r requirements-dev.in
exceptiongroup==1.3.0
# via pytest
filelock==3.19.1
# via
# tox
@ -45,7 +49,10 @@ identify==2.6.13
idna==3.10
# via requests
importlib-metadata==8.7.0
# via asv-runner
# via
# asv
# asv-runner
# build
iniconfig==2.1.0
# via pytest
json5==0.12.1
@ -53,12 +60,12 @@ json5==0.12.1
mypy==1.17.1
# via -r requirements-dev.in
mypy-extensions==1.1.0
# via
# mypy
# via mypy
nodeenv==1.9.1
# via pre-commit
packaging==25.0
# via
# asv
# build
# pyproject-api
# pytest
@ -118,6 +125,14 @@ syrupy==4.9.1
# via -r requirements-dev.in
tabulate==0.9.0
# via asv
tomli==2.2.1
# via
# asv
# build
# mypy
# pyproject-api
# pytest
# tox
tox==4.28.4
# via -r requirements-dev.in
types-requests==2.32.4.20250809
@ -125,8 +140,13 @@ types-requests==2.32.4.20250809
typing-extensions==4.14.1
# via
# -r requirements-dev.in
# asgiref
# exceptiongroup
# mypy
# pyee
# pytest-asyncio
# tox
# virtualenv
urllib3==2.5.0
# via
# requests