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

Bump click from 8.0.1 to 8.0.3 #865

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2021

Bumps click from 8.0.1 to 8.0.3.

Release notes

Sourced from click's releases.

8.0.3

8.0.2

Changelog

Sourced from click's changelog.

Version 8.0.3

Released 2021-10-10

  • Fix issue with Path(resolve_path=True) type creating invalid paths. :issue:2088
  • Importing readline does not cause the confirm() prompt to disappear when pressing backspace. :issue:2092
  • Any default values injected by invoke() are cast to the corresponding parameter's type. :issue:2089, 2090

Version 8.0.2

Released 2021-10-08

  • is_bool_flag is not set to True if is_flag is False. :issue:1925
  • Bash version detection is locale independent. :issue:1940
  • Empty default value is not shown for multiple=True. :issue:1969
  • Fix shell completion for arguments that start with a forward slash such as absolute file paths. :issue:1929
  • Path type with resolve_path=True resolves relative symlinks to be relative to the containing directory. :issue:1921
  • Completion does not skip Python's resource cleanup when exiting, avoiding some unexpected warning output. :issue:1738, 2017
  • Fix type annotation for type argument in prompt function. :issue:2062
  • Fix overline and italic styles, which were incorrectly added when adding underline. :pr:2058
  • An option with count=True will not show "[x>=0]" in help text. :issue:2072
  • Default values are not cast to the parameter type twice during processing. :issue:2085
  • Options with multiple and flag_value use the flag value instead of leaving an internal placeholder. :issue:2001
Commits
  • 41f5b7a Merge pull request #2096 from pallets/release-8.0.3
  • 90fb9f5 release version 8.0.3
  • ba0e9dd Merge pull request #2095 from pallets/invoke-cast-default
  • 662a30e invoke type casts default values
  • 3dde6c5 Merge pull request #2093 from alex-ball/patch-1
  • f31d564 click.confirm preserves prompt when readline is imported
  • 3737511 Merge pull request #2094 from pallets/path-resolve-symlink
  • c8ca29b use pathlib to resolve symlinks
  • 96146c9 Merge pull request #2087 from pallets/release-8.0.2
  • a14e7b0 release version 8.0.2
  • 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 dependabot bot requested a review from a team as a code owner October 15, 2021 16:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 15, 2021
@dependabot dependabot bot requested a review from jsnel October 15, 2021 16:01
@github-actions
Copy link
Contributor

Binder 👈 Launch a binder notebook on branch glotaran/pyglotaran/dependabot/pip/click-8.0.3

@github-actions
Copy link
Contributor

github-actions bot commented Oct 15, 2021

Benchmark is done. Checkout the benchmark result page.
Benchmark differences below 5% might be due to CI noise.

Benchmark diff v0.4.1 vs. main

Parametrized benchmark signatures:

BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)

All benchmarks:

       before           after         ratio
     [21ba272a]       [bd02eafa]
     <v0.4.1>                   
+      41.6±0.1ms       46.6±0.4ms     1.12  BenchmarkOptimize.time_optimize(False, False, False)
-         262±2ms       50.3±0.5ms     0.19  BenchmarkOptimize.time_optimize(False, False, True)
-      57.6±0.6ms       46.8±0.3ms     0.81  BenchmarkOptimize.time_optimize(False, True, False)
-      59.4±0.2ms       50.6±0.6ms     0.85  BenchmarkOptimize.time_optimize(False, True, True)
+      41.4±0.2ms       56.7±0.5ms     1.37  BenchmarkOptimize.time_optimize(True, False, False)
-         259±2ms       59.6±0.9ms     0.23  BenchmarkOptimize.time_optimize(True, False, True)
       58.2±0.3ms       56.6±0.3ms     0.97  BenchmarkOptimize.time_optimize(True, True, False)
       60.3±0.9ms         59.5±1ms     0.99  BenchmarkOptimize.time_optimize(True, True, True)
             188M             195M     1.03  IntegrationTwoDatasets.peakmem_optimize
-         3.86±0s        1.26±0.1s     0.33  IntegrationTwoDatasets.time_optimize

Benchmark diff main vs. PR

Parametrized benchmark signatures:

BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)

All benchmarks:

       before           after         ratio
     [5cdf0234]       [bd02eafa]
       46.9±0.3ms       46.6±0.4ms     0.99  BenchmarkOptimize.time_optimize(False, False, False)
         50.1±1ms       50.3±0.5ms     1.00  BenchmarkOptimize.time_optimize(False, False, True)
       46.8±0.3ms       46.8±0.3ms     1.00  BenchmarkOptimize.time_optimize(False, True, False)
       50.5±0.4ms       50.6±0.6ms     1.00  BenchmarkOptimize.time_optimize(False, True, True)
       57.0±0.7ms       56.7±0.5ms     1.00  BenchmarkOptimize.time_optimize(True, False, False)
       61.0±0.4ms       59.6±0.9ms     0.98  BenchmarkOptimize.time_optimize(True, False, True)
       56.7±0.4ms       56.6±0.3ms     1.00  BenchmarkOptimize.time_optimize(True, True, False)
        61.1±30ms         59.5±1ms     0.97  BenchmarkOptimize.time_optimize(True, True, True)
             193M             195M     1.01  IntegrationTwoDatasets.peakmem_optimize
        1.35±0.1s        1.26±0.1s     0.93  IntegrationTwoDatasets.time_optimize

@codecov
Copy link

codecov bot commented Oct 15, 2021

Codecov Report

Merging #865 (b8293fc) into main (3a39bfe) will not change coverage.
The diff coverage is n/a.

❗ Current head b8293fc differs from pull request most recent head bd02eaf. Consider uploading reports for the commit bd02eaf to get more accurate results
Impacted file tree graph

@@          Coverage Diff          @@
##            main    #865   +/-   ##
=====================================
  Coverage   84.7%   84.7%           
=====================================
  Files         81      81           
  Lines       4596    4596           
  Branches     849     849           
=====================================
  Hits        3897    3897           
  Misses       558     558           
  Partials     141     141           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5cdf023...bd02eaf. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/click-8.0.3 branch 2 times, most recently from 6b8b1fc to b8293fc Compare October 24, 2021 12:33
Copy link
Member

@s-weigand s-weigand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

s-weigand
s-weigand previously approved these changes Oct 24, 2021
Bumps [click](https://github.com/pallets/click) from 8.0.1 to 8.0.3.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.0.1...8.0.3)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@sonarcloud
Copy link

sonarcloud bot commented Oct 24, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@s-weigand s-weigand mentioned this pull request Oct 24, 2021
1 task
@jsnel jsnel closed this in #884 Oct 24, 2021
jsnel pushed a commit that referenced this pull request Oct 24, 2021
⬆️ Batch updating dependencies

- Bump click from 8.0.1 to 8.0.3 #865
- Bump pyyaml from 5.4.1 to 6.0 #863
- Bump scipy from 1.7.0 to 1.7.1 #761
- Bump actions/github-script from 4 to 5 #845
- Bump rich from 10.9.0 to 10.12.0 #850
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 24, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/click-8.0.3 branch October 24, 2021 14:30
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.

2 participants