Skip to content

Commit

Permalink
upgraded volnurable jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed May 7, 2024
1 parent 51671e7 commit a1db544
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install uv environment
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude: |
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.2
rev: v0.4.3
hooks:
# Run the linter.
- id: ruff
Expand Down
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ click==8.1.7
# mkdocs
# pip-tools
# typer
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via pytest-cov
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -87,7 +87,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.3
jinja2==3.1.4
# via mkdocs
lazydocs==0.4.8
# via -r requirements.dev.in
Expand Down Expand Up @@ -174,7 +174,7 @@ pydantic-core==2.18.2
# via
# -r requirements.txt
# pydantic
pygments==2.17.2
pygments==2.18.0
# via rich
pylint==3.1.0
# via -r requirements.dev.in
Expand Down

0 comments on commit a1db544

Please sign in to comment.