agrc / palletjack

A library for updating AGOL data from various external sources
https://agrc.github.io/palletjack/palletjack/
MIT License
12 stars 0 forks source link

deps(dev): bump the safe-dependencies group with 1 update #69

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

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

Changelog

Sourced from pytest-instafail's changelog.

0.5.0 (March 31, 2023) ^^^^^^^^^^^^^^^^^^^^^^

  • Use pytest.hookimpl to configure hooks, avoiding a deprecation warning in pytest 7.2.0.
  • Dropped support for Python 3.6.
  • Added support for Python 3.11.

0.4.2 (June 14, 2020) ^^^^^^^^^^^^^^^^^^^^^

  • Fixed usage of deprecated pytest-xdist slave aliases (#20).
  • Fixed failing tests on pytest 5

0.4.1 (February 15, 2019) ^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fixed compatibility with pytest 4.2.0. Thanks @​blueyed for the PR.

0.4.0 (May 19, 2018) ^^^^^^^^^^^^^^^^^^^^

  • Added support for Python 3.5, 3.6, and 3.7.
  • Dropped support for Python 2.7, 3.2, and 3.3.
  • Dropped support for pytest < 2.9.
  • Only rewrite lines on tty. Previously you would end up with a \r (^M) in case collecting of tests failed, and pytest's output is piped to a file. Thanks @​blueyed for the PR.
  • Support -p no:terminal (#12). Thanks @​Maratori for the PR.

0.3.0 (August 30, 2014) ^^^^^^^^^^^^^^^^^^^^^^^

  • Added support for Python 3.4
  • Added support for pytest 2.6
  • Fixed failing tests on pytest 2.6

0.2.0 (March 6, 2014) ^^^^^^^^^^^^^^^^^^^^^

  • Dropped support for Python 2.5.
  • Fixed stacktrace printed twice when using PDB.
  • Fixed internal error when a test marked as xfailing unexpectedly passes (David Szotten).

0.1.1 (November 9, 2013) ^^^^^^^^^^^^^^^^^^^^^^^^

  • Made pytest-instafail compatible with pytest-xdist_'s test parallelization (Ronny Pfannschmidt).

... (truncated)

Commits
  • aab3a1e Bump version
  • 0acca52 Add support for Python 3.11
  • aecd330 Update Github actions to use Environment Files
  • d5f94de Update actions to Node.js 16
  • bb329fe Drop support for Python 3.6
  • 7d997d6 Use pytest.hookimpl to configure hooks
  • 99c7aeb Fix checks failing on PyPy 3.6 not found
  • 1c082a0 Fix typos
  • 12268ff Merge pull request #24 from hugovk/rm-eol
  • cbef706 Upgrade Python syntax with pyupgrade --py36-plus
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (def4980) 93.30% compared to head (d358abc) 93.30%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #69 +/- ## ======================================= Coverage 93.30% 93.30% ======================================= Files 7 7 Lines 1061 1061 Branches 143 143 ======================================= Hits 990 990 Misses 62 62 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.