Skip to content

Update dependency traitlets to v5.14.1#23

Merged
mohakuu merged 1 commit intomainfrom
renovate/traitlets-5.x
Feb 25, 2024
Merged

Update dependency traitlets to v5.14.1#23
mohakuu merged 1 commit intomainfrom
renovate/traitlets-5.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
traitlets ==5.0.5 -> ==5.14.1 age adoption passing confidence

Release Notes

ipython/traitlets (traitlets)

v5.14.1

Compare Source

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​Carreau | @​pre-commit-ci

v5.14.0

Compare Source

(Full Changelog)

Enhancements made
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​Carreau | @​pre-commit-ci

v5.13.0

Compare Source

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​kylebarron

v5.12.0

Compare Source

(Full Changelog)

Enhancements made
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​bollwyvl | @​fleming79 | @​pre-commit-ci | @​shadchin

v5.11.2

Compare Source

(Full Changelog)

Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073

v5.11.1

Compare Source

(Full Changelog)

Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073

v5.11.0

Compare Source

(Full Changelog)

Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073

v5.10.1

Compare Source

(Full Changelog)

Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073

v5.10.0

Compare Source

(Full Changelog)

Enhancements made
Maintenance and upkeep improvements
Documentation improvements
Other merged PRs
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​dcsaba89 | @​dependabot | @​maartenbreddels | @​metaperl | @​NickCrews | @​pre-commit-ci | @​rmorshea | @​saulshanabrook | @​scholer

v5.9.0

Compare Source

(Full Changelog)

Enhancements made
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​azjps | @​blink1073 | @​Carreau

v5.8.1

Compare Source

(Full Changelog)

Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​maartenbreddels | @​pre-commit-ci | @​rmorshea

v5.8.0

Compare Source

(Full Changelog)

Enhancements made

-Shell command-line tab-completion via argcomplete #​811 (@​azjps)

Maintenance and upkeep improvements
Documentation improvements
Contributors to this release

(GitHub contributors page for this release)

@​azjps | @​blink1073 | @​minrk

v5.7.1

Compare Source

(Full Changelog)

Bugs fixed
Contributors to this release

(GitHub contributors page for this release)

@​maartenbreddels

v5.7.0

Compare Source

(Full Changelog)

Enhancements made
Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​azjps | @​blink1073 | @​maartenbreddels | @​naterush | @​pre-commit-ci

v5.6.0

Compare Source

(Full Changelog)

Maintenance and upkeep improvements
Contributors to this release

(GitHub contributors page for this release)

@​blink1073 | @​dependabot | @​maartenbreddels | @​pre-commit-ci | @​rmorshea

v5.5.0

Compare Source

  • Clean up application typing
  • Update tests and docs to use non-deprecated functions
  • Clean up version handling
  • Prep for jupyter releaser
  • Format the changelog

v5.4.0

Compare Source

  • Fix version_info
  • Make generated config files more lintable
  • Fix union trait from string
  • Add security.md, and tidelift badge

v5.3.0

Compare Source

  • Fix traitlet name in docstring
  • Re-support multiple-alias key for ArgParseConfigLoader

v5.2.2.post1

Compare Source

v5.2.2

Compare Source

  • Make traitlets.__all__ explicit and validate in test.
  • Fix KeyError in Application.get_default_logging_config.

v5.2.1.post0

Compare Source

v5.2.1

Compare Source

  • logging: Don't attempt to close handlers unless they have been
    opened. Fixes ValueError: Unable to configure formatter 'console' traceback.

v5.2.0

Compare Source

Traitlets 5.2 brings a couple of updates and changes to traitlets, and
is recommended for all users. What follows is a non-exhaustive list of
changes:

  • Application: add logging_config trait.
  • Disambiguate the use of the term value in the example.
  • Add mypy typing support.
  • DOC: Add log example.
  • Internal cleanup: linters, autoformatters, CI.

v5.1.1

Compare Source

5.1.1 fixes compatibility issues with Python 3.10 (rc2).

v5.1.0

Compare Source

Traitlets 5.1 brings a couple of updates and changes to traitlets, and
is recommended for all users. What follow is a non-exhaustive list of
changes:

  • Removal of the ipython_genutils dependency, this should remove
    any direct and indirect reliance on nose and prepare traitlets
    5.1 for Python 3.10 and above compatibility, some test suite
    changes also accommodate Python 3.10 changes. If you package
    traitlets downstream, make sure to remove this dependency.
  • Removal of ipython_genutils may have change the default encoding
    detected for the command line argument parsing when not utf-8. We
    expect this to affect a small portion of older windows version. If
    you encounter issue let us know.
  • Stop recommendation of CUnicode in some circumstances as it's
    deprecated.
  • Our test suite is now using GitHub action instead of travis CI. If
    you are packaging downstream using the git repository, you may
    have to exclude the .github folder now, and can remove exclusion
    of
  • It fixes a parsing issue for list of one single element on the
    CLI.
  • We reserve the right to remove official support for Python 3.7 in
    subsequent minor revisions.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@mohakuu mohakuu merged commit a1b18e7 into main Feb 25, 2024
@renovate renovate bot deleted the renovate/traitlets-5.x branch February 25, 2024 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant