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 pyyaml from 5.4.1 to 6.0 #863

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 pyyaml from 5.4.1 to 6.0.

Changelog

Sourced from pyyaml's changelog.

6.0 (2021-10-13)

Commits
  • 8cdff2c 6.0 release
  • a4fb55e Update Python 3.10 versions for Windows build
  • e45b964 Add Python 3.10 to tox.ini
  • 4808fba 6.0b1 release
  • d5aba40 Omnibus CI/artifact build update
  • a6d384c Various setup fixes
  • 8f3f979 No longer using appveyor
  • c274365 The yaml.load{,_all} functions require Loader= now
  • 2f87ac4 Add a basic test file for yaml.load and yaml.dump
  • 7bd92df Makefile tweaks
  • 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/pyyaml-6.0

@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]       [f4e6813c]
     <v0.4.1>                   
         67.1±2ms         74.7±1ms    ~1.11  BenchmarkOptimize.time_optimize(False, False, False)
-         405±3ms         82.0±3ms     0.20  BenchmarkOptimize.time_optimize(False, False, True)
-        90.1±1ms       74.5±0.8ms     0.83  BenchmarkOptimize.time_optimize(False, True, False)
       92.7±0.7ms       81.8±0.4ms    ~0.88  BenchmarkOptimize.time_optimize(False, True, True)
+      66.9±0.5ms         91.5±2ms     1.37  BenchmarkOptimize.time_optimize(True, False, False)
-         402±1ms        98.4±40ms     0.24  BenchmarkOptimize.time_optimize(True, False, True)
       90.0±0.7ms         93.1±2ms     1.03  BenchmarkOptimize.time_optimize(True, True, False)
         92.1±2ms       97.5±0.9ms     1.06  BenchmarkOptimize.time_optimize(True, True, True)
             192M             194M     1.01  IntegrationTwoDatasets.peakmem_optimize
-      5.73±0.02s       1.91±0.08s     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
     [3a39bfee]       [f4e6813c]
         74.4±2ms         74.7±1ms     1.00  BenchmarkOptimize.time_optimize(False, False, False)
         82.9±3ms         82.0±3ms     0.99  BenchmarkOptimize.time_optimize(False, False, True)
         74.2±2ms       74.5±0.8ms     1.00  BenchmarkOptimize.time_optimize(False, True, False)
         80.8±2ms       81.8±0.4ms     1.01  BenchmarkOptimize.time_optimize(False, True, True)
       91.6±0.8ms         91.5±2ms     1.00  BenchmarkOptimize.time_optimize(True, False, False)
         102±40ms        98.4±40ms     0.97  BenchmarkOptimize.time_optimize(True, False, True)
       92.9±0.8ms         93.1±2ms     1.00  BenchmarkOptimize.time_optimize(True, True, False)
         105±40ms       97.5±0.9ms     0.92  BenchmarkOptimize.time_optimize(True, True, True)
             197M             194M     0.98  IntegrationTwoDatasets.peakmem_optimize
       1.92±0.05s       1.91±0.08s     0.99  IntegrationTwoDatasets.time_optimize

@codecov
Copy link

codecov bot commented Oct 15, 2021

Codecov Report

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

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

@@          Coverage Diff          @@
##            main    #863   +/-   ##
=====================================
  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...c6891b0. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/pyyaml-6.0 branch 2 times, most recently from fe8b7a3 to f4e6813 Compare October 24, 2021 12:33
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.4.1...6.0)

---
updated-dependencies:
- dependency-name: pyyaml
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pyyaml-6.0 branch from f4e6813 to c6891b0 Compare October 24, 2021 13:27
@s-weigand s-weigand mentioned this pull request Oct 24, 2021
1 task
@sonarqubecloud
Copy link

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

@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/pyyaml-6.0 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.

1 participant