pycontribs / mk

mk ease contributing to any open source repository by exposing most common actions you can run. Inspired by make, tox and other cool tools!
https://mk.readthedocs.io/
MIT License
95 stars 11 forks source link

Bump the dependencies group across 1 directory with 8 updates #253

Open dependabot[bot] opened 3 days ago

dependabot[bot] commented 3 days ago

Bumps the dependencies group with 8 updates in the /.config directory:

Package From To
jaraco-functools 4.0.2 4.1.0
mkdocs-material 9.5.36 9.5.39
pymdown-extensions 10.9 10.11.2
pyproject-hooks 1.1.0 1.2.0
rich 13.8.1 13.9.2
tox 4.20.0 4.21.2
virtualenv 20.26.5 20.26.6
watchdog 5.0.2 5.0.3

Updates jaraco-functools from 4.0.2 to 4.1.0

Changelog

Sourced from jaraco-functools's changelog.

v4.1.0

Features

  • Added chainable decorator.
Commits


Updates mkdocs-material from 9.5.36 to 9.5.39

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.39

  • Fixed #7226: not staying on page when using mike's canonical versioning

Thanks go to @​ilyagr for their contributions

mkdocs-material-9.5.38

  • Added Albanian translations

Thanks go to @​gerardkraja for their contributions

mkdocs-material-9.5.37

  • Added 4th and 5th level ordered list styles
  • Fixed #7548: Tags have no spacing in search
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29)

  • Fixed #7567: Empty headlines when using typeset plugin with anchorlinks

mkdocs-material-9.5.39 (2024-09-29)

  • Fixed #7226: not staying on page when using mike's canonical versioning

mkdocs-material-9.5.38 (2024-09-26)

  • Added Albanian translations

mkdocs-material-9.5.37 (2024-09-25)

  • Added 4th and 5th level ordered list styles
  • Fixed #7548: Tags have no spacing in search

mkdocs-material-9.5.36 (2024-09-21)

  • Fixed #7544: Social cards incorrectly rendering HTML entities
  • Fixed #7542: Improved support for setting custom list styles

mkdocs-material-9.5.35 (2024-09-18)

  • Fixed #7498: Search not showing for Vietnamese language

mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14)

  • Fixed #7520: Social plugin errors for generated files (MkDocs 1.6+)

mkdocs-material-9.5.34 (2024-08-31)

  • Updated Mermaid.js to version 11 (latest)

mkdocs-material-9.5.33 (2024-08-23)

  • Fixed #7453: Incorrect position of tooltip when sorting table

mkdocs-material-9.5.32 (2024-08-19)

  • Fixed RXSS vulnerability via deep link in search results
  • Added support for fetching latest release from GitLab

mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02)

  • Fixed #7410: Instant previews jump on content tabs with anchor links
  • Fixed #7408: Instant previews jump on content tabs

mkdocs-material-9.5.31 (2024-08-02)

... (truncated)

Commits


Updates pymdown-extensions from 10.9 to 10.11.2

Release notes

Sourced from pymdown-extensions's releases.

10.11.2

  • FIX: SuperFences: Fix a regression where certain patterns could cause a hang.

10.11.1

  • Fix: SuperFences: Fix regression where an omitted language in conjunction with options in the fenced header can cause a fence to not be parsed.

