QGIS-Contribution / QGIS-ResourceSharing

QGIS Resource Sharing Plugin
http://qgis-contribution.github.io/QGIS-ResourceSharing/
GNU Affero General Public License v3.0
38 stars 18 forks source link

Update pytest-qgis requirement from <1.4,>=1.3 to >=1.3,<2.1 in /requirements #317

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Updates the requirements on pytest-qgis to permit the latest version.

Release notes

Sourced from pytest-qgis's releases.

v2.0.0

New Features

  • #45 Clean map layers automatically.
  • #48 Add possibility to raise errors if there are warnings or errors in attribute form when adding feature.

Fixes

  • #45 Ensure that the projection is set when replacing layers with projected ones.

Maintenance tasks

  • #51 Change linting to use Ruff.
  • #50 Migrate to pyproject.toml and upgrade development dependencies.

API Breaks

  • #47 Remove deprecated functionality:
    • new_project() fixture
    • module_qgis_bot() fixture
    • clean_qgis_layer() function
  • #46 Use session scope in qgis_bot fixture
  • #48 The create_feature_with_attribute_dialog() function now, by default, raises a ValueError when a created feature violates enforced attribute constraints.
Changelog

Sourced from pytest-qgis's changelog.

Version 2.0.0 (29-11-2023)

New Features

  • #45 Clean map layers automatically.
  • #48 Add possibility to raise errors if there are warnings or errors in attribute form when adding feature.

Fixes

  • #45 Ensure that the projection is set when replacing layers with projected ones.

Maintenance tasks

  • #51 Change linting to use Ruff.
  • #50 Migrate to pyproject.toml and upgrade development dependencies.

API Breaks

  • #47 Remove deprecated functionality:
    • new_project() fixture
    • module_qgis_bot() fixture
    • clean_qgis_layer() function
  • #46 Use session scope in qgis_bot fixture
  • #48 The create_feature_with_attribute_dialog() function now, by default, raises a ValueError when a created feature violates enforced attribute constraints.

Version 1.3.5 (30-06-2023)

  • #34 Use tempfile instead of protected TempPathFactory in QGIS config path creation
  • #39 Improve code style and CI
  • #40 Improve showing map
  • #42 Suppress errors when deleting temp dir

Version: 1.3.4 (31-05-2023)

  • #34: Use tempfile instead of protected TempPathFactory in QGIS config path creation

Version: 1.3.3 (31-05-2023)

  • #29: Release map canvas properly

Version: 1.3.2 (26-06-2022)

  • #23: Support QToolBar as an arg in iface.addToolBar

Version: 1.3.1 (17-03-2022)

  • #21: Add a newProjectCreated signal to QgisInterface mock class

Version: 1.3.0 (18-01-2022)

... (truncated)

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
Guts commented 5 months ago

@dependabot rebase