Changelog
### 2.0.1
```
- **FIX**: Remove unused code.
```
### 2.0.0
```
- **NEW**: `SelectorSyntaxError` is derived from `Exception` not `SyntaxError`.
- **NEW**: Remove deprecated `comments` and `icomments` from the API.
- **NEW**: Drop support for EOL Python versions (Python 2 and Python < 3.5).
- **FIX**: Corner case with splitting namespace and tag name that have an escaped `|`.
```
Links
- PyPI: https://pypi.org/project/soupsieve
- Changelog: https://pyup.io/changelogs/soupsieve/
- Repo: https://github.com/facelessuser/soupsieve
This PR updates soupsieve from 1.9.6 to 2.0.1.
Changelog
### 2.0.1 ``` - **FIX**: Remove unused code. ``` ### 2.0.0 ``` - **NEW**: `SelectorSyntaxError` is derived from `Exception` not `SyntaxError`. - **NEW**: Remove deprecated `comments` and `icomments` from the API. - **NEW**: Drop support for EOL Python versions (Python 2 and Python < 3.5). - **FIX**: Corner case with splitting namespace and tag name that have an escaped `|`. ```Links
- PyPI: https://pypi.org/project/soupsieve - Changelog: https://pyup.io/changelogs/soupsieve/ - Repo: https://github.com/facelessuser/soupsieve