mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-13 07:22:35 +03:00
Bump jinja2 from 3.1.5 to 3.1.6 (#6029)
This commit is contained in:
parent
17db4ff25c
commit
bbfd618f6e
2
.github/workflows/dependabot-uv-lock.yml
vendored
2
.github/workflows/dependabot-uv-lock.yml
vendored
|
@ -13,7 +13,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
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
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
|
|
|
@ -34,7 +34,7 @@ dependencies = [
|
|||
"django-upgrade==1.22.2",
|
||||
"djlint==1.36.4",
|
||||
"gitpython==3.1.43",
|
||||
"jinja2==3.1.5",
|
||||
"jinja2==3.1.6",
|
||||
"pre-commit==4.1.0",
|
||||
"pygithub==2.5",
|
||||
"pytest==8.3.4",
|
||||
|
|
Loading…
Reference in New Issue
Block a user