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): bump shed from 0.10.1 to 0.10.7 #257

Merged
merged 2 commits into from
Nov 29, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps shed from 0.10.1 to 0.10.7.

Changelog

Sourced from shed's changelog.

0.10.7 - 2022-11-05

  • Fixed --refactor to avoid incorrect changes to e.g. x = y or len(z)
  • --refactor also removes redundant calls to bool() in boolean contexts.

0.10.6 - 2022-11-03

  • --refactor now splits assert a and b [and c and ...] into a separate assertion for each clause, so that it's always clear which (if any) failed.
  • --refactor removes redundant calls to len() in boolean contexts.

0.10.5 - 2022-10-08

  • Preserve trailing commas in literals in --refactor mode
  • --refactor mode now flattens Optional[Union[...]] to Union[..., None]
  • Don't convert == to is in subscripts, to save e.g. df[df.flag == True]

0.10.4 - 2022-10-04

  • Updated for compatibility with new pyupgrade==3.0.0

0.10.3 - 2022-09-10

  • Fix a crash when used with Python 3.10 pattern matching
  • Fix a bug where the minimum-version argument was sometimes ignored
  • Clarified some error messages for easier debugging

0.10.2 - 2022-09-05

  • Require latest version of Black to detect that f"{x=}" requires Python 3.8+ (and remove previous workaround)
  • Fixed detection of Hypothesis codemods in --refactor mode
Commits
  • 63a70ad Release 0.10.7
  • d0e0a81 Merge pull request #56 from jakkdl/PIE788_no_bool_condition
  • 4e69033 don't remove bool/len in boolop unless the boolop is inside a test
  • f2854c4 refactor PIE788 no-bool, support sets in no-len
  • bfb380e remove carriage returns
  • 08920f4 Release version 0.10.6
  • 6071209 Merge pull request #52 from jakkdl/split_up_assert
  • 565a741 Merge pull request #53 from jakkdl/PIE787
  • 323c701 implement refactor of pie787, no-len-condition
  • 34e7577 split assert - avoid split if message, handle comments.
  • 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)

Bumps [shed](https://github.com/Zac-HD/shed) from 0.10.1 to 0.10.7.
- [Release notes](https://github.com/Zac-HD/shed/releases)
- [Changelog](https://github.com/Zac-HD/shed/blob/master/CHANGELOG.md)
- [Commits](Zac-HD/shed@0.10.1...0.10.7)

---
updated-dependencies:
- dependency-name: shed
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 28, 2022
thulio
thulio previously approved these changes Nov 29, 2022
@thulio thulio merged commit eb19e84 into main Nov 29, 2022
@thulio thulio deleted the dependabot/pip/shed-0.10.7 branch November 29, 2022 12:49
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant