small-hack / smol-k8s-lab

☁️ CLI & TUI with a smol friendly vibe to get started with Kubernetes on metal, then bootstrap apps using Argo CD 🧸 Great for testing webapps and benchmarking.
https://small-hack.github.io/smol-k8s-lab/
GNU Affero General Public License v3.0
12 stars 1 forks source link

chore(deps): update dependency deptry to ^0.16.0 #205

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
deptry (changelog) ^0.15.0 -> ^0.16.0 age adoption passing confidence

Release Notes

fpgmaas/deptry (deptry) ### [`v0.16.1`](https://togithub.com/fpgmaas/deptry/blob/HEAD/CHANGELOG.md#0161---2024-04-06) [Compare Source](https://togithub.com/fpgmaas/deptry/compare/0.16.0...0.16.1) ##### Bug Fixes - Skip type checking blocks whether future annotations are used ([#​662](https://togithub.com/fpgmaas/deptry/pull/662)) ##### Full Changelog ### [`v0.16.0`](https://togithub.com/fpgmaas/deptry/blob/HEAD/CHANGELOG.md#0160---2024-04-04) [Compare Source](https://togithub.com/fpgmaas/deptry/compare/0.15.0...0.16.0) ##### Breaking changes ##### `typing.TYPE_CHECKING` handling Imports guarded by `typing.TYPE_CHECKING` when using `from __future__ import annotations` are now skipped. For instance: ```python from __future__ import annotations from typing import TYPE_CHECKING if TYPE_CHECKING: ```

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.