Merge branch 'master' into jo-1299-use-ruff-instead-of-isort-flake8-black

This commit is contained in:
Juro Oravec 2025-08-20 07:24:14 +02:00 committed by GitHub
commit 12e9b44218
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 7 deletions

View file

@ -7,7 +7,7 @@ whitenoise
asv asv
# NOTE: pin virtualenv to <20.31 until asv fixes integration # NOTE: pin virtualenv to <20.31 until asv fixes integration
# See https://github.com/airspeed-velocity/asv/issues/1484 # See https://github.com/airspeed-velocity/asv/issues/1484
virtualenv==20.33.1 virtualenv==20.34.0
pytest-asyncio pytest-asyncio
pytest-django pytest-django
typing-extensions>=4.12.2 typing-extensions>=4.12.2

View file

@ -100,11 +100,12 @@ typing-extensions==4.13.2
# -r requirements-ci.in # -r requirements-ci.in
# pyee # pyee
# tox # tox
# virtualenv
urllib3==2.2.3 urllib3==2.2.3
# via # via
# requests # requests
# types-requests # types-requests
virtualenv==20.33.1 virtualenv==20.34.0
# via # via
# -r requirements-ci.in # -r requirements-ci.in
# asv # asv

View file

@ -18,6 +18,6 @@ pygments-djc
asv asv
# NOTE: pin virtualenv to <20.31 until asv fixes integration # NOTE: pin virtualenv to <20.31 until asv fixes integration
# See https://github.com/airspeed-velocity/asv/issues/1484 # See https://github.com/airspeed-velocity/asv/issues/1484
virtualenv==20.33.1 virtualenv==20.34.0
typing-extensions>=4.12.2 typing-extensions>=4.12.2
pathspec pathspec

View file

@ -131,7 +131,7 @@ urllib3==2.5.0
# via # via
# requests # requests
# types-requests # types-requests
virtualenv==20.33.1 virtualenv==20.34.0
# via # via
# -r requirements-dev.in # -r requirements-dev.in
# asv # asv

View file

@ -64,7 +64,7 @@ gitdb==4.0.12
# via gitpython # via gitpython
gitpython==3.1.45 gitpython==3.1.45
# via mkdocs-git-revision-date-localized-plugin # via mkdocs-git-revision-date-localized-plugin
griffe==1.11.1 griffe==1.12.1
# via mkdocstrings-python # via mkdocstrings-python
htmlmin2==0.1.13 htmlmin2==0.1.13
# via mkdocs-minify-plugin # via mkdocs-minify-plugin
@ -136,7 +136,7 @@ mkdocs-git-revision-date-localized-plugin==1.4.7
# via hatch.envs.docs # via hatch.envs.docs
mkdocs-include-markdown-plugin==7.1.6 mkdocs-include-markdown-plugin==7.1.6
# via hatch.envs.docs # via hatch.envs.docs
mkdocs-material==9.6.16 mkdocs-material==9.6.17
# via hatch.envs.docs # via hatch.envs.docs
mkdocs-material-extensions==1.3.1 mkdocs-material-extensions==1.3.1
# via mkdocs-material # via mkdocs-material
@ -148,7 +148,7 @@ mkdocstrings==0.30.0
# via # via
# hatch.envs.docs # hatch.envs.docs
# mkdocstrings-python # mkdocstrings-python
mkdocstrings-python==1.16.12 mkdocstrings-python==1.17.0
# via hatch.envs.docs # via hatch.envs.docs
packaging==25.0 packaging==25.0
# via # via