Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps parameterized from 0.7.4 to 0.8.1.

Changelog

Sourced from parameterized's changelog.

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)

Commits
  • 80cbc49 Bump to 0.8.1 (add LICENSE + README to sdist)
  • ca65a81 Merge pull request #114 from chohner/patch-1
  • 4e96ecb Add README and LICENSE to pypi sdist package
  • 4727f53 Merge pull request #112 from wolever/version-0.8.0
  • 23e182b Bump to 0.8.0
  • d685cc7 Merge pull request #104 from bhavyakjain/master
  • a8522de Bump changelog
  • 32076c4 Merge branch 'other-misc-issues' into master
  • 9d5c209 Update CHANGELOG
  • 1164f20 Merge pull request #106 from bobwalker99/class_test_names
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner February 13, 2023 19:11
@dependabot dependabot bot requested review from jfuss and qingchm February 13, 2023 19:11
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 13, 2023
@github-actions github-actions bot added pr/external stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at. labels Feb 13, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/develop/parameterized-0.8.1 branch from 1a81a11 to 09457ae Compare February 13, 2023 19:39
Bumps [parameterized](https://github.com/wolever/parameterized) from 0.7.4 to 0.8.1.
- [Release notes](https://github.com/wolever/parameterized/releases)
- [Changelog](https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt)
- [Commits](wolever/parameterized@v0.7.4...v0.8.1)

---
updated-dependencies:
- dependency-name: parameterized
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/requirements/develop/parameterized-0.8.1 branch from 09457ae to 6990cf4 Compare February 13, 2023 20:26
@jfuss jfuss enabled auto-merge (squash) February 13, 2023 20:55
@jfuss jfuss merged commit b40f784 into develop Feb 13, 2023
@dependabot dependabot bot deleted the dependabot/pip/requirements/develop/parameterized-0.8.1 branch February 13, 2023 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file pr/external python Pull requests that update Python code stage/needs-triage Automatically applied to new issues and PRs, indicating they haven't been looked at.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants