Skip to content

Commit

Permalink
build(deps): bump urllib3 from 2.0.5 to 2.0.7
Browse files Browse the repository at this point in the history
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@v2.0.5...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 9a27547 commit 7ec214b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ termcolor==2.3.0
tornado==6.3.3
typing-extensions==4.8.0
tzdata==2023.3
urllib3==2.0.5
urllib3==2.0.7
validators==0.22.0
vine==5.0.0
wcwidth==0.2.6
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_chain(self):
# "content_type":
# "text/html",
# "content_length": 11577,
# "host": "82.66.157.114",
# "host": "***REMOVED***",
# "time": 0.16246860100000002,
# "_source": "httpx",
# "_type": "url"
Expand Down

0 comments on commit 7ec214b

Please sign in to comment.