10.11

  • NEW: SuperFences: Allow fenced code to be parsed in the form ```lang {.class #id}.

10.10.2

  • FIX: BetterEm: Add better support for *em, **em,strong*** and _em, __em,strong___ cases.
  • FIX: Caret: Add better support for *sup, **sup,ins***.
  • FIX: Tilde: Add better support for *sub, **sub,del***.

10.10.1

  • FIX: FancyLists: Remove a mistaken semicolon from injected classes.

10.10

  • NEW: FancyLists: Add new FancyLists extension.
  • NEW: MagicLink: Change social links to support x instead of twitter. twitter is still recognized but is now deprecated and will be removed at a future time.
  • NEW: Emoji: Update Twemoji data to the latest.
  • FIX: PathConverter: Fixes for latest changes in Python regarding urlunparse.
Commits
  • a994065 Fix SuperFence pattern should require options to be separated by a space (#2480)
  • 96e19e6 Remove more duplicate words
  • 3f6fbbb Typos: remove various duplicated words
  • d43141d Fix omitted language case (#2472)
  • 79dabb1 Another attempt to fix MathJax loading issues in docs
  • 4b54d02 Support alternate fenced header form (#2470)
  • 8355b45 Attempt to fix issues with instant loading
  • 448972a Fix bad example
  • f8f8c57 Bump version
  • 7a95865 Add support for *tag1 **tag1,tag2*** cases for *, _, ~, and ^ (#2467)
  • Additional commits viewable in compare view


Updates pyproject-hooks from 1.1.0 to 1.2.0

Changelog

Sourced from pyproject-hooks's changelog.

Changelog

v1.2

  • Improve interoperability with importlib.metadata, fixing a regression in setuptools compatibility in 1.1 (#199).
  • Clean up the _in_process directory inside the package from sys.path before imporing the backend (#193).

v1.1

  • Add type annotations to the public API.
  • More careful handling of the backend-path key from pyproject.toml. Previous versions would load the backend and then check that it was loaded from the specified path; the new version only loads it from the specified path. The BackendInvalid exception is now a synonym for :exc:BackendUnavailable, and code should move to using the latter name.

v1.0

  • Rename package to pyproject_hooks (from pep517).
  • Remove deprecated modules (.build, .check and .envbuild). Use the build <https://pypa-build.readthedocs.io/en/stable/>_ project instead for this higher-level functionality of setting up a temporary build environment.
  • Require Python 3.7 or above.
  • Use tomllib from the standard library on Python 3.11. pyproject_hooks now has no external dependencies when installed in Python 3.11.
  • Avoid chaining exceptions when using the fallback implementation for :meth:.prepare_metadata_for_build_wheel.
  • Fix propagating error message for :exc:.BackendInvalid errors.

v0.13

  • Remove support for end-of-life Pythons. Now requires Python3.6+.
  • Remove support for toml package. Now requires tomli.
  • Rely on preferred "files" API on Python 3.9 and later (#140).

v0.12

  • Add method for pip to check if build_editable hook is supported. This is a private API for now.

v0.11.1

... (truncated)

Commits
  • 4b7c6d1 Merge pull request #205 from pypa/prepare-1.2
  • 1027470 Bump version: 1.1.0 → 1.2.0
  • dabe52e Prepare release notes for 1.2
  • 3df9175 Merge pull request #204 from pypa/fix/setuptools-71
  • 9efaa97 Relax test for build requirements from setuptools
  • 6b57973 Merge pull request #199 from abravalheri/issue-192-take2
  • 9988edd Merge pull request #196 from pypa/sdist-includes
  • dba1817 Always use importlib.metadata
  • d68f4d9 Remove unused dev-dependency
  • 455b77f Account for importlib_metadata in Python<3.7
  • Additional commits viewable in compare view


Updates rich from 13.8.1 to 13.9.2

Release notes

Sourced from rich's releases.

The Splitting segments Release

A hotfix for highlighting in the table, and a fix for Segment.split_cells

[13.9.2] - 2024-10-04

Fixed

Hotfix for dependency issue

[13.9.1] - 2024-10-01

Fixed

  • Fixed typing_extensions dependency

The so long Python 3.7 release

This version adds support for fine-grained information in tracebacks. In other words, it will highlight columns in tracebacks (for supported Python versions). Here's an example:

This version also drops support for Python 3.7, which has long since reached its EOL. If you are stuck on Python3.7 for any reason, you will not be able to upgrade to this version, but nothing should break.

See below for other changes in this release.

[13.9.0] - 2024-10-01

Changed

Fixed

Changelog

Sourced from rich's changelog.

[13.9.2] - 2024-10-04

Fixed

[13.9.1] - 2024-10-01

Fixed

  • Fixed typing_extensions dependency

[13.9.0] - 2024-10-01

Changed

Fixed

Commits
  • 0f2f51b Merge pull request #3521 from Textualize/splitcells-fix
  • 8b84ee9 Merge pull request #3514 from mdmintz/complete-the-3.7-drop
  • 661ae8d version bump
  • 834d178 tests
  • babf74a more tests
  • 4f40703 fix for split cells
  • 6607492 Merge pull request #3518 from TomJGooding/fix-table-highlight-columns-added-b...
  • e732952 Merge pull request #3519 from TomJGooding/docs-table-add-column-highlight-option
  • 0176bef docs(table): add column highlight option
  • 16b3830 fix(table): highlight columns added by add_row
  • Additional commits viewable in compare view


Updates tox from 4.20.0 to 4.21.2

Release notes

Sourced from tox's releases.

4.21.2

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.21.1...4.21.2

4.21.1

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.21.0...4.21.1

4.21.0

What's Changed

Full Changelog: https://github.com/tox-dev/tox/compare/4.20.0...4.21.0

Changelog

Sourced from tox's changelog.

v4.21.2 (2024-10-03)

Bugfixes - 4.21.2

- Include ``tox.toml`` in sdist archives to fix test failures resulting from its lack.
  - by :user:`mgorny` (:issue:`3389`)

v4.21.1 (2024-10-02)

Bugfixes - 4.21.1

  • Fix error when using requires within a TOML configuration file - by :user:gaborbernat. (:issue:3386)

  • Fix error when using deps within a TOML configuration file - by :user:gaborbernat. (:issue:3387)

  • Multiple fixes for the TOML configuration by :user:gaborbernat.:

    • Do not fail when there is an empty command within commands.
    • Allow references for set_env by accepting list of dictionaries for it.
    • Do not try to be smart about reference unrolling, instead allow the user to control it via the extend flag, available both for posargs and ref replacements.
    • The ref replacements raw key has been renamed to of. (:issue:3388)

v4.21.0 (2024-09-30)

Features - 4.21.0

- Native TOML configuration support - by :user:`gaborbernat`. (:issue:`999`)

Improved Documentation - 4.21.0

  • Update Loader docs - by :user:ziima (:issue:3352)
Commits


Updates virtualenv from 20.26.5 to 20.26.6

Changelog

Sourced from virtualenv's changelog.

v20.26.6 (2024-09-27)

Bugfixes - 20.26.6

- Properly quote string placeholders in activation script templates to mitigate
  potential command injection - by :user:`y5c4l3`. (:issue:`2768`)
Commits


Updates watchdog from 5.0.2 to 5.0.3

Release notes

Sourced from watchdog's releases.

5.0.3

  • [inotify] Improve cleaning up Inotify threads, and add eventlet test cases (#1070)

💟 Thanks to our beloved contributors: @​ethan-vanderheijden, @​BoboTiG

Changelog

Sourced from watchdog's changelog.

5.0.3


2024-09-27 • `full history <https://github.com/gorakhargosh/watchdog/compare/v5.0.2...v5.0.3>`__
  • [inotify] Improve cleaning up Inotify threads, and add eventlet test cases ([#1070](https://github.com/gorakhargosh/watchdog/issues/1070) &lt;https://github.com/gorakhargosh/watchdog/pull/1070&gt;__)
  • Thanks to our beloved contributors: @​BoboTiG, @​ethan-vanderheijden
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 3 days ago

The following labels could not be found: dependabot-deps-updates.