Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): update parameterized requirement from ^0.8.1 to ^0.9.0 #61

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Updates the requirements on parameterized to permit the latest version.

Changelog

Sourced from parameterized's changelog.

0.9.0 (2023-03-26) * Drop support for Python 2.X, 3.5, and 3.6; Add support for Python 3.10, 3.11 (wolever/parameterized#153) * Modernize from setup.py -> pyproject.toml (wolever/parameterized#147; thanks @​KOLANICH) * Add namespace argument to @parameterize.expand (wolever/parameterized#148; thanks @​KOLANICH) * Add support for IsolatedAsyncioTestCase (wolever/parameterized#135; thanks @​Ronserruya) * Work around for bug bpo-40126 in older versions of mock (wolever/parameterized#129; thanks @​alexpizarroj) * Allow str, bytes, and any non-iterable input to be passed to @parameterized without wrapping in a tuple (wolever/parameterized#157) * Fix class-level mock.patch.multiple (wolever/parameterized#138; thanks @​ArthurGW)

0.8.1 (2021-01-09) * Add README and LICENSE to pypi sdist package (wolever/parameterized#114; thanks @​chohner)

0.8.0 (2021-01-04) * Handle camelCase test names. This is an ever-so-slightly backwards incompatible change, as the method for determining which methods are test methods has changed from method_name.startswith("test_") to method_name.startswith("test"). The latter is the behavior of the unittest module. (thanks @​bobwalker99; wolever/parameterized#106) * Fix arguments to skip_on_empty helper (thanks @​bhavyakjain; wolever/parameterized#104)

0.7.5 (2021-01-04) * Fix crash on Python 2.7 with unicode docstrings (wolever/parameterized#109) * Replace inspect.stack() with faster inspect.currentframe() (wolever/parameterized#107) * Add a version string to the package (wolever/parameterized#103)

0.7.4 (2020-04-14) * Add class_name_func option to @parameterized_class * Fix arguments being passed to skip_on_empty_helper (thanks @​gaf3; wolever/parameterized#57) * Fix tests on Python 3.8.2 (thanks @​Ikke; wolever/parameterized#99)

0.7.3 (2020-04-12) * Fix some typos (thanks @​LWprogramming, @​jinnovation; wolever/parameterized#77,

... (truncated)

Commits
  • 8719c41 Version 0.9.0
  • b9f6a64 Bump to 0.9.0-rc1 for testing
  • 1e0241f Merge pull request #161 from wolever/fix-138-mock-patch-multiple
  • 8bc5b58 Fix #138: support for class-level mock.patch.multiple
  • 64295bf Merge pull request #159 from adamchainz/remove_hg_ignore
  • a70f49b Remove hgignore file
  • e383e1e Merge pull request #157 from wolever/issue-134-allow-bytes-as-input
  • 41471f9 Fix #134 - wrap str, bytes, and any non-iterable input
  • 4d5f3d6 Merge pull request #156 from wolever/test-for-mock-patch-multiple
  • 5872986 Add test for @​mock.patch.multiple
  • 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 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)

Updates the requirements on [parameterized](https://github.com/wolever/parameterized) to permit the latest version.
- [Release notes](https://github.com/wolever/parameterized/releases)
- [Changelog](https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt)
- [Commits](wolever/parameterized@v0.8.1...v0.9.0)

---
updated-dependencies:
- dependency-name: parameterized
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@coveralls
Copy link

Coverage Status

Coverage: 94.528%. Remained the same when pulling 929444d on dependabot/pip/main/parameterized-tw-0.9.0 into 04fbd96 on main.

@Deuchnord Deuchnord merged commit 386c7f8 into main Mar 28, 2023
@Deuchnord Deuchnord deleted the dependabot/pip/main/parameterized-tw-0.9.0 branch March 28, 2023 07:24
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.

None yet

2 participants