agrc / masquerade

Disguise UGRC's Web API endpoints as an Esri locator service.
https://github.com/agrc/masquerade#readme
MIT License
1 stars 0 forks source link

build(deps-dev): update pytest-isort requirement from ==3.0.* to >=3.0,<3.2 #83

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Changelog

Sourced from pytest-isort's changelog.

3.1.0 - 2022-10-28

  • Drop official support for Python 3.6.
  • Drop usage of "py" dependency and use pytest capture instead

3.0.0 - 2022-02-08

  • Drop support for isort < 5
  • Add suport for pytest 7

2.0.0 - 2021-04-27

  • BREAKING CHANGE: Files that are ignored in isort's own configuration will now be skipped

1.3.0 - 2021-01-13

  • Fix issue with pytest >= 6.1

1.2.0 - 2020-09-02

  • Add support for pytest >= 6

1.1.0 - 2020-07-06

  • Add support for isort >= 5

1.0.0 - 2020-04-30

  • BREAKING CHANGE: Drop support for Python 3.4
  • Add support for pytest >= 5.x - fixes "from_parent" warning
  • Add support for Python 3.7 and Python 3.8

0.3.1 - 2019-03-11

  • Update packaging, source distribution now includes tests and wheel is universal

... (truncated)

Commits
  • 13b6fa7 Merge pull request #47 from stephrdev/feature/remove-py-dependency
  • e1e2aec Remove py dependency as pytest dropped it too. Drop Python 3.6
  • a36c16e Switch to poetry-core (#44)
  • See full diff 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 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)
codecov[bot] commented 1 year ago

Codecov Report

Base: 85.39% // Head: 85.39% // No change to project coverage :thumbsup:

Coverage data is based on head (e403fc9) compared to base (bfd45ed). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #83 +/- ## ======================================= Coverage 85.39% 85.39% ======================================= Files 3 3 Lines 315 315 Branches 33 31 -2 ======================================= Hits 269 269 Misses 40 40 Partials 6 6 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=agrc)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.