diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 0519496b335..e4e2d5433b7 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -9,6 +9,11 @@ on: branches: - main +permissions: + contents: write + pull-requests: write + actions: write + jobs: native: runs-on: ubuntu-latest diff --git a/requirements.txt b/requirements.txt index a4c93ecc87b..ce11ab2364c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ certifi==2025.7.14 charset-normalizer==3.4.2 idna==3.10 requests==2.32.4 -urllib3==2.6.0 +urllib3==2.6.3