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

Update dependency tomli-w to v1.1.0 #209

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 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 December 4, 2024 21:10
@renovate renovate bot force-pushed the renovate/tomli-w-1.x branch from 8f8e406 to 0fa31da Compare December 5, 2024 02:49
@renovate renovate bot force-pushed the renovate/tomli-w-1.x branch from 0fa31da to 5b0c047 Compare December 5, 2024 05:23
@renovate renovate bot force-pushed the renovate/tomli-w-1.x branch from 5b0c047 to a42a674 Compare December 5, 2024 19:06
@renovate renovate bot force-pushed the renovate/tomli-w-1.x branch from a42a674 to 71d84e2 Compare December 6, 2024 04:00
@renovate renovate bot force-pushed the renovate/tomli-w-1.x branch from 71d84e2 to ef5897f Compare December 9, 2024 18:27
Copy link
Contributor

github-actions bot commented Dec 9, 2024

Test coverage for ef5897f

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     278     29    90%
src/charm.py                              489    242    51%
src/cloud_integration.py                   80      3    96%
src/config/extra_args.py                   27      1    96%
src/containerd.py                         140     16    89%
src/cos_integration.py                     33     12    64%
src/events/update_status.py                51     10    80%
src/inspector.py                           40      4    90%
src/kube_control.py                        39     31    21%
src/literals.py                            21      0   100%
src/protocols.py                           26      5    81%
src/reschedule.py                          77      4    95%
src/snap.py                               185     26    86%
src/token_distributor.py                  181    109    40%
src/upgrade.py                            105     48    54%
-----------------------------------------------------------
TOTAL                                    1772    540    70%
coverage-report: OK (1.25=setup[1.03]+cmd[0.21] seconds)
congratulations :) (1.30 seconds)

Static code analysis report

Run started:2024-12-09 18:29:25.120039

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 3789
  Total lines skipped (#nosec): 3
  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):

@renovate renovate bot force-pushed the renovate/tomli-w-1.x branch from ef5897f to e4a8078 Compare December 9, 2024 19:38
@addyess
Copy link
Contributor

addyess commented Dec 9, 2024

Closed b/c it drops support for python3.8

@addyess addyess closed this Dec 9, 2024
@addyess addyess deleted the renovate/tomli-w-1.x branch December 9, 2024 19:40
Copy link
Contributor Author

renovate bot commented Dec 9, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant