Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 23, 2025

Bumps the pip-updates group with 2 updates: gaphor and pytest.

Updates gaphor from 2.27.0 to 3.1.0

Release notes

Sourced from gaphor's releases.

Version 3.1.0 - New View Switcher in the Element Editor

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

... (truncated)

Changelog

Sourced from gaphor's changelog.

3.1.0

  • Improve the UI with a replaced floating toolbar and view switcher in the element editor
  • Enhance window management: new window command, existing window activation
  • Add macOS-specific improvements: native menubar and window controls
  • Copy directly from diagram to clipboard as PNG and SVG
  • Improve drag and drop with highlighted drop zones
  • Add a "greeter" command-line option and D-Bus service file
  • Add support for Unlimited natural type as union type
  • Add a small teaser text to help users learn how to contribute to Gaphor

Internal changes:

  • Update core dependencies (Gaphas 5, jinja2, PyGObject)
  • Improve storage with separate load/save modules
  • Enhance documentation including troubleshooting for Windows
  • Add project metadata
  • Improve compatibility with UML specifications
  • Fix build issues with Read the Docs
  • Apply various styling and performance improvements
  • Improve handling of legacy models (pre-3.0)

Bug fixes:

  • Fix file export issues (exported file names and PDF diagram exports)
  • Correct issues with element relationships and properties
  • Fix window creation and activation problems
  • Resolve drag and drop issues between Activities and Partitions
  • Fix keyboard shortcuts including Ctrl+q
  • Correct handling of element values and limits
  • Fix touch interaction when dragging
  • Address UI display issues with long class names

3.0.0

  • Improved UI, based on user feedback from the University of Mannheim and Mainz.
  • Double click on a model element in the Model Browser now selects the element on the open diagram.
  • Edit settings have moved to global preferences.
  • Added a small, neat style editor to get you started customizing the diagram style.
  • UML Dependencies now show as relationships on package level.

Internal changes:

  • Data model changes: UML is now a completely separate model. This gives us the ability to implement models not based on UML, such as SysML v2.
  • Models are now saved with their language/domain namespace.

... (truncated)

Commits

Updates pytest from 8.3.4 to 8.4.1

Release notes

Sourced from pytest's releases.

8.4.1

pytest 8.4.1 (2025-06-17)

Bug fixes

  • #13461: Corrected _pytest.terminal.TerminalReporter.isatty to support being called as a method. Before it was just a boolean which could break correct code when using -o log_cli=true).

  • #13477: Reintroduced pytest.PytestReturnNotNoneWarning{.interpreted-text role="class"} which was removed by accident in pytest [8.4]{.title-ref}.

    This warning is raised when a test functions returns a value other than None, which is often a mistake made by beginners.

    See return-not-none{.interpreted-text role="ref"} for more information.

  • #13497: Fixed compatibility with Twisted 25+.

Improved documentation

  • #13492: Fixed outdated warning about faulthandler not working on Windows.

8.4.0

pytest 8.4.0 (2025-06-02)

Removals and backward incompatible breaking changes

  • #11372: Async tests will now fail, instead of warning+skipping, if you don't have any suitable plugin installed.

  • #12346: Tests will now fail, instead of raising a warning, if they return any value other than None.

  • #12874: We dropped support for Python 3.8 following its end of life (2024-10-07).

  • #12960: Test functions containing a yield now cause an explicit error. They have not been run since pytest 4.0, and were previously marked as an expected failure and deprecation warning.

    See the docs <yield tests deprecated>{.interpreted-text role="ref"} for more information.

Deprecations (removal in next major release)

  • #10839: Requesting an asynchronous fixture without a [pytest_fixture_setup]{.title-ref} hook that resolves it will now give a DeprecationWarning. This most commonly happens if a sync test requests an async fixture. This should have no effect on a majority of users with async tests or fixtures using async pytest plugins, but may affect non-standard hook setups or autouse=True. For guidance on how to work around this warning see sync-test-async-fixture{.interpreted-text role="ref"}.

New features

  • #11538: Added pytest.RaisesGroup{.interpreted-text role="class"} as an equivalent to pytest.raises{.interpreted-text role="func"} for expecting ExceptionGroup{.interpreted-text role="exc"}. Also adds pytest.RaisesExc{.interpreted-text role="class"} which is now the logic behind pytest.raises{.interpreted-text role="func"} and used as parameter to pytest.RaisesGroup{.interpreted-text role="class"}. RaisesGroup includes the ability to specify multiple different expected exceptions, the structure of nested exception groups, and flags for emulating except* <except_star>{.interpreted-text role="ref"}. See assert-matching-exception-groups{.interpreted-text role="ref"} and docstrings for more information.

  • #12081: Added capteesys{.interpreted-text role="fixture"} to capture AND pass output to next handler set by --capture=.

  • #12504: pytest.mark.xfail{.interpreted-text role="func"} now accepts pytest.RaisesGroup{.interpreted-text role="class"} for the raises parameter when you expect an exception group. You can also pass a pytest.RaisesExc{.interpreted-text role="class"} if you e.g. want to make use of the check parameter.

  • #12713: New [--force-short-summary]{.title-ref} option to force condensed summary output regardless of verbosity level.

... (truncated)

Commits

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot force-pushed the dependabot/pip/pip-updates-4d7d04fbae branch from 41059ba to e0895db Compare July 7, 2025 13:26
@dependabot dependabot bot force-pushed the dependabot/pip/pip-updates-4d7d04fbae branch from e0895db to aa6d0b7 Compare August 18, 2025 13:48
@dependabot dependabot bot force-pushed the dependabot/pip/pip-updates-4d7d04fbae branch from aa6d0b7 to 85b2db9 Compare August 25, 2025 14:57
@dependabot dependabot bot force-pushed the dependabot/pip/pip-updates-4d7d04fbae branch from 85b2db9 to 1c461bc Compare October 6, 2025 13:28
@dependabot dependabot bot force-pushed the dependabot/pip/pip-updates-4d7d04fbae branch from 1c461bc to 8e051bd Compare October 20, 2025 13:46
@dependabot dependabot bot force-pushed the dependabot/pip/pip-updates-4d7d04fbae branch from 8e051bd to 4f75e58 Compare October 27, 2025 13:51
@dependabot dependabot bot force-pushed the dependabot/pip/pip-updates-4d7d04fbae branch from 4f75e58 to 53c1e73 Compare December 8, 2025 13:01
@dependabot dependabot bot force-pushed the dependabot/pip/pip-updates-4d7d04fbae branch from 53c1e73 to 41a2b22 Compare December 22, 2025 13:01
Bumps the pip-updates group with 2 updates: [gaphor](https://github.com/gaphor/gaphor) and [pytest](https://github.com/pytest-dev/pytest).


Updates `gaphor` from 2.27.0 to 3.1.0
- [Release notes](https://github.com/gaphor/gaphor/releases)
- [Changelog](https://github.com/gaphor/gaphor/blob/main/CHANGELOG.md)
- [Commits](gaphor/gaphor@2.27.0...3.1.0)

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

---
updated-dependencies:
- dependency-name: gaphor
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: pip-updates
- dependency-name: pytest
  dependency-version: 8.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pip-updates-4d7d04fbae branch from 41a2b22 to c83f4c6 Compare December 29, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants