fastobo / fastobo-py

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

Update ipython requirement from ~=7.15 to ~=7.19 #172

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Updates the requirements on ipython to permit the latest version.

Commits
  • 223e783 release 7.19.0
  • bb008e7 Merge pull request #12682 from meeseeksmachine/auto-backport-of-pr-12681-on-7.x
  • 09b5255 Backport PR #12681: Start working on whatsnew notes for 7.19.
  • b8b16f3 Merge pull request #12676 from meeseeksmachine/auto-backport-of-pr-12627-on-7.x
  • c64b113 Backport PR #12627: Don't call curframe.f_locals
  • e07c9ff Merge pull request #12653 from meeseeksmachine/auto-backport-of-pr-12625-on-7.x
  • 3cb2535 Merge pull request #12667 from meeseeksmachine/auto-backport-of-pr-12659-on-7.x
  • 8b0c699 Backport PR #12659: Fix settrace for recursive debugger
  • 5476d31 Merge pull request #12660 from meeseeksmachine/auto-backport-of-pr-12631-on-7.x
  • 8660d40 Backport PR #12631: Mark initial frame as not hidden.
  • Additional commits viewable in compare view


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 #172 into master will increase coverage by 1.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
+ Coverage   39.68%   40.77%   +1.08%     
==========================================
  Files          25       25              
  Lines        3500     3662     +162     
==========================================
+ Hits         1389     1493     +104     
- Misses       2111     2169      +58     
Impacted Files Coverage Δ
src/py/header/frame.rs 50.81% <0.00%> (-4.92%) :arrow_down:
src/py/xref.rs 68.22% <0.00%> (-4.68%) :arrow_down:
src/py/term/frame.rs 53.73% <0.00%> (-4.48%) :arrow_down:
src/py/id.rs 58.78% <0.00%> (-3.38%) :arrow_down:
src/py/pv.rs 70.31% <0.00%> (-3.13%) :arrow_down:
src/py/doc.rs 77.33% <0.00%> (-2.67%) :arrow_down:
src/iter.rs 57.00% <0.00%> (-2.00%) :arrow_down:
src/py/typedef/frame.rs 32.83% <0.00%> (-1.50%) :arrow_down:
src/macros.rs 100.00% <0.00%> (ø)
src/py/header/clause.rs 35.47% <0.00%> (+0.55%) :arrow_up:
... and 2 more

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 831bd3a...c1ed8c6. Read the comment docs.

dependabot-preview[bot] commented 3 years ago

Superseded by #200.