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

Bump the development-dependencies group with 8 updates #589

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2025

Bumps the development-dependencies group with 8 updates:

Package From To
jupytext 1.16.6 1.16.7
ipykernel 6.24.0 6.29.5
ipympl 0.9.6 0.9.7
pytest 7.4.3 7.4.4
pytest-cov 4.1.0 6.0.0
scopesim-templates 0.6.0 0.6.1
sphinx-book-theme 1.1.3 1.1.4
nbsphinx 0.9.6 0.9.7

Updates jupytext from 1.16.6 to 1.16.7

Release notes

Sourced from jupytext's releases.

Version 1.16.7

Added

  • Logtalk notebooks are now supported (#1308) - thanks to Paulo Moura for this contribution

Fixed

  • We have updated the dependencies of the Jupyter Lab extension to address security issues.
Changelog

Sourced from jupytext's changelog.

1.16.7 (2025-02-09)

Added

  • Logtalk notebooks are now supported (#1308) - thanks to Paulo Moura for this contribution

Fixed We have updated the dependencies of the JupyterLab extension to address security issues.

Commits
  • 93cf493 Version 1.16.7
  • d261252 Jupyter magics are valid comments in logtalk
  • 588186e Add support for the Logtalk language
  • 5e6cda4 Fix failing extension check tests (#1313)
  • b3c8c50 add missing format string
  • b6b9cdf Version 1.16.7-dev
  • 0d24749 Update extension dependencies
  • 1e50dde Split the test in two now that black fixes trailing whitespaces
  • 74b8804 build(deps): bump systeminformation in /jupyterlab
  • See full diff in compare view

Updates ipykernel from 6.24.0 to 6.29.5

Release notes

Sourced from ipykernel's releases.

v6.29.5

6.29.5

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​ianthomas23

v6.29.4

6.29.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​agronholm | @​blink1073 | @​davidbrochart | @​krassowski | @​minrk

v6.29.3

6.29.3

(Full Changelog)

Enhancements made

... (truncated)

Changelog

Sourced from ipykernel's changelog.

6.29.5

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​ianthomas23

6.29.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​agronholm | @​blink1073 | @​davidbrochart | @​krassowski | @​minrk

6.29.3

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

... (truncated)

Commits

Updates ipympl from 0.9.6 to 0.9.7

Release notes

Sourced from ipympl's releases.

0.9.7

What's Changed

Full Changelog: matplotlib/ipympl@v0.9.6...0.9.7

Commits

Updates pytest from 7.4.3 to 7.4.4

Release notes

Sourced from pytest's releases.

pytest 7.4.4 (2023-12-31)

Bug Fixes

  • #11140: Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.
  • #11572: Handle an edge case where sys.stderr{.interpreted-text role="data"} and sys.__stderr__{.interpreted-text role="data"} might already be closed when faulthandler{.interpreted-text role="ref"} is tearing down.
  • #11710: Fixed tracebacks from collection errors not getting pruned.
  • #7966: Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in __iter__ methods. Now they are treated un-iterable instead.

Improved Documentation

  • #11091: Updated documentation to refer to hyphenated options: replaced --junitxml with --junit-xml and --collectonly with --collect-only.
Commits
  • 33f694f Prepare release version 7.4.4
  • 76c107c Merge pull request #11751 from bluetech/backport-11143-to-7.4.x
  • 531d76d [7.4.x] Improve reporting from iter exceptions (#11749)
  • a0f58fa Merge pull request #11143 from tushar-deepsource/patch-1
  • b1f3387 [7.4.x] #11091: documentation should use hypthonated properties (#11750)
  • 2cdd619 Merge pull request #11747 from pytest-dev/backport-11711-to-7.4.x
  • d06c05b [7.4.x] nodes: fix tracebacks from collection errors are not getting pruned
  • 5582bfc [7.4.x] Improves clarity in Sphinx documentation for function signature. (#11...
  • 13024ef [7.4.x] Fix for operation on closed file in faulthandler teardown (#11631)
  • a40dacf [7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (#11616)
  • Additional commits viewable in compare view

Updates pytest-cov from 4.1.0 to 6.0.0

Changelog

Sourced from pytest-cov's changelog.

6.0.0 (2024-10-29)

  • Updated various documentation inaccuracies, especially on subprocess handling.
  • Changed fail under checks to use the precision set in the coverage configuration. Now it will perform the check just like coverage report would.
  • Added a --cov-precision cli option that can override the value set in your coverage configuration.
  • Dropped support for now EOL Python 3.8.

5.0.0 (2024-03-24)

  • Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623) <https://github.com/pytest-dev/pytest-cov/pull/623>_.
  • Switched docs theme to Furo.
  • Various legacy Python cleanup and CI improvements. Contributed by Christian Clauss and Hugo van Kemenade in [#630](https://github.com/pytest-dev/pytest-cov/issues/630) <https://github.com/pytest-dev/pytest-cov/pull/630>, [#631](https://github.com/pytest-dev/pytest-cov/issues/631) <https://github.com/pytest-dev/pytest-cov/pull/631>, [#632](https://github.com/pytest-dev/pytest-cov/issues/632) <https://github.com/pytest-dev/pytest-cov/pull/632>_ and [#633](https://github.com/pytest-dev/pytest-cov/issues/633) <https://github.com/pytest-dev/pytest-cov/pull/633>_.
  • Added a pyproject.toml example in the docs. Contributed by Dawn James in [#626](https://github.com/pytest-dev/pytest-cov/issues/626) <https://github.com/pytest-dev/pytest-cov/pull/626>_.
  • Modernized project's pre-commit hooks to use ruff. Initial POC contributed by Christian Clauss in [#584](https://github.com/pytest-dev/pytest-cov/issues/584) <https://github.com/pytest-dev/pytest-cov/pull/584>_.
  • Dropped support for Python 3.7.
Commits
  • 9540437 Bump version: 5.0.0 → 6.0.0
  • 9f81754 Further trim down envs and drop Python 3.8.
  • b12b5ec Update conf.
  • 23f4b27 Update changelog.
  • 291a04f Bump test deps and trim config.
  • 08f1101 Add --cov-precision option. Close #655.
  • 76fe2a7 Move the warnings/errors in a place that doesn't import anything.
  • a9ea7b7 Implement error/warning for the bad dynamic_context being set in config.
  • c299e01 Add explicit suffixing to make it easier to see the identify the sources/usag...
  • c87e546 Add reproducer for weird xdist dynamic_context interaction. Ref #604.
  • Additional commits viewable in compare view

Updates scopesim-templates from 0.6.0 to 0.6.1

Release notes

Sourced from scopesim-templates's releases.

Version 0.6.1

What's Changed

Dependency Changes

Documentation Improvements

Other Changes

Full Changelog: AstarVienna/ScopeSim_Templates@v0.6.0...v0.6.1

Commits

Updates sphinx-book-theme from 1.1.3 to 1.1.4

Release notes

Sourced from sphinx-book-theme's releases.

v1.1.4 - 2025-02-20

(full changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@​agoose77 | @​askras | @​bsipocz | @​choldgraf | @​dependabot | @​dylanh724 | @​kloczek | @​mitya57 | @​nilsleh | @​pre-commit-ci | @​Snoopy1866 | @​stevepiercy | @​welcome

Commits
  • 23f6936 chore: bump version
  • d3552e2 MAINT: pin PST theme version for now (#898)
  • ee815b1 CI: adding explicit sphinx config into RTD config (#897)
  • 8822eef really drop python<=3.8 support (#844)
  • 40f7c41 Build(deps): Bump the actions group with 3 updates (#876)
  • 1cd3ca6 Build(deps-dev): Bump express from 4.18.2 to 4.21.2 (#886)
  • c9a7d49 Build(deps-dev): Bump sass from 1.80.4 to 1.81.0 (#877)
  • 7d118ba Build(deps-dev): Bump dedent from 0.7.0 to 1.5.3 (#878)
  • 2732526 Fix links in documentation (#884)
  • e2eea6f [pre-commit.ci] pre-commit autoupdate (#885)
  • Additional commits viewable in compare view

Updates nbsphinx from 0.9.6 to 0.9.7

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.9.7

https://pypi.org/project/nbsphinx/0.9.7/

  • Disable Sphinx 8.2+ (for now)
Changelog

Sourced from nbsphinx's changelog.

Version 0.9.7 -- 2025-03-03 -- PyPI__ -- diff__

  • Disable Sphinx 8.2+ (for now)

__ https://pypi.org/project/nbsphinx/0.9.7/ __ spatialaudio/nbsphinx@0.9.6...0.9.7

Version 0.9.6 -- 2024-12-24 -- PyPI__ -- diff__

  • Markdown: allow lists without leading blank line

__ https://pypi.org/project/nbsphinx/0.9.6/ __ spatialaudio/nbsphinx@0.9.5...0.9.6

Version 0.9.5 -- 2024-08-13 -- PyPI__ -- diff__

  • Miscellaneous fixes

__ https://pypi.org/project/nbsphinx/0.9.5/ __ spatialaudio/nbsphinx@0.9.4...0.9.5

Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__

  • Require docutils >= 0.18.1
  • Minor fixes, documentation and CI updates

__ https://pypi.org/project/nbsphinx/0.9.4/ __ spatialaudio/nbsphinx@0.9.3...0.9.4

Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__

  • Fix gallery regression in Sphinx 7.2

__ https://pypi.org/project/nbsphinx/0.9.3/ __ spatialaudio/nbsphinx@0.9.2...0.9.3

Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

__ https://pypi.org/project/nbsphinx/0.9.2/ __ spatialaudio/nbsphinx@0.9.1...0.9.2

Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__

  • pandoc: disable "smart" option only for version 2.0+

__ https://pypi.org/project/nbsphinx/0.9.1/ __ spatialaudio/nbsphinx@0.9.0...0.9.1

Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pytest [>= 8.dev0, < 9]

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [jupytext](https://github.com/mwouts/jupytext) | `1.16.6` | `1.16.7` |
| [ipykernel](https://github.com/ipython/ipykernel) | `6.24.0` | `6.29.5` |
| [ipympl](https://github.com/matplotlib/ipympl) | `0.9.6` | `0.9.7` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `7.4.4` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `6.0.0` |
| [scopesim-templates](https://github.com/AstarVienna/ScopeSim_Templates) | `0.6.0` | `0.6.1` |
| [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme) | `1.1.3` | `1.1.4` |
| [nbsphinx](https://github.com/spatialaudio/nbsphinx) | `0.9.6` | `0.9.7` |


Updates `jupytext` from 1.16.6 to 1.16.7
- [Release notes](https://github.com/mwouts/jupytext/releases)
- [Changelog](https://github.com/mwouts/jupytext/blob/main/CHANGELOG.md)
- [Commits](mwouts/jupytext@v1.16.6...v1.16.7)

Updates `ipykernel` from 6.24.0 to 6.29.5
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.24.0...v6.29.5)

Updates `ipympl` from 0.9.6 to 0.9.7
- [Release notes](https://github.com/matplotlib/ipympl/releases)
- [Changelog](https://github.com/matplotlib/ipympl/blob/main/RELEASE.md)
- [Commits](matplotlib/ipympl@v0.9.6...0.9.7)

Updates `pytest` from 7.4.3 to 7.4.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.3...7.4.4)

Updates `pytest-cov` from 4.1.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v6.0.0)

Updates `scopesim-templates` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/AstarVienna/ScopeSim_Templates/releases)
- [Commits](AstarVienna/ScopeSim_Templates@v0.6.0...v0.6.1)

Updates `sphinx-book-theme` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/executablebooks/sphinx-book-theme/releases)
- [Changelog](https://github.com/executablebooks/sphinx-book-theme/blob/master/CHANGELOG.md)
- [Commits](executablebooks/sphinx-book-theme@v1.1.3...v1.1.4)

Updates `nbsphinx` from 0.9.6 to 0.9.7
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.9.6...0.9.7)

---
updated-dependencies:
- dependency-name: jupytext
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: ipykernel
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: ipympl
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: scopesim-templates
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: sphinx-book-theme
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: nbsphinx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Related to or updating any dependencies label Mar 11, 2025
@teutoburg teutoburg closed this Mar 11, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 11, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/pip/development-dependencies-ed77d7c191 branch March 11, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to or updating any dependencies
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

1 participant