frafra / postgresql2websocket

Send PostgreSQL notifications over websockets
GNU General Public License v3.0
82 stars 10 forks source link

Bump yarl from 0.8.1 to 1.3.0 #7

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps yarl from 0.8.1 to 1.3.0.

Release notes *Sourced from [yarl's releases](https://github.com/aio-libs/yarl/releases).* > ## yarl 1.2.6 release > Changes > -------------- > > * Drop Python 3.4 trove classifier ([#205](https://github-redirect.dependabot.com/aio-libs/yarl/issues/205)) > > ## yarl 1.2.5 release > Changes > ------------ > > * Fix annotations for `build` ([#199](https://github-redirect.dependabot.com/aio-libs/yarl/issues/199)) > > ## yarl 1.2.4 release > Changes > ------------ > > - Fix annotations for `cached_property` ([#195](https://github-redirect.dependabot.com/aio-libs/yarl/issues/195)) > > ## yarl 1.2.3 release > Changes > ------------ > > * Accept `str` subclasses in `URL` constructor ([#190](https://github-redirect.dependabot.com/aio-libs/yarl/issues/190)) > > ## yarl 1.2.2 release > Changes > ------------- > > * Fix Linux build > > ## yarl 1.2.1 release > Changes > ------------ > > * Pin minimal required Python to 3.5.3 ([#189](https://github-redirect.dependabot.com/aio-libs/yarl/issues/189)) > > ## yarl 1.2.0 release > The release officially supports python type hint annotations. > > Changes > ------------- > > * Forbid inheritance, replace `__init__` with `__new__` ([#171](https://github-redirect.dependabot.com/aio-libs/yarl/issues/171)) > > * Support PEP-561 (provide type hinting marker) ([#182](https://github-redirect.dependabot.com/aio-libs/yarl/issues/182)) > > ## yarl 1.1.1 release > Fixes a performance regression on `URL.build` call for relative URLs ([#170](https://github-redirect.dependabot.com/aio-libs/yarl/issues/170)) > > ## yarl 1.1.0 release > ... (truncated)
Changelog *Sourced from [yarl's changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst).* > 1.3.0 (2018-12-11) > ================== > > - Fix annotations for `query` parameter ([\#207](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\207)) > - An incoming query sequence can have int variables (the same as for Mapping type) ([\#208](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\208)) > - Add `URL.explicit_port` property ([\#218](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\218)) > - Give a friendlier error when port cant be converted to int ([\#168](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\168)) > - `bool(URL())` now returns `False` ([\#272](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\272)) > > 1.2.6 (2018-06-14) > ================== > > - Drop Python 3.4 trove classifier ([\#205](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\205)) > > 1.2.5 (2018-05-23) > ================== > > - Fix annotations for `build` ([\#199](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\199)) > > 1.2.4 (2018-05-08) > ================== > > - Fix annotations for `cached_property` ([\#195](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\195)) > > 1.2.3 (2018-05-03) > ================== > > - Accept `str` subclasses in `URL` constructor ([\#190](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\190)) > > 1.2.2 (2018-05-01) > ================== > > - Fix build > > 1.2.1 (2018-04-30) > ================== > > - Pin minimal required Python to 3.5.3 ([\#189](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\189)) > > 1.2.0 (2018-04-30) > ================== > > - Forbid inheritance, replace `__init__` with `__new__` ([\#171](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\171)) > - Support PEP-561 (provide type hinting marker) ([\#182](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\182)) > > 1.1.1 (2018-02-17) > ================== > > - Fix performance regression: don't encode enmpty netloc ([\#170](https://github-redirect.dependabot.com/aio-libs/yarl/issues/\170)) > > ... (truncated)
Commits - [`619cc22`](https://github.com/aio-libs/yarl/commit/619cc2203b8888fb9ad552c4a3da6f8b31d1fbac) Bump to 1.3.0 - [`39ccc40`](https://github.com/aio-libs/yarl/commit/39ccc40c8d11f2d279ab58d3e7d9771ace04f7ea) Enable back flake8-pyi - [`43cacca`](https://github.com/aio-libs/yarl/commit/43caccaaa6da4f708619ba1bd905fb7920edf125) Don't install black on Python 3.5 - [`36723be`](https://github.com/aio-libs/yarl/commit/36723be4fc8118a900591dff52f02d146e84e650) Fix CI badge - [`dd91d07`](https://github.com/aio-libs/yarl/commit/dd91d07acaa99c23b2a8b6a58c9123fe1c7025ff) Fix travis - [`deeefd6`](https://github.com/aio-libs/yarl/commit/deeefd698309385c3a25901b61aa224e9e259cb9) Apply black - [`60aa3e3`](https://github.com/aio-libs/yarl/commit/60aa3e3169d0f63a6dba474cdc6df2f80c188b7c) Scheduled weekly dependency update for week 42 ([#254](https://github-redirect.dependabot.com/aio-libs/yarl/issues/254)) - [`f6bbe23`](https://github.com/aio-libs/yarl/commit/f6bbe2338d57f41ebb867ad9093cf0ebf5a88597) Update cython from 0.28.5 to 0.29 ([#252](https://github-redirect.dependabot.com/aio-libs/yarl/issues/252)) - [`a3ad334`](https://github.com/aio-libs/yarl/commit/a3ad3346be85f6a82224c79aac091e56f85d0af6) Refactor sequence in test_never_quote - [`805bb9e`](https://github.com/aio-libs/yarl/commit/805bb9e39513e2e41616f4ee89fc1d9cac6ae6dd) Scheduled weekly dependency update for week 40 ([#247](https://github-redirect.dependabot.com/aio-libs/yarl/issues/247)) - Additional commits viewable in [compare view](https://github.com/aio-libs/yarl/compare/v0.8.1...v1.3.0)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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.
dependabot-preview[bot] commented 5 years ago

Looks like yarl is no longer a dependency, so this is no longer needed.