Skip to content

Conversation

@dependabot-preview
Copy link

Bumps boltons from 18.0.1 to 21.0.0.

Release notes

Sourced from boltons's releases.

20.0.0

First release of the year! Also the first release in a while to add a new module, pathutils!

See complete details for in the CHANGELOG

19.3.0

See complete details for 19.3.0 in the CHANGELOG

19.2.0

A few small fixes and enhancements.

See complete details for 19.2.0 in the CHANGELOG

19.1.0

A couple enhancements, a couple cleanups, across several modules.

See complete details for 19.1.0 in the CHANGELOG

... (truncated)

Changelog

Sourced from boltons's changelog.

21.0.0

(May 16, 2021)

  • Fix [OMD][dictutils.OrderedMultiDict].addlist when the added list is empty
  • Add funcutils.noop, satisfying PEP 559
  • Support lists for [iterutils.bucketize][iterutils.bucketize]
  • Python 3.9 test fixes for OMD (PEP 584, see #271i271)
  • Make [typeutils.make_sentinel][typeutils.make_sentinel] more pickleable
  • jsonutils.reverse_iter_lines now works on Py3 and Windows

20.2.1

(August 11, 2020)

  • Improve import time of [iterutils][iterutils] by deferring hashlib/socket imports
  • Add custom repr parameter to [funcutils.format_invocation][funcutils.format_invocation]

20.2.0

(June 21, 2020)

  • Added [iterutils.lstrip][iterutils.lstrip], [iterutils.rstrip][iterutils.rstrip], [iterutils.strip][iterutils.strip]
  • More robust and complete [strutils.strip_ansi][strutils.strip_ansi]
  • Add [iterutils.untyped_sorted][iterutils.untyped_sorted]
  • Fixes to [IndexedSet][IndexedSet] rsub and index methods
  • Expose text mode flag in [fileutils.AtomicSaver][fileutils.AtomicSaver]
  • Add [strutils.int_list_complement][strutils.int_list_complement] and [strutils.int_list_to_int_tuples][strutils.int_list_to_int_tuples] to the int_list suite.
  • Docs: intersphinx links finally point to Python 3 docs

20.1.0

(March 29, 2020)

  • Add [funcutils.update_wrapper][funcutils.update_wrapper], used to make a wrapper function reflect various aspects of the wrapped function's API.
  • Fix [FunctionBuilder][FunctionBuilder] handling of functions without __module__
  • Add partial support to [FunctionBuilder][FunctionBuilder]
  • Fix [NetstringSocket][socketutils.NetstringSocket]'s handling of arguments in read_ns
  • Fix [IndexedSet][IndexedSet]'s index() method to account for removals
  • Add seekable, readable, and writable to SpooledIOBase
  • Add a special case to singularize
  • Fix various warnings for Py3.9

20.0.0

... (truncated)

Commits
  • add51b1 write up 21.0.0 changelog
  • 35b6e63 bump docs version
  • 321e8ce bump version for 21.0.0 release
  • 1885ed6 Add license statement at start of every module (#276)
  • 8177b93 improve OMD.addlist empty list handling, fixes #284
  • 2c51ddd add py39 to tox, remove py26, loosen up some requirements in requirements-tes...
  • 285c498 more robust module name retrieval
  • 16a258e fix Sentinel module logic, enabling pickling of Sentinels, fixes #285
  • 3c1d398 Use constructor argument (#277)
  • 05db15d add py3.9 to gh action matrix (#287)
  • 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 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)
  • 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)

Bumps [boltons](https://github.com/mahmoud/boltons) from 18.0.1 to 21.0.0.
- [Release notes](https://github.com/mahmoud/boltons/releases)
- [Changelog](https://github.com/mahmoud/boltons/blob/master/CHANGELOG.md)
- [Commits](mahmoud/boltons@18.0.1...21.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 17, 2021
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