Skip to content

Bump boltons from 18.0.1 to 20.2.1#2

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/boltons-20.2.1
Closed

Bump boltons from 18.0.1 to 20.2.1#2
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/boltons-20.2.1

Conversation

@dependabot-preview
Copy link

Bumps boltons from 18.0.1 to 20.2.1.

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.

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

(January 8, 2020)

  • New module [pathutils][pathutils]:
    • [pathutils.augpath][pathutils.augpath] augments a path by modifying its components
    • [pathutils.shrinkuser][pathutils.shrinkuser] inverts :func:os.path.expanduser.
    • [pathutils.expandpath][pathutils.expandpath] shell-like environ and tilde expansion
  • add include_dirs param to [fileutils.iter_find_files][fileutils.iter_find_files]
  • Make [funcutils.format_invocation][funcutils.format_invocation] more deterministic
  • add [strutils.unwrap_text][strutils.unwrap_text] which does what you think to wrapped text
  • Py3 fixes
    • [iterutils.chunked][iterutils.chunked] to work with the bytes type (#231i231)
    • [cacheutils.ThresholdCounter][cacheutils.ThresholdCounter]'s get_common_count()

... (truncated)

Commits
  • 81326f4 bump docs and write CHANGELOG for v20.2.1 release
  • 448a22a bump version for 20.2.1 release
  • 810f7fc defer import of hashlib and socket for itertools.guiderator, fixes #263
  • c3d8a92 add thor's test case for funcutils wraps
  • f400b7e allow a custom repr in format_invocation
  • 5a47d92 add iterutils.redundant to the docs
  • d50a175 bit of changelog formatting consistency
  • f55ecbb bump version for 20.2.1dev
  • c9f49a8 add 20.2.0 changelog
  • d059c99 bump docs version to 20.2.0
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 20.2.1.
- [Release notes](https://github.com/mahmoud/boltons/releases)
- [Changelog](https://github.com/mahmoud/boltons/blob/master/CHANGELOG.md)
- [Commits](mahmoud/boltons@18.0.1...20.2.1)

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 Apr 28, 2021
@dependabot-preview
Copy link
Author

Superseded by #7.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/boltons-20.2.1 branch May 17, 2021 06:32
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.

0 participants