Skip to content

Commit aa65246

Browse files
build(deps): bump urllib3 from 2.6.3 to 2.7.0
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30d6b4f commit aa65246

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ six==1.17.0
125125
# pynput
126126
# python-dateutil
127127
# python-xlib
128-
urllib3==2.6.3
128+
urllib3==2.7.0
129129
# via requests
130130
virtualenv==21.2.4
131131
# via pre-commit

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ six==1.17.0
9090
# pynput
9191
# python-dateutil
9292
# python-xlib
93-
urllib3==2.6.3
93+
urllib3==2.7.0
9494
# via requests
9595
webdavclient3==3.14.7
9696
# via -r requirements.in

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ six==1.17.0
7070
# pynput
7171
# python-dateutil
7272
# python-xlib
73-
urllib3==2.6.3
73+
urllib3==2.7.0
7474
# via requests
7575
webdavclient3==3.14.7
7676
# via -r requirements.in

0 commit comments

Comments
 (0)