Skip to content

Commit

Permalink
[6.15.z] Sync requirements with master branch (#17527)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Feb 8, 2025
1 parent b8e1fe3 commit 37e4f3c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_cherry_pick_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Wait for other status checks to Pass
id: waitforstatuschecks
uses: lewagon/[email protected].3
uses: lewagon/[email protected].4
with:
ref: ${{ github.head_ref }}
repo-token: ${{ secrets.CHERRYPICK_PAT }}
Expand All @@ -67,7 +67,7 @@ jobs:
- id: automerge
name: Auto merge of cherry-picked PRs.
uses: "pascalgn/[email protected].2"
uses: "pascalgn/[email protected].3"
env:
GITHUB_TOKEN: "${{ secrets.CHERRYPICK_PAT }}"
MERGE_LABELS: "AutoMerge_Cherry_Picked, Auto_Cherry_Picked"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Wait for other status checks to Pass
id: waitforstatuschecks
uses: lewagon/[email protected].3
uses: lewagon/[email protected].4
with:
ref: ${{ github.head_ref }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -47,7 +47,7 @@ jobs:

- id: automerge
name: Auto merge of dependabot PRs.
uses: "pascalgn/[email protected].2"
uses: "pascalgn/[email protected].3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "dependencies"
Expand Down
8 changes: 4 additions & 4 deletions requirements-optional.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# For running tests and checking code quality using these modules.
pytest-cov==5.0.0
redis==5.1.1
pre-commit==3.8.0
ruff==0.6.9
pytest-cov==6.0.0
redis==5.2.1
pre-commit==4.1.0
ruff==0.9.4

# For generating documentation.
sphinx==8.1.3
Expand Down

0 comments on commit 37e4f3c

Please sign in to comment.