Skip to content

Commit 15bc35e

Browse files
dependabot[bot]Stranger6667
authored andcommitted
build(deps): bump urllib3 in /bindings/python/requirements
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.4.0...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c9dba1 commit 15bc35e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

bindings/python/requirements/bench.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ cssutils==2.11.1
1818
# premailer
1919
# pynliner
2020
# toronado
21+
exceptiongroup==1.3.0
22+
# via pytest
2123
idna==3.10
2224
# via requests
2325
iniconfig==2.1.0
@@ -53,9 +55,13 @@ requests==2.32.4
5355
# premailer
5456
soupsieve==2.7
5557
# via beautifulsoup4
58+
tomli==2.2.1
59+
# via pytest
5660
toronado==0.1.0
5761
# via -r bench.in
5862
typing-extensions==4.14.0
59-
# via beautifulsoup4
60-
urllib3==2.4.0
63+
# via
64+
# beautifulsoup4
65+
# exceptiongroup
66+
urllib3==2.5.0
6167
# via requests

0 commit comments

Comments
 (0)