konstin / github-wikidata-bot

Updates Wikidata entries using metadata from github
https://www.wikidata.org/wiki/User:Github-wiki-bot
Other
41 stars 8 forks source link

Bump yarl from 1.3.0 to 1.4.1 #104

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps yarl from 1.3.0 to 1.4.1.

Release notes *Sourced from [yarl's releases](https://github.com/aio-libs/yarl/releases).* > ## v1.4.1 > No release notes provided. > > ## v1.4.0 > No release notes provided. > > ## v1.4.0b1 > No release notes provided. > > ## v1.4.0a11 > No release notes provided. > > ## v1.4.0a10 > > > ## Changes: > > * 68b86aa86bb018a6a6ba3023e60c9760e9c869e1 Bump to 1.4.0a10 > * 6382c61a8d8f4c4edec170ff82603f3da6ac2b0a Polish deployment ([#360](https://github-redirect.dependabot.com/aio-libs/yarl/issues/360)) > * 60d2c1321baa2b5ee67eafe4f94c1db8e2ab2b43 Fix a path to repaired wheels > * 5afbdf1ba48a1e8c55a7fd97d450585e0dacadd8 Fix path > * 309d116fb2a0d417fcd5ab8400489dab1e4eac4d Fix aftifact path > * 58acb5d6b36cffc0dcfa6cc361525fc4224f586e Fix file pattern > * 2835df884c98f45125cfe2b396394efb5bdc66e7 Bump to 1.4.0a5 > * 057f915445828fb487072ba4581de67d68d34c93 Upload settings from env vars > * d0e026edf2ea16f466b03990a326e2a4b2717945 Fix azure config again > * 8e72e20fac05295e8cf57030732662229eaa6099 Fix config >
See More > > * 91941a33b60a85b105e2aff3c1882994fec3b3c8 Install twine before uploading > * 7235202f3fdd941b326a2fa92e08deae1a401232 Bump to 1.4.0a1 > * a16a88f02402ab9c51c44dde052ff47c2ff7b791 Deploy ([#358](https://github-redirect.dependabot.com/aio-libs/yarl/issues/358)) > * c81633ccf9802444bca60c220576a131d79d91d0 Fix pattern > * 30947f56f45aa18898fbf9d25ea1669f705900cf Work on deployment > * 5b54757e5ede5366d8c2c23adedea6c42ae25936 Fix > * 48331d80b47f60bc2a8ece863829bfe3e786ba05 Fix task name > * 50028fa5d8543899ab49719bf465869046d22f0b Publish dists > * f8dc847bcd24fc3c0a0ef4b95e0ad5ab6c858da6 Add linters on azure ([#354](https://github-redirect.dependabot.com/aio-libs/yarl/issues/354)) > * bed20f9015b5ca65de4b60022d98bce61928d744 Add linters on azure ([#353](https://github-redirect.dependabot.com/aio-libs/yarl/issues/353)) > * b99629bc8029237e59ec2ae267b13fec7ff77939 Add new test ([#352](https://github-redirect.dependabot.com/aio-libs/yarl/issues/352)) > * dd3833a30775eca046f8a03aae2e1f491ce0b453 Fix quoting of plus in path by pure python version ([#339](https://github-redirect.dependabot.com/aio-libs/yarl/issues/339)) > * 2062ecb301c1420e98d0bff4e48802fffd32b575 Update CHANGES > * 03a10a71b8a13c5245671e8f71fb0444ecbc02c8 Drop pytohn 3.5 from appveyor build > * 33cc05778dc433ab17aebbe452c9a645e4e110a8 Return argument untouched on quoting/unquoting if no operation is required ([#338](https://github-redirect.dependabot.com/aio-libs/yarl/issues/338)) > * cd37b659d16b8036a92a5fc83399aedb344a19e1 Use python 3.6 as minimal requirement > * 523af4ad2bd4d715ad92144e4fa706d652e5911e Add windows and macosx to build matrix > * f958a2507718a5d99e2e1bdaa2b1b72f004a2d69 Fix typo > * dbe03066ccce307f6d6dfae9f2b62e6e793e5f45 Don't install mypy on pypy > * 3fddba717ee020937ca4210d0929423c8aa1bfed Correct pypy spec > * 03325c65e834850280c0e02b6e61cf38102f0f7b Add pypy to build matrix > ... (truncated)
Changelog *Sourced from [yarl's changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst).* > 1.4.1 (2019-11-29) > ================== > > - Fix regression, make the library work on Python 3.5 and 3.6 again. > > 1.4.0 (2019-11-29) > ================== > > - Distinguish an empty password in URL from a password not provided at all ([#262](https://github-redirect.dependabot.com/aio-libs/yarl/issues/262)) > - Fixed annotations for optional parameters of `URL.build` ([#309](https://github-redirect.dependabot.com/aio-libs/yarl/issues/309)) > - Use None as default value of `user` parameter of `URL.build` ([#309](https://github-redirect.dependabot.com/aio-libs/yarl/issues/309)) > - Enforce building C Accelerated modules when installing from source tarball, use `YARL_NO_EXTENSIONS` environment variable for falling back to (slower) Pure Python implementation ([#329](https://github-redirect.dependabot.com/aio-libs/yarl/issues/329)) > - Drop Python 3.5 support > - Fix quoting of plus in path by pure python version ([#339](https://github-redirect.dependabot.com/aio-libs/yarl/issues/339)) > - Don't create a new URL if fragment is unchanged ([#292](https://github-redirect.dependabot.com/aio-libs/yarl/issues/292)) > - Included in error msg the path that produces starting slash forbidden error ([#376](https://github-redirect.dependabot.com/aio-libs/yarl/issues/376)) > - Skip slow IDNA encoding for ASCII-only strings ([#387](https://github-redirect.dependabot.com/aio-libs/yarl/issues/387))
Commits - [`8218ec7`](https://github.com/aio-libs/yarl/commit/8218ec7602b844f6a2a6d268cb66f67db60ddaf4) Reformat - [`a9277d3`](https://github.com/aio-libs/yarl/commit/a9277d3de2f08e343adce9846c6ab59e6ab08700) Bump to 1.4.1 - [`8f07216`](https://github.com/aio-libs/yarl/commit/8f07216ac29f96912e6ef5d8debf72485dd37cee) Drop redundant comment - [`2395cf5`](https://github.com/aio-libs/yarl/commit/2395cf5601684ab7b0c78e90bd7e906d48ef34ee) Bump to 1.5.0a0 - [`54ee226`](https://github.com/aio-libs/yarl/commit/54ee226f74f7093a90559fe4bc778d39a8343edc) Bump to 1.4.0 - [`b5413cd`](https://github.com/aio-libs/yarl/commit/b5413cd0d344284806e299ec1c5abcb057aab838) Bump to 1.4.0b1 - [`eda1e05`](https://github.com/aio-libs/yarl/commit/eda1e050c867c8ea47ddbd8c98d7b3a94c987a1f) Skip slow IDNA encoding for ASCII-only strings ([#387](https://github-redirect.dependabot.com/aio-libs/yarl/issues/387)) - [`fe641dd`](https://github.com/aio-libs/yarl/commit/fe641dd971ce692b3154607670c4981cef96e60e) Bump pytest from 5.3.0 to 5.3.1 - [`3b415ae`](https://github.com/aio-libs/yarl/commit/3b415ae0aa8e1cecc98d3e3fc64acd020c9033a1) Include name in exception - starting from slash is forbidden ([#376](https://github-redirect.dependabot.com/aio-libs/yarl/issues/376)) - [`d0752ca`](https://github.com/aio-libs/yarl/commit/d0752ca742c232c66ea6f2877614cb801e73fe15) Don't create a new URL if fragment unchanged ([#384](https://github-redirect.dependabot.com/aio-libs/yarl/issues/384)) - Additional commits viewable in [compare view](https://github.com/aio-libs/yarl/compare/v1.3.0...v1.4.1)


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.


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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #106.