Skip to content

Commit

Permalink
[MAINTENANCE] Remove urllib3 dependency (#10488)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkini authored Oct 8, 2024
1 parent 2552b81 commit f9aa879
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,6 @@ filterwarnings = [
# Found when running tests in tests/profile/test_basic_suite_builder_profiler.py
# Example Actual Warning: RuntimeWarning: invalid value encountered in reduce
"ignore: invalid value encountered in reduce",
# urllib3
"ignore:'urllib3.contrib.pyopenssl' module is deprecated and will be removed in a future release of urllib3 2.x.:DeprecationWarning",
# boto
# Example Actual Warning: Found when importing botocore when collecting tests with 3.10.
# ImportWarning: _SixMetaPathImporter.find_spec() not found; falling back to find_module()
Expand Down
1 change: 0 additions & 1 deletion requirements-types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ types-tabulate
types-tqdm
types-typed-ast
types-tzlocal
types-urllib3
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ scipy>=1.6.0
tqdm>=4.59.0
typing-extensions>=4.1.0 # Leverage type annotations from recent Python releases
tzlocal>=1.2
urllib3>=1.26

0 comments on commit f9aa879

Please sign in to comment.