diff --git a/.github/workflows/translate.yml b/.github/workflows/translate.yml index d479648..b3fc047 100644 --- a/.github/workflows/translate.yml +++ b/.github/workflows/translate.yml @@ -18,13 +18,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 1 token: ${{ secrets.BRUTUS_PAT_TOKEN }} - name: Set up Python - uses: actions/setup-python@v6.1.0 + uses: actions/setup-python@v6.2.0 with: python-version: "3.X" cache: pip diff --git a/pyproject.toml b/pyproject.toml index 537d61d..bb7e02c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ tox-uv = [ ] wlc = [ - "wlc == 1.17.0", + "wlc == 1.17.2", ] dev = [