From b2763260ebebb08d5a4e6e7446ebc4c27c31f9db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:43:15 +0000 Subject: [PATCH] chore: Update all --- .github/workflows/release.yaml | 4 ++-- .github/workflows/test.yaml | 8 ++++---- setup.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8a9510a..e4a19f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest container: python:3.10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Get the version from the tag. @@ -48,7 +48,7 @@ jobs: - inspect - github_release steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install twine. run: pip install twine - name: Set the version number. diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5d5b00f..fdfe253 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest container: python:3.10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install package. run: pip install -e . - name: Install test dependencies. @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest container: python:3.10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install package. run: pip install . - name: Build the test site. @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest container: python:3.10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install the linter (flake8). run: pip install flake8 - name: Run the linter. @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest container: python:3.10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Install package. run: pip install . - name: Install mypy. diff --git a/setup.py b/setup.py index 6bb1058..33ca214 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ 'itsdangerous==2.1.2', 'jinja2==3.1.2', 'markdown==3.4.1', - 'markupsafe==2.1.1', + 'markupsafe==3.0.3', 'pygments==2.13.0', 'pymdown-extensions==9.7', 'pyscss @ git+https://github.com/aip-dev/pyScss.git@master',