Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore(deps): update dependency tomli-w to v1.1.0 #152

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tomli-w (changelog) == 1.0.0 -> ==1.1.0 age adoption passing confidence

Release Notes

hukkin/tomli-w (tomli-w)

v1.1.0

Compare Source

  • Removed
    • Support for Python 3.7 and 3.8
  • Added
    • Accept generic collections.abc.Mapping, not just dict, as input.
      Thank you Watal M. Iwasaki for the
      PR.
    • indent keyword argument for customizing indent width of arrays.
      Thank you Wim Jeantine-Glenn for the
      PR.
  • Type annotations
    • Type annotate dump function's output stream object as typing.IO[bytes] (previously typing.BinaryIO)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 8, 2024 12:23
@renovate renovate bot force-pushed the renovate/tomli-w-1.x branch 2 times, most recently from bba0016 to ccd17d4 Compare October 22, 2024 19:03
Copy link
Contributor

Test coverage for 3ff8b4f

coverage-report: install_deps /home/runner/work/k8s-operator/k8s-operator/charms/worker/k8s> python -I -m pip install 'coverage[toml]'
coverage-report: commands[0] /home/runner/work/k8s-operator/k8s-operator/charms/worker/k8s> coverage report
Name                                    Stmts   Miss  Cover
-----------------------------------------------------------
lib/charms/k8s/v0/k8sd_api_manager.py     265     26    90%
src/charm.py                              438    230    47%
src/containerd.py                         140     16    89%
src/cos_integration.py                     33     12    64%
src/reschedule.py                          77      4    95%
src/snap.py                                79      3    96%
src/token_distributor.py                  165     92    44%
-----------------------------------------------------------
TOTAL                                    1197    383    68%
coverage-report: OK (1.17=setup[1.00]+cmd[0.17] seconds)
congratulations :) (1.22 seconds)

Static code analysis report

Run started:2024-10-26 02:55:08.895150

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 2704
  Total lines skipped (#nosec): 14
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@addyess addyess closed this Oct 26, 2024
Copy link
Contributor Author

renovate bot commented Oct 26, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==1.1.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/tomli-w-1.x branch October 26, 2024 03:25
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant