launchdarkly / python-server-sdk

LaunchDarkly Server-side SDK for Python
https://docs.launchdarkly.com/sdk/server-side/python
Other
38 stars 45 forks source link

fix(deps): Update pytest-mypy requirement from ==0.8.1 to ==0.10.3 #249

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

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

Release notes

Sourced from pytest-mypy's releases.

v0.10.3

What's Changed

Full Changelog: https://github.com/realpython/pytest-mypy/compare/v0.10.2...v0.10.3

https://github.com/realpython/pytest-mypy/milestone/21

Changelog

Sourced from pytest-mypy's changelog.

0.10.3

  • Stop failing if mypy only produces notes.

0.10.2

  • Update and loosen [build-system] requirements.

0.10.1

0.10.0

  • Drop support for python<3.6.

0.9.1

  • Add support for pytest 7.

0.9.0

  • Drop support for pytest<4.6.
  • Add --mypy-config-file.

0.8.1

0.8.0

  • Add support for Python 3.9.
  • Stop injecting MypyStatusItem in pytest_collection_modifyitems to fix --looponfail.

0.7.0

  • Remove the upper bound on python_requires.
  • Require Python 3.5 or greater.
  • Enable custom error formatting.
  • Fix compatibility with pytest-xdist 2.

0.6.2

  • Stop ignoring .pyi files.

0.6.1

  • Fix a PytestDeprecationWarning emitted by pytest>=5.4

0.6.0

  • Inject a test that checks the mypy exit status

0.5.0

  • Remove MypyItem.mypy_path
  • Add support for pytest-xdist
  • Add a configurable name to MypyItem node IDs

0.4.2

  • Make success message green instead of red
  • Remove Python 3.8 beta/dev references

... (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)