Skip to content

Commit cc66636

Browse files
Bump the "dependencies" group with 2 updates across multiple ecosystems (#55)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0658199 commit cc66636

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/translate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6.0.1
21+
uses: actions/checkout@v6.0.2
2222
with:
2323
fetch-depth: 1
2424
token: ${{ secrets.BRUTUS_PAT_TOKEN }}
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v6.1.0
27+
uses: actions/setup-python@v6.2.0
2828
with:
2929
python-version: "3.X"
3030
cache: pip

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tox-uv = [
88
]
99

1010
wlc = [
11-
"wlc == 1.17.0",
11+
"wlc == 1.17.2",
1212
]
1313

1414
dev = [

0 commit comments

Comments
 (0)