diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-06 09:06:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-06 09:06:29 +0100 |
| commit | 1b4497fc8f51cfc1f326f3474203f9ea6dfd3804 (patch) | |
| tree | 51479ed8f444adcfa9935f6da5e7b2d0dfd115fc | |
| parent | a98a9f7122d583a9547e9a8b2ab8c14570fc6e54 (diff) | |
| download | zsh-1b4497fc8f51cfc1f326f3474203f9ea6dfd3804.tar.gz zsh-1b4497fc8f51cfc1f326f3474203f9ea6dfd3804.tar.bz2 zsh-1b4497fc8f51cfc1f326f3474203f9ea6dfd3804.zip | |
chore(deps): bump urllib3 in /.github/workflows/dependencies (#13464)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.0)
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/dependencies/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependencies/requirements.txt b/.github/workflows/dependencies/requirements.txt index 4fc25d593..94eaf3c9a 100644 --- a/.github/workflows/dependencies/requirements.txt +++ b/.github/workflows/dependencies/requirements.txt @@ -4,4 +4,4 @@ idna==3.11 PyYAML==6.0.3 requests==2.32.5 semver==3.0.4 -urllib3==2.5.0 +urllib3==2.6.0 |
