kpn / combadge

Generic API clients based on Pydantic and protocols
https://kpn.github.io/combadge
Apache License 2.0
13 stars 2 forks source link

OPT: Update all non-major dependencies ⬆️ #42

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-material 9.1.21 -> 9.2.5 age adoption passing confidence
ruff (source, changelog) 0.0.285 -> 0.0.286 age adoption passing confidence

Release Notes

squidfunk/mkdocs-material (mkdocs-material) ### [`v9.2.5`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.2.5): mkdocs-material-9.2.5 [Compare Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.2.4...9.2.5) - Fixed error in dirty serve mode when using blog plugin - Fixed page title not being consistent in blog plugin pagination - Fixed [#​5899](https://togithub.com/squidfunk/mkdocs-material/issues/5899): Blog plugin pagination breaks when disabling directory URLs ### [`v9.2.4`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.2.4): mkdocs-material-9.2.4 [Compare Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.2.3...9.2.4) - Added version to bug report name in info plugin - Updated Afrikaans translations ### [`v9.2.3`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.2.3): mkdocs-material-9.2.3 [Compare Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.2.2...9.2.3) - Fixed blog plugin rendering wrongly with `markdown.extensions.toc` - Fixed blog plugin entrypoint generation ### [`v9.2.2`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.2.2): mkdocs-material-9.2.2 [Compare Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.2.1...9.2.2) - Fixed [#​5880](https://togithub.com/squidfunk/mkdocs-material/issues/5880): Blog plugin failing when building a standalone blog - Fixed [#​5881](https://togithub.com/squidfunk/mkdocs-material/issues/5881): Blog plugin not compatible with Python < 3.10 ### [`v9.2.1`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.2.1): mkdocs-material-9.2.1 [Compare Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.2.0...9.2.1) - Fixed [#​5879](https://togithub.com/squidfunk/mkdocs-material/issues/5879): Blog plugin failing when building a standalone blog - Fixed error in blog plugin when using draft tagging on future date - Fixed error in blog plugin when toc extension is not enabled ### [`v9.2.0`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.2.0): mkdocs-material-9.2.0 [Compare Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.1.21...9.2.0) **Additions and improvements** - Added blogging support via built-in blog plugin - Added support for Chinese language segmentaiton in search plugin - Added support for adding custom dates to blog posts - Added support for paginating archive and category pages - Added support for annotations (outside of code blocks) - Added support for navigation icons - Added support for navigation pruning - Added support for navigation status - Added support for customizing site icons - Added support for customizing (code) annotation icons - Added focus outline to admonitions and details - Added prompt for bug report name to info plugin - Added Luxembourgish translations - Improved rendering of (code) annotation markers - Improved print styles for (code) annotations - Improved customizability of navigation tabs - Improved interop of plugins with external tools like mike - Improved interop of blog plugin with awesome pages plugin - Improved header partial by moving buttons into separate partials - Improved clarity of `site_url` warning in social plugin - Improved blog plugin to automatically setup directory structure - Switched info plugin to `importlib` to mitigate deprecations - Automatically download ResizeObserver polyfill when necessary - Automatically add iframe-worker polyfill when necessary in offline plugin - Automatically focus and bring up keyboard on touch devices - Updated Serbo-Croatian translations - Updated MkDocs to 1.5.2 **Removals** - Removed Universal Analytics integration - Removed ancient polyfills to reduce size of bundled JavaScript by 20% - Removed necessity for `Array.flat` and `Array.flatMap` polyfill - Removed announcement bar button when JavaScript is not available **Fixes** - Fixed rendering of tags when announcement bar is present - Fixed tags plugin rendering pages excluded by other plugins - Fixed [#​5132](https://togithub.com/squidfunk/mkdocs-material/issues/5132): Blog plugin requires `nav` entry in `mkdocs.yml` - Fixed [#​5599](https://togithub.com/squidfunk/mkdocs-material/issues/5599): Insufficient contrast for default link color - Fixed [#​5715](https://togithub.com/squidfunk/mkdocs-material/issues/5715): Blog plugin missing integrated table of contents in pagination - Fixed [#​5806](https://togithub.com/squidfunk/mkdocs-material/issues/5806): Version selector not hoverable on some Android devices - Fixed [#​5826](https://togithub.com/squidfunk/mkdocs-material/issues/5826): Blog post drafts with tags show up in tags index
astral-sh/ruff (ruff) ### [`v0.0.286`](https://togithub.com/astral-sh/ruff/releases/tag/v0.0.286) [Compare Source](https://togithub.com/astral-sh/ruff/compare/v0.0.285...v0.0.286) #### What's Changed ##### New Rules - \[`flake8-bugbear`] Update `function-call-in-argument-default` (`B008`) to ignore arguments with immutable annotations by [@​zanieb](https://togithub.com/zanieb) in [https://github.com/astral-sh/ruff/pull/6784](https://togithub.com/astral-sh/ruff/pull/6784) - \[`flake8-bugbear`] Update `mutable-argument-default` (`B006`) to use `extend-immutable-calls` when determining if annotations are immutable by [@​zanieb](https://togithub.com/zanieb) in [https://github.com/astral-sh/ruff/pull/6781](https://togithub.com/astral-sh/ruff/pull/6781) - \[`flake8-pie`] Implement `unnecessary-range-start` (`PIE808`) by [@​harupy](https://togithub.com/harupy) in [https://github.com/astral-sh/ruff/pull/6690](https://togithub.com/astral-sh/ruff/pull/6690) - \[`flake8-pytest-style`] Add autofix for `PT014` by [@​harupy](https://togithub.com/harupy) in [https://github.com/astral-sh/ruff/pull/6698](https://togithub.com/astral-sh/ruff/pull/6698) - \[`pylint`] Implement `no-self-use` (`R6301`) by [@​LaBatata101](https://togithub.com/LaBatata101) in [https://github.com/astral-sh/ruff/pull/6574](https://togithub.com/astral-sh/ruff/pull/6574) - \[`pylint`] Extend `repeated-equality-comparison-target` to check for mixed orderings and Yoda conditions. by [@​tjkuson](https://togithub.com/tjkuson) in [https://github.com/astral-sh/ruff/pull/6691](https://togithub.com/astral-sh/ruff/pull/6691) ##### Settings - Make isort's `detect-same-package` behavior configurable by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6833](https://togithub.com/astral-sh/ruff/pull/6833) ##### Bug Fixes - Apply RUF017 when start is passed via position by [@​hauntsaninja](https://togithub.com/hauntsaninja) in [https://github.com/astral-sh/ruff/pull/6664](https://togithub.com/astral-sh/ruff/pull/6664) - Use `typing_extensions.TypeAlias` for PYI026 fixes on pre-3.10 by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6696](https://togithub.com/astral-sh/ruff/pull/6696) - Ignore multi-comparisons in `repeated-equality-comparison-target` by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6705](https://togithub.com/astral-sh/ruff/pull/6705) - Accept empty inner calls in C414 by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6725](https://togithub.com/astral-sh/ruff/pull/6725) - Allow next in FBT exclusions by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6729](https://togithub.com/astral-sh/ruff/pull/6729) - Allow `ctypes.WinError()` in flake8-raise by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6731](https://togithub.com/astral-sh/ruff/pull/6731) - Ignore star imports when importing symbols in fixes by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6743](https://togithub.com/astral-sh/ruff/pull/6743) - Support C419 autofixes for set comprehensions by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6744](https://togithub.com/astral-sh/ruff/pull/6744) - Avoid attempting to fix unconventional submodule imports by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6745](https://togithub.com/astral-sh/ruff/pull/6745) - Don't trigger `eq-without-hash` when `__hash__` is explicitly set to `None` by [@​LaBatata101](https://togithub.com/LaBatata101) in [https://github.com/astral-sh/ruff/pull/6739](https://togithub.com/astral-sh/ruff/pull/6739) - Avoid E231 if comma is at end-of-line by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6747](https://togithub.com/astral-sh/ruff/pull/6747) - Truncate some messages in diagnostics by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6748](https://togithub.com/astral-sh/ruff/pull/6748) - Fix isolation groups for unused imports by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6774](https://togithub.com/astral-sh/ruff/pull/6774) - Avoid fixing D200 for docstrings that end in escapes by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6779](https://togithub.com/astral-sh/ruff/pull/6779) - Parenthesize expressions prior to LibCST parsing by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6742](https://togithub.com/astral-sh/ruff/pull/6742) - Fallback to end-of-file if ends in trailing continuation by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6789](https://togithub.com/astral-sh/ruff/pull/6789) - Confine repeated-equality-comparison-target to names and attributes by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6802](https://togithub.com/astral-sh/ruff/pull/6802) - Fix `native-literals` handling of int literal with attribute access by [@​zanieb](https://togithub.com/zanieb) in [https://github.com/astral-sh/ruff/pull/6792](https://togithub.com/astral-sh/ruff/pull/6792) - Fix `uncessary-coding-comment` fix when there's leading content by [@​zanieb](https://togithub.com/zanieb) in [https://github.com/astral-sh/ruff/pull/6775](https://togithub.com/astral-sh/ruff/pull/6775) - Avoid attempting to fix PT018 in multi-statement lines by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6829](https://togithub.com/astral-sh/ruff/pull/6829) - Update ERA100 to apply to commented dictionary items with trailing comments by [@​zanieb](https://togithub.com/zanieb) in [https://github.com/astral-sh/ruff/pull/6822](https://togithub.com/astral-sh/ruff/pull/6822) - Avoid parsing other parts of a format specification if replacements are present by [@​zanieb](https://togithub.com/zanieb) in [https://github.com/astral-sh/ruff/pull/6858](https://togithub.com/astral-sh/ruff/pull/6858) - Avoid panic in unused arguments rule for parameter-free lambda by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/astral-sh/ruff/pull/6679](https://togithub.com/astral-sh/ruff/pull/6679) - Avoid `C417` for `lambda` with default and variadic parameters by [@​dhruvmanila](https://togithub.com/dhruvmanila) in [https://github.com/astral-sh/ruff/pull/6752](https://togithub.com/astral-sh/ruff/pull/6752) - Add `networkx` to conventional aliases by [@​zanieb](https://togithub.com/zanieb) in [https://github.com/astral-sh/ruff/pull/6778](https://togithub.com/astral-sh/ruff/pull/6778) - Skip serializing cell ID if it's None by [@​harupy](https://togithub.com/harupy) in [https://github.com/astral-sh/ruff/pull/6851](https://togithub.com/astral-sh/ruff/pull/6851) - fix is_raw_string for multiple prefixes by [@​davidszotten](https://togithub.com/davidszotten) in [https://github.com/astral-sh/ruff/pull/6865](https://togithub.com/astral-sh/ruff/pull/6865) - Add jupyter notebook cell ids in 4.5+ if missing by [@​konstin](https://togithub.com/konstin) in [https://github.com/astral-sh/ruff/pull/6853](https://togithub.com/astral-sh/ruff/pull/6853) **Full Changelog**: https://github.com/astral-sh/ruff/compare/v0.0.285...v0.0.286

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

codecov[bot] commented 1 year ago

Codecov Report

Merging #42 (988b50a) into main (ecf5433) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #42   +/-   ##
=======================================
  Coverage   92.27%   92.27%           
=======================================
  Files          29       29           
  Lines         738      738           
  Branches       79       79           
=======================================
  Hits          681      681           
  Misses         45       45           
  Partials       12       12