Bump jinja2 from 3.1.5 to 3.1.6 (#6029)

This commit is contained in:
dependabot[bot] 2025-09-09 21:16:47 +01:00 committed by GitHub
parent 17db4ff25c
commit bbfd618f6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 338 additions and 337 deletions

View File

@ -13,7 +13,7 @@ permissions:
jobs: jobs:
lock: lock:
if: ${{ github.event_name == 'workflow_dispatch' || github.actor == 'dependabot[bot]' }} if: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' && (github.event.pull_request.user.login == 'pyup-bot' || github.event.pull_request.user.login == 'dependabot[bot]') }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
GH_PAT: ${{ secrets.GH_PAT }} GH_PAT: ${{ secrets.GH_PAT }}

View File

@ -34,7 +34,7 @@ dependencies = [
"django-upgrade==1.22.2", "django-upgrade==1.22.2",
"djlint==1.36.4", "djlint==1.36.4",
"gitpython==3.1.43", "gitpython==3.1.43",
"jinja2==3.1.5", "jinja2==3.1.6",
"pre-commit==4.1.0", "pre-commit==4.1.0",
"pygithub==2.5", "pygithub==2.5",
"pytest==8.3.4", "pytest==8.3.4",

671
uv.lock

File diff suppressed because it is too large Load Diff