Skip to content

Commit

Permalink
chore(deps): update dependency urllib3 to v1.26.14 (#81)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [urllib3](https://urllib3.readthedocs.io/)
([source](https://togithub.com/urllib3/urllib3)) | patch | `==1.26.13`
-> `==1.26.14` |

---

### Release Notes

<details>
<summary>urllib3/urllib3</summary>

###
[`v1.26.14`](https://togithub.com/urllib3/urllib3/blob/HEAD/CHANGES.rst#&#8203;12614-2023-01-11)

[Compare
Source](https://togithub.com/urllib3/urllib3/compare/1.26.13...1.26.14)

- Fixed parsing of port 0 (zero) returning None, instead of 0.
(`#&#8203;2850 <https://github.com/urllib3/urllib3/issues/2850>`\__)
- Removed deprecated getheaders() calls in contrib module. Fixed the
type hint of `PoolKey.key_retries` by adding `bool` to the union.
(`#&#8203;2865 <https://github.com/urllib3/urllib3/issues/2865>`\__)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDEuMCIsInVwZGF0ZWRJblZlciI6IjM0LjEwMS4wIn0=-->

Co-authored-by: descope[bot] <descope[bot]@users.noreply.github.com>
  • Loading branch information
descope[bot] and descope[bot] committed Jan 28, 2023
1 parent da1b4ea commit a47c292
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ sqlparse==0.4.3 ; python_full_version >= "3.8.1" and python_version < "4.0" \
tzdata==2022.7 ; python_full_version >= "3.8.1" and python_version < "4.0" and sys_platform == "win32" \
--hash=sha256:2b88858b0e3120792a3c0635c23daf36a7d7eeeca657c323da299d2094402a0d \
--hash=sha256:fe5f866eddd8b96e9fcba978f8e503c909b19ea7efda11e52e39494bad3a7bfa
urllib3==1.26.13 ; python_full_version >= "3.8.1" and python_version < "4" \
--hash=sha256:47cc05d99aaa09c9e72ed5809b60e7ba354e64b59c9c173ac3018642d8bb41fc \
--hash=sha256:c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8
urllib3==1.26.14; python_full_version >= "3.8.1" and python_version < "4" \
--hash=sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72 \
--hash=sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1

0 comments on commit a47c292

Please sign in to comment.