Skip to content

Commit

Permalink
Bump urllib3 from ^1.26 to ^2.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Javier Merchante <[email protected]>
  • Loading branch information
jjmerchante committed Oct 20, 2023
1 parent d63a682 commit b21f7a4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 30 deletions.
2 changes: 1 addition & 1 deletion perceval/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def _create_http_session(self):
read=self.max_retries_on_read,
redirect=self.max_retries_on_redirect,
status=self.max_retries_on_status,
method_whitelist=self.method_whitelist,
allowed_methods=self.method_whitelist,
status_forcelist=self.status_forcelist,
backoff_factor=self.sleep_time,
raise_on_redirect=self.raise_on_redirect,
Expand Down
37 changes: 9 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ requests = "^2.7.0"
beautifulsoup4 = "^4.3.2"
feedparser = "^6.0.8"
dulwich = "^0.20.0"
urllib3 = "^1.26"
urllib3 = "^2.0.7"
PyJWT = "^2.4.0"
cryptography = "^41.0.3"
grimoirelab-toolkit = { version = ">=0.3", allow-prereleases = true}
Expand Down
7 changes: 7 additions & 0 deletions releases/unreleased/bump-urllib3-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Bump urllib3 version
category: dependency
author: Jose Javier Merchante <[email protected]>
issue: null
notes: >
Bump urllib3 from ^1.26 to ^2.0.7

0 comments on commit b21f7a4

Please sign in to comment.