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

build(deps): bump cattrs from 1.10.0 to 23.1.2 #1149

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps cattrs from 1.10.0 to 23.1.2.

Changelog

Sourced from cattrs's changelog.

23.1.2 (2023-06-02)

  • Improve typing_extensions version bound. (#372)

23.1.1 (2023-05-30)

  • Add typing_extensions as a direct dependency on 3.10. (#369 #370)

23.1.0 (2023-05-30)

  • Introduce the tagged_union strategy. (#318 #317)
  • Introduce the cattrs.transform_error helper function for formatting validation exceptions. (258 342)
  • Add support for typing.TypedDict and typing_extensions.TypedDict. (#296 #364)
  • Add support for typing.Final. (#340 #349)
  • Introduce override.struct_hook and override.unstruct_hook. Learn more here. (#326)
  • Fix generating structuring functions for types with angle brackets (<>) and pipe symbols (|) in the name. (#319 #327)
  • pathlib.Path is now supported by default. (#81)
  • Add cbor2 serialization library to the cattrs.preconf package.
  • Add optional dependencies for cattrs.preconf third-party libraries. (#337)
  • All preconf converters now allow overriding the default unstruct_collection_overrides in make_converter. (#350 #353)
  • Subclasses structuring and unstructuring is now supported via a custom include_subclasses strategy. (#312)
  • Add support for typing_extensions.Annotated when the python version is less than 3.9. (#366)
  • Add unstructuring and structuring support for the standard library deque. (#355)

22.2.0 (2022-10-03)

  • Potentially breaking: cattrs.Converter has been renamed to cattrs.BaseConverter, and cattrs.GenConverter to cattrs.Converter. The GenConverter name is still available for backwards compatibility, but is deprecated. If you were depending on functionality specific to the old Converter, change your import to from cattrs import BaseConverter.
  • NewTypes are now supported by the cattrs.Converter. (#255 #94 #297)
  • cattrs.Converter and cattrs.BaseConverter can now copy themselves using the copy method. (#284)
  • Python 3.11 support.
  • cattrs now supports un/structuring kw_only fields on attrs classes into/from dictionaries. (#247)
  • PyPy support (and tests, using a minimal Hypothesis profile) restored. (#253)
  • Fix propagating the detailed_validation flag to mapping and counter structuring generators.
  • Fix typing.Set applying too broadly when used with the GenConverter.unstruct_collection_overrides parameter on Python versions below 3.9. Switch to typing.AbstractSet on those versions to restore the old behavior. (#264)

... (truncated)

Commits

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 show <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 25, 2023
@github-actions github-actions bot enabled auto-merge (squash) September 25, 2023 04:54
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Patch coverage has no change and project coverage change: -28.03% ⚠️

Comparison is base (3125a46) 71.00% compared to head (9258fe0) 42.98%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1149       +/-   ##
===========================================
- Coverage   71.00%   42.98%   -28.03%     
===========================================
  Files         362      127      -235     
  Lines       23455     6905    -16550     
  Branches     1528     1528               
===========================================
- Hits        16654     2968    -13686     
+ Misses       6801     3937     -2864     
Flag Coverage Δ
nodejs 42.98% <ø> (+0.01%) ⬆️
python ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 236 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/cattrs-23.1.2 branch 2 times, most recently from 5acd2f4 to ce1190d Compare September 25, 2023 05:30
Bumps [cattrs](https://github.com/python-attrs/cattrs) from 1.10.0 to 23.1.2.
- [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md)
- [Commits](python-attrs/cattrs@v1.10.0...v23.1.2)

---
updated-dependencies:
- dependency-name: cattrs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/cattrs-23.1.2 branch from ce1190d to 9258fe0 Compare September 25, 2023 05:46
@github-actions github-actions bot merged commit b3e1157 into main Sep 25, 2023
13 of 15 checks passed
@github-actions github-actions bot deleted the dependabot/pip/cattrs-23.1.2 branch September 25, 2023 05:58
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.

0 participants