Skip to content

Commit b193867

Browse files
build(deps): bump urllib3 from 2.6.0 to 2.6.3 in the pip group across 1 directory (#5003)
* build(deps): bump urllib3 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.6.0 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> * Add missing permissions for update-deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roman Zavarnitsyn <[email protected]>
1 parent 99553a4 commit b193867

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/update-deps.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
branches:
1010
- main
1111

12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
actions: write
16+
1217
jobs:
1318
native:
1419
runs-on: ubuntu-latest

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ certifi==2025.7.14
22
charset-normalizer==3.4.2
33
idna==3.10
44
requests==2.32.4
5-
urllib3==2.6.0
5+
urllib3==2.6.3

0 commit comments

Comments
 (0)