Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jupytext requirement from 1.13.8 to 1.14.0 #208

Merged
merged 1 commit into from
Jul 6, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2022

Updates the requirements on jupytext to permit the latest version.

Release notes

Sourced from jupytext's releases.

Version 1.14.0

Changed

  • The Jupytext configuration file has a new option cm_config_log_level that defaults to info_if_changed. With that value, the contents manager will log a line regarding the configuration file used only when the config file is not the same as the one previously used (#959) - many thanks to R.C. Thomas for suggesting this and thoughtfully testing the patch.
  • Hidden configuration files like .jupytext.toml or .jupytext.py are now ignored by Jupytext's contents manager when allow_hidden=False (that option was introduced in jupyter_server==2.0.0a1) (#964).
  • We have changed jupytext --set-formats to make it more similar to jupytext --sync. Now --set-formats will not override existing paired files anymore (#969).

Added

  • We have added a test test_pre_commit_hook_sync_with_no_config that documents how to use the pre-commit hook without a configuration file (#967)
Changelog

Sourced from jupytext's changelog.

1.14.0 (2022-07-03)

Changed

  • The Jupytext configuration file has a new option cm_config_log_level that defaults to info_if_changed. With that value, the contents manager will log a line regarding the configuration file used only when the config file is not the same as the one previously used (#959) - many thanks to R.C. Thomas for suggesting this and thoughtfully testing the patch.
  • Hidden configuration files like .jupytext.toml or .jupytext.py are now ignored by Jupytext's contents manager when allow_hidden=False (that option was introduced in jupyter_server==2.0.0a1) (#964).
  • We have changed jupytext --set-formats to make it more similar to jupytext --sync. Now --set-formats will not override existing paired files anymore (#969).

Added

  • We have added a test test_pre_commit_hook_sync_with_no_config that documents how to use the pre-commit hook without a configuration file (#967)

1.13.8 (2022-04-04)

Fixed

  • Text-only notebooks are always trusted (as they don't include any output cells) (#941)
  • We made sure that our tests also work in absence of a Python kernel (#906)
  • The coverage of the tests folder has been restored at 100%
  • Bash commands like !{cmd} are now correctly escaped in the py:percent format (#938)

Added

  • Added Tcl as a supported language (#930) - thanks to shishitao for this contribution
  • Added Maxima as a supported language (#927) - thanks to Alberto Lusiani for contributing a sample Maxima notebook.

Changed

  • The Jupytext contents manager is derived from the LargeFileManager imported from jupyter_server rathen than notebook (#933)
  • Allow for markdown-it-py v2 (#924)
  • We have updated the hooks used in the test pre-commits, to fix an issue on the CI (#940, #942)
  • We updated the yarn.lock file for the jupyter lab extension to address security vulnerabilities (#904, #925, #935, #939)

1.13.7 (2022-02-09)

Fixed

  • The Jupytext CLI only suggest --update when the target is an .ipynb file (#905) - thanks to st-- for this contribution
  • We made sure that commands like cat notebook.md | jupytext --execute work (#908)

Added

  • Added Haskell as supported language (#909) - thanks to codeweber for this contribution

Changed

  • We have updated the pre-commit hooks and in particular we switched to the first stable version of black==22.1.0.
  • We require pandoc==2.16.2 for testing. The representation for code cells changed from ``` {.python} to ``` python in that version of Pandoc (#906). We don't use pandoc>=2.17 in tests at the moment because of the introduction of cell ids that cannot be filtered.

... (truncated)

Commits
  • 99eb3c4 Version 1.14.0 (#973)
  • 8a4ea5f Add a new test that documents how to use the pre-commit hook with '--set-form...
  • ebb025b Do not override test.ipynb when doing 'jupytext --set-formats' on test.py (#970)
  • 72afe5d New config option cm_config_log_level (#963)
  • 4507f81 Update docs
  • 112c6a3 Ignore hidden config files when allow_hidden=False (#965)
  • See full diff 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @Andy-Grigg.


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 dependabot bot added dependencies Related with project dependencies python labels Jul 4, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 4, 2022

Codecov Report

Merging #208 (73c3ae0) into main (b2557fe) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #208   +/-   ##
=======================================
  Coverage   95.21%   95.21%           
=======================================
  Files          10       10           
  Lines        1358     1358           
=======================================
  Hits         1293     1293           
  Misses         65       65           
Impacted Files Coverage Δ
src/ansys/grantami/bomanalytics/_item_results.py 90.86% <ø> (ø)
src/ansys/grantami/bomanalytics/indicators.py 93.10% <ø> (ø)

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 11b63b5...73c3ae0. Read the comment docs.

Copy link
Collaborator

@Andy-Grigg Andy-Grigg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

Updates the requirements on [jupytext](https://github.com/mwouts/jupytext) to permit the latest version.
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/docs/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.13.8...v1.14.0)

---
updated-dependencies:
- dependency-name: jupytext
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/jupytext-1.14.0 branch from cd07cad to 73c3ae0 Compare July 6, 2022 16:48
@dependabot dependabot bot merged commit 7b6f79e into main Jul 6, 2022
@dependabot dependabot bot deleted the dependabot/pip/jupytext-1.14.0 branch July 6, 2022 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants