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

build(deps): bump simple-toml-settings from 0.6.1 to 0.8.0 #342

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps simple-toml-settings from 0.6.1 to 0.8.0.

Release notes

Sourced from simple-toml-settings's releases.

0.8.0

New Features

  • Add 'allow_missing_file' option (#254) by seapagan
  • Mark some options as mutually exclusive and raise exception if more than one used (#245) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.7.0

New Features

  • Add option to use the XDG_CONFIG_HOME env variable or standard default if not set (#231) by borland502

Bug Fixes

  • Disable coverage upload if token not set (#232) by seapagan

Documentation

Dependency Updates

... (truncated)

Changelog

Sourced from simple-toml-settings's changelog.

0.8.0 (2024-08-22)

New Features

  • Add 'allow_missing_file' option (#254) by seapagan
  • Mark some options as mutually exclusive and raise exception if more than one used (#245) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.7.0 (2024-07-29)

New Features

  • Add option to use the XDG_CONFIG_HOME env variable or standard default if not set (#231) by borland502

Bug Fixes

  • Disable coverage upload if token not set (#232) by seapagan

Documentation

Dependency Updates

... (truncated)

Commits
  • f34480c prep for 0.8.0 release
  • 09688c4 Merge pull request #254 from seapagan/allow-no-config
  • 2dbecfc update Docs
  • 4e299d2 disable auto_create if allow_missing_file is True
  • 3093051 improve the test for 'allow_missing_file' option.
  • 8fb63ed add 'allow_missing_file' option
  • 9e73d36 Bump pymarkdownlnt from 0.9.21 to 0.9.22 (#247)
  • 13b63a6 Bump mkdocs-material from 9.5.31 to 9.5.32 (#253)
  • bd44d55 Bump faker from 26.1.0 to 27.0.0 (#251)
  • c985ccf Bump github-changelog-md from 0.9.4 to 0.9.5 (#252)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [simple-toml-settings](https://github.com/seapagan/simple-toml-settings) from 0.6.1 to 0.8.0.
- [Release notes](https://github.com/seapagan/simple-toml-settings/releases)
- [Changelog](https://github.com/seapagan/simple-toml-settings/blob/main/CHANGELOG.md)
- [Commits](seapagan/simple-toml-settings@0.6.1...0.8.0)

---
updated-dependencies:
- dependency-name: simple-toml-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 26, 2024
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (88cce07) 493 259 52.54%
Head commit (8426f3c) 493 (+0) 259 (+0) 52.54% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#342) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codacy-production bot commented Aug 26, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (88cce07) 493 259 52.54%
Head commit (467d1c3) 493 (+0) 259 (+0) 52.54% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#342) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

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.

0 participants