Open
Description
Describe your context
When using dash_duo
and performing tests on our application we get the following deprecation warnings
C:\repositories\database-gui\venv\Lib\site-packages\selenium\webdriver\remote\remote_connection.py:391: DeprecationWarning:
HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default).
- replace the result of
pip list | grep dash
below
dash 2.11.1
dash-bootstrap-components 1.4.1
dash-chart-editor 0.0.1a4
dash-core-components 2.0.0
dash-extensions 1.0.1
dash-html-components 2.0.0
dash-table 5.0.0
dash-testing-stub 0.0.2
Describe the bug
When running pytest with dash_duo
the following deprecation warnings show up.
C:\repositories\database-gui\venv\Lib\site-packages\selenium\webdriver\remote\remote_connection.py:391: DeprecationWarning:
HTTPResponse.getheader() is deprecated and will be removed in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default).
Expected behavior
I expect to not get any deprecation warnings.