fastobo / fastobo-py

Faultless AST for Open Biomedical Ontologies in Python.
http://fastobo.readthedocs.io
MIT License
24 stars 4 forks source link

Bump syn from 1.0.60 to 1.0.63 #213

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps syn from 1.0.60 to 1.0.63.

Release notes

Sourced from syn's releases.

1.0.63

  • Fix parsing associated types with empty trait bound list after colon (#974)

1.0.62

1.0.61

  • Improve assertion failures on invalid use of Punctuated API (#970, thanks @osa1)
  • Add Lifetime::span and Lifetime::set_span accessors (#971)
Commits
  • 92b1129 Release 1.0.63
  • 8ca66e5 Merge pull request #975 from dtolnay/emptybounds
  • 79e357c Permit empty trait bounds after colon on type item
  • e39fca3 Add regression test for issue 974
  • 78f78ab Remove doc cfg attribute on impl on private type
  • 5532e28 Release 1.0.62
  • d131635 Release 1.0.61
  • b2f1da2 Expose accessors on LitBool consistent with other Lit variants
  • de1a51d Merge pull request #971 from dtolnay/lifetime-span
  • 9001d9f Add Lifetime span getter and setter
  • Additional commits viewable in compare view


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) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 3 years ago

Codecov Report

Merging #213 (bcff54b) into master (558eed8) will decrease coverage by 0.25%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
- Coverage   40.75%   40.49%   -0.26%     
==========================================
  Files          25       25              
  Lines        3514     3514              
==========================================
- Hits         1432     1423       -9     
- Misses       2082     2091       +9     
Impacted Files Coverage Δ
src/iter.rs 55.10% <0.00%> (-3.07%) :arrow_down:
src/error.rs 50.00% <0.00%> (-2.95%) :arrow_down:
src/py/doc.rs 76.00% <0.00%> (-1.34%) :arrow_down:
src/py/id.rs 60.00% <0.00%> (-1.03%) :arrow_down:
src/py/pv.rs 69.10% <0.00%> (-0.82%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 558eed8...bcff54b. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

Superseded by #214.