dry-python / lambdas

Write short and fully-typed lambdas where you need them.
BSD 2-Clause "Simplified" License
270 stars 5 forks source link

Bump safety from 2.1.1 to 2.2.0 #129

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps safety from 2.1.1 to 2.2.0.

Release notes

Sourced from safety's releases.

2.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/pyupio/safety/compare/2.1.1...2.2.0

Changelog

Sourced from safety's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is partly based on Keep a Changelog, and this project adheres to Semantic Versioning and PEP 440

[Unreleased] 2.2.0.dev

Commits
  • 7455228 Release version 2.2.0
  • b6adb77 Updating fixtures for gh action
  • 79ba71f Version 2.2.0
  • af1db69 Merge pull request #407 from pyupio/develop
  • 003eb3a Using the latest dparse version
  • 6423099 Including the dep file in the logging
  • 5b953cf More logging...
  • af2776f Debug log level on binaries testing
  • c95eeca Adding more logging
  • 77f8a7a Merge pull request #406 from pyupio/feature/use-dparse-to-parsing-dependencies
  • 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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #129 (ce6bfcc) into master (1f31acc) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #129   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          107       107           
  Branches         5         5           
=========================================
  Hits           107       107           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

dependabot[bot] commented 2 years ago

Superseded by #134.