Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies group with 2 updates in the /material/rest-api-ui-ktor-quiz-collector/result-explorer directory: nbconvert and playwright.

Updates nbconvert from 7.16.4 to 7.16.6

Release notes

Sourced from nbconvert's releases.

v7.16.6

7.16.6

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​douglas-raillard-arm | @​gabemorris12 | @​krassowski | @​PetalAdrift | @​peytondmurray | @​QuLogic

v7.16.5

7.16.5

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

... (truncated)

Changelog

Sourced from nbconvert's changelog.

7.16.6

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​Carreau | @​douglas-raillard-arm | @​gabemorris12 | @​krassowski | @​PetalAdrift | @​peytondmurray | @​QuLogic

7.16.5

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@​bollwyvl | @​fcollonval | @​krassowski | @​pre-commit-ci | @​stuaxo | @​t-makaro | @​takluyver | @​thomasjm | @​timkpaine | @​xiacunshun

Commits
  • 2ba5858 Publish 7.16.6
  • 01c6ab2 Fix bullet list parsing in markdown (#2177)
  • 0b36e8b Fix crash when running with optimization (#2160)
  • edd96d1 Update base.tex.j2 for macro compatibility with newer versions of Pandoc (#2196)
  • 7ffb70a Prevent leading whitespace in markdown code blocks from being stripped (#2203)
  • 9ffb94a remove any twitter mention (#2206)
  • 5f508eb Publish 7.16.5
  • 18e10f6 Add support for mistune 3.1.0 (#2199)
  • 6e5fdb3 Do not display mathjax overlay (#2181)
  • e159962 Allow including text/x-rst outputs in rst conversion, transition away from ...
  • Additional commits viewable in compare view

Updates playwright from 1.49.0 to 1.50.0

Release notes

Sourced from playwright's releases.

v1.50.0

Async Pytest Plugin

Miscellaneous

UI updates

  • New button in Codegen for picking elements to produce aria snapshots.
  • Additional details (such as keys pressed) are now displayed alongside action API calls in traces.
  • Display of canvas content in traces is error-prone. Display is now disabled by default, and can be enabled via the Display canvas content UI setting.
  • Call and Network panels now display additional time information.

Breaking

Browser Versions

  • Chromium 133.0.6943.16
  • Mozilla Firefox 134.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 132
  • Microsoft Edge 132

v1.49.1

Highlights

microsoft/playwright-python#2679 - [Bug]: Warning: Validation of the RECORD file of playwright-1.49.0-py3-none-manylinux1_x86_64.whl failed

Browser Versions

  • Chromium 131.0.6778.33
  • Mozilla Firefox 132.0
  • WebKit 18.2

This version was also tested against the following stable channels:

  • Google Chrome 130
  • Microsoft Edge 130
Commits
  • 058a335 chore(roll): roll Playwright to v1.50.1 (#2727)
  • fb271bd chore(roll): roll Playwright to v1.50 (#2726)
  • 4712d3f build(deps): bump pytest-asyncio from 0.25.1 to 0.25.2 (#2724)
  • 9ab78ab chore: relax dependency versions (#2698)
  • 4ecf61e fix(assertions): allow tuple as valid input type for expected text values (#2...
  • 9010889 build(deps): bump pillow from 10.4.0 to 11.1.0 (#2710)
  • 84e7e15 build(deps): bump auditwheel from 6.1.0 to 6.2.0 (#2709)
  • b74a3dc build(deps): bump mypy from 1.14.0 to 1.14.1 (#2703)
  • dffa098 fix(webError): fix WebError when using sync API (#2721)
  • 4ae12bd build(deps): bump pytest-asyncio from 0.25.0 to 0.25.1 (#2711)
  • 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 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 dev-dependencies group with 2 updates in the /material/rest-api-ui-ktor-quiz-collector/result-explorer directory: [nbconvert](https://github.com/jupyter/nbconvert) and [playwright](https://github.com/microsoft/playwright-python).


Updates `nbconvert` from 7.16.4 to 7.16.6
- [Release notes](https://github.com/jupyter/nbconvert/releases)
- [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md)
- [Commits](jupyter/nbconvert@v7.16.4...v7.16.6)

Updates `playwright` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.49.0...v1.50.0)

---
updated-dependencies:
- dependency-name: nbconvert
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants