Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 25, 2019

Bumps attrs from 18.2.0 to 19.1.0.

Changelog

Sourced from attrs's changelog.

19.1.0 (2019-03-03)

Backward-incompatible Changes

  • Fixed a bug where deserialized objects with cache_hash=True could have incorrect hash code values. This change breaks classes with cache_hash=True when a custom __setstate__ is present. An exception will be thrown when applying the attrs annotation to such a class. This limitation is tracked in issue #494. #482

Changes

  • Add is_callable, deep_iterable, and deep_mapping validators.

    • is_callable: validates that a value is callable
    • deep_iterable: Allows recursion down into an iterable, applying another validator to every member in the iterable as well as applying an optional validator to the iterable itself.
    • deep_mapping: Allows recursion down into the items in a mapping object, applying a key validator and a value validator to the key and value in every item. Also applies an optional validator to the mapping object itself.

    You can find them in the attr.validators package. #425

  • Fixed stub files to prevent errors raised by mypy's disallow_any_generics = True option. #443

  • Attributes with init=False now can follow after kw_only=True attributes. #450

  • attrs now has first class support for defining exception classes.

    If you define a class using [@​attr.s](https://github.com/attr.s)(auto_exc=True) and subclass an exception, the class will behave like a well-behaved exception class including an appropriate __str__ method, and all attributes additionally available in an args attribute. #500

  • Clarified documentation for hashing to warn that hashable objects should be deeply immutable (in their usage, even if this is not enforced). #503


Commits
  • 0356f06 Prepare 19.1.0
  • 8b83ef7 Brandon got TLS now!
  • 0f453c6 Add a pointless line to newsfragment to trick towncrier
  • d74434f Ignore pip-wheel-metadata
  • 4b88f92 Remove _add_init
  • 25a98cb Implement first class exception support (#500)
  • a35d8fb fix and simplify docs CI
  • aa9f62f Use 3.7 for RTD
  • 4de9481 Exclude test_annotations from pypy3
  • 1fada3d Be consistent in calling slotted classes slotted
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 25, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/attrs-19.1.0 branch 4 times, most recently from 444172e to 8829c95 Compare March 31, 2019 13:47
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/attrs-19.1.0 branch 2 times, most recently from 230846a to 8eeee6b Compare April 24, 2019 15:52
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/attrs-19.1.0 branch 3 times, most recently from 7cd08f8 to aee1bf1 Compare May 6, 2019 15:44
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/attrs-19.1.0 branch 4 times, most recently from a2b7bd8 to 19fae27 Compare May 18, 2019 14:32
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/attrs-19.1.0 branch 4 times, most recently from 4601b93 to bf3d690 Compare May 26, 2019 14:33
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/attrs-19.1.0 branch 2 times, most recently from 540a0f5 to ff4b7d7 Compare June 1, 2019 15:18
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/attrs-19.1.0 branch 2 times, most recently from d317913 to 70ebd54 Compare June 11, 2019 15:47
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/attrs-19.1.0 branch 4 times, most recently from 6112e29 to d1d8cf9 Compare June 22, 2019 14:47
Bumps [attrs](https://github.com/python-attrs/attrs) from 18.2.0 to 19.1.0.
- [Release notes](https://github.com/python-attrs/attrs/releases)
- [Changelog](https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst)
- [Commits](python-attrs/attrs@18.2.0...19.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/attrs-19.1.0 branch from d1d8cf9 to a8e5dc1 Compare June 23, 2019 09:15
@dependabot-preview
Copy link
Contributor Author

Superseded by #165.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/attrs-19.1.0 branch October 8, 2019 03:41
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant