Changelog
*Sourced from [cssselect's changelog](https://github.com/scrapy/cssselect/blob/master/CHANGES).*
> Version 1.1.0
> -------------
>
> Released on 2019-08-09.
>
> * Support for the ``:scope`` selector, which allows to access immediate
> children of a selector.
>
> * Support for the ``|E`` syntax for type selectors without a namespace.
>
> * A new selector method, ``canonical``, returns the CSS expression of the
> selector, as a string.
Commits
- [`518e3e1`](https://github.com/scrapy/cssselect/commit/518e3e1babcc3db38ab8afe948c05a4799693108) Bump version: 1.0.3 → 1.1.0
- [`fffc0b6`](https://github.com/scrapy/cssselect/commit/fffc0b6f185485e70c70de5a285ec9bd4e20031b) Merge pull request [#89](https://github-redirect.dependabot.com/scrapy/cssselect/issues/89) from Gallaecio/changes-new-version
- [`cff38f1`](https://github.com/scrapy/cssselect/commit/cff38f1f00972b9851ff64fa8380022aa0d76b9b) Cover cssselect 1.1.0 in the CHANGES file
- [`ca3d013`](https://github.com/scrapy/cssselect/commit/ca3d01320760c6579fb3ffb40b02e81c8067054b) Merge pull request [#90](https://github-redirect.dependabot.com/scrapy/cssselect/issues/90) from Gallaecio/py34-lxml
- [`6d75855`](https://github.com/scrapy/cssselect/commit/6d758551c700c784c690ff59c8ccf679c573d506) Enforce a working lxml version on the Python 3.4 CI environment
- [`8f5c7a8`](https://github.com/scrapy/cssselect/commit/8f5c7a873a9ff1065ad527779a714104e1183665) Merge pull request [#75](https://github-redirect.dependabot.com/scrapy/cssselect/issues/75) from arthurdarcet/css-export
- [`02ec77c`](https://github.com/scrapy/cssselect/commit/02ec77c57a37e835a7088a5e68c2c39ec08a1877) Merge pull request [#88](https://github-redirect.dependabot.com/scrapy/cssselect/issues/88) from sjp/master
- [`81c8dab`](https://github.com/scrapy/cssselect/commit/81c8dab8a17e389be9390260e8e22b5c0ef4df4c) Parse |ident as ident. No longer an error.
- [`99bc54c`](https://github.com/scrapy/cssselect/commit/99bc54cfdff00856bd2643d8b3d97111ffd13430) Merge pull request [#87](https://github-redirect.dependabot.com/scrapy/cssselect/issues/87) from sortafreel/css-immediate-children
- [`4b96685`](https://github.com/scrapy/cssselect/commit/4b966853c84f44c8fb079213337e36d4992dd7f0) Edit docs.
- Additional commits viewable in [compare view](https://github.com/scrapy/cssselect/compare/v1.0.3...v1.1.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps cssselect from 1.0.3 to 1.1.0.
Changelog
*Sourced from [cssselect's changelog](https://github.com/scrapy/cssselect/blob/master/CHANGES).* > Version 1.1.0 > ------------- > > Released on 2019-08-09. > > * Support for the ``:scope`` selector, which allows to access immediate > children of a selector. > > * Support for the ``|E`` syntax for type selectors without a namespace. > > * A new selector method, ``canonical``, returns the CSS expression of the > selector, as a string.Commits
- [`518e3e1`](https://github.com/scrapy/cssselect/commit/518e3e1babcc3db38ab8afe948c05a4799693108) Bump version: 1.0.3 → 1.1.0 - [`fffc0b6`](https://github.com/scrapy/cssselect/commit/fffc0b6f185485e70c70de5a285ec9bd4e20031b) Merge pull request [#89](https://github-redirect.dependabot.com/scrapy/cssselect/issues/89) from Gallaecio/changes-new-version - [`cff38f1`](https://github.com/scrapy/cssselect/commit/cff38f1f00972b9851ff64fa8380022aa0d76b9b) Cover cssselect 1.1.0 in the CHANGES file - [`ca3d013`](https://github.com/scrapy/cssselect/commit/ca3d01320760c6579fb3ffb40b02e81c8067054b) Merge pull request [#90](https://github-redirect.dependabot.com/scrapy/cssselect/issues/90) from Gallaecio/py34-lxml - [`6d75855`](https://github.com/scrapy/cssselect/commit/6d758551c700c784c690ff59c8ccf679c573d506) Enforce a working lxml version on the Python 3.4 CI environment - [`8f5c7a8`](https://github.com/scrapy/cssselect/commit/8f5c7a873a9ff1065ad527779a714104e1183665) Merge pull request [#75](https://github-redirect.dependabot.com/scrapy/cssselect/issues/75) from arthurdarcet/css-export - [`02ec77c`](https://github.com/scrapy/cssselect/commit/02ec77c57a37e835a7088a5e68c2c39ec08a1877) Merge pull request [#88](https://github-redirect.dependabot.com/scrapy/cssselect/issues/88) from sjp/master - [`81c8dab`](https://github.com/scrapy/cssselect/commit/81c8dab8a17e389be9390260e8e22b5c0ef4df4c) Parse |ident as ident. No longer an error. - [`99bc54c`](https://github.com/scrapy/cssselect/commit/99bc54cfdff00856bd2643d8b3d97111ffd13430) Merge pull request [#87](https://github-redirect.dependabot.com/scrapy/cssselect/issues/87) from sortafreel/css-immediate-children - [`4b96685`](https://github.com/scrapy/cssselect/commit/4b966853c84f44c8fb079213337e36d4992dd7f0) Edit docs. - Additional commits viewable in [compare view](https://github.com/scrapy/cssselect/compare/v1.0.3...v1.1.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.