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

chore(deps): bump the python-packages group with 2 updates #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the python-packages group with 2 updates: playwright and python-semantic-release.

Updates playwright from 1.49.1 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
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

Updates python-semantic-release from 9.17.0 to 9.19.0

Release notes

Sourced from python-semantic-release's releases.

v9.19.0 (2025-02-10)

This release is published under the MIT License.

✨ Features

  • parser-conventional: Add official conventional-commits parser (PR#1177, 27ddf84)

📖 Documentation

  • Update references to Angular parser to Conventional Commit Parser (PR#1177, 27ddf84)

Detailed Changes: v9.18.1...v9.19.0


Installable artifacts are available from:

v9.18.1 (2025-02-08)

This release is published under the MIT License.

🪲 Bug Fixes

  • config: Refactors default token resolution to prevent pre-mature insecure URL error (PR#1173, 37db258)

✅ Resolved Issues

  • #1074: An error occurred in the workflow

  • #1169: Commands are failing for self hosted gitea release hosted via http


Detailed Changes: v9.18.0...v9.18.1


Installable artifacts are available from:

... (truncated)

Changelog

Sourced from python-semantic-release's changelog.

v9.19.0 (2025-02-10)

✨ Features

  • parser-conventional: Add official conventional-commits parser (PR#1177, 27ddf84)

📖 Documentation

  • Update references to Angular parser to Conventional Commit Parser (PR#1177, 27ddf84)

💡 ADDITIONAL RELEASE INFORMATION

  • parser-conventional: The 'angular' commit parser has been renamed to 'conventional' to match the official conventional-commits standard for which the 'angular' parser has evolved into. Please update your configurations to specify 'conventional' as the 'commit_parser' value in place of 'angular'. The 'angular' type will be removed in v11.

.. _27ddf84: python-semantic-release/python-semantic-release@27ddf84 .. _PR#1177: python-semantic-release/python-semantic-release#1177

.. _changelog-v9.18.1:

v9.18.1 (2025-02-08)

🪲 Bug Fixes

  • config: Refactors default token resolution to prevent pre-mature insecure URL error, closes [#1074](https://github.com/python-semantic-release/python-semantic-release/issues/1074), [#1169](https://github.com/python-semantic-release/python-semantic-release/issues/1169) (PR#1173, 37db258)

.. _#1074: python-semantic-release/python-semantic-release#1074 .. _#1169: python-semantic-release/python-semantic-release#1169 .. _37db258: python-semantic-release/python-semantic-release@37db258 .. _PR#1173: python-semantic-release/python-semantic-release#1173

.. _changelog-v9.18.0:

v9.18.0 (2025-02-06)

✨ Features

... (truncated)

Commits
  • c026638 9.19.0
  • d25c19f Revert "9.19.0"
  • 212683d 9.19.0
  • 27ddf84 feat(parser-conventional): add official conventional-commits parser (#1177)
  • 600777c chore(pr): add completion checklist to PR template (#1176)
  • 7b09eb0 ci(deps): bump python-semantic-release/[email protected] to 9.18.1 (#1...
  • 154d17c chore(config): set release branch to generate dev variants (#1174)
  • f1e7f85 9.18.1
  • 37db258 fix(config): refactors default token resolution to prevent pre-mature insecur...
  • 7bc25d1 chore(release-notes): update template to order issue references numerically (...
  • 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 python-packages group with 2 updates: [playwright](https://github.com/microsoft/playwright-python) and [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).


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

Updates `python-semantic-release` from 9.17.0 to 9.19.0
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst)
- [Commits](python-semantic-release/python-semantic-release@v9.17...v9.19)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: python-semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from Nicconike as a code owner February 10, 2025 12:39
@dependabot dependabot bot added dependabot Upgrades project dependencies by dependabot dependencies Project dependencies python Pull requests that updates Python code labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Upgrades project dependencies by dependabot dependencies Project dependencies python Pull requests that updates Python code
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

0 participants