Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps the python-packages group with 2 updates: webdavclient3 and prek.

Updates webdavclient3 from 3.14.6 to 3.14.7

Release notes

Sourced from webdavclient3's releases.

Release 3.14.7

Changelog

Sourced from webdavclient3's changelog.

Release Notes

Version 3.14.7

Version 3.14.6

Version 3.14.5

Version 3.14.4

  • Fixed the issue with gzipped content on download_from

Version 3.14.3

Version 3.14.2

  • Use a content type for determining is the resource a directory or not in the list method
  • Fixed the issue with duplicated path segments in download_sync and pull methods by https://github.com/jotbe
  • An ability to use certificates for authenticating by https://github.com/ajordanBBN
  • Removing of tailing slashes in web_hostname
  • An ability to use custom Auth methods in the Session by https://github.com/matrixx567

Version 3.14.1

... (truncated)

Commits
  • 03ae674 Fixed tests publishing
  • fa33bd8 Merge pull request #158 from ezhov-evgeny/release/3.14.7
  • fbea5db Fixed tests CI
  • 1e461de Merge pull request #156 from ezhov-evgeny/release/3.14.7
  • 3897a8c chore: set version to 3.14.7 [skip ci]
  • b495867 Fixed release CI for 3.14.7
  • c2f7f85 Release notes 3.14.7
  • 35768c5 Merge pull request #155 from ezhov-evgeny/feature/github-actions
  • ad71245 #134: show coverage
  • 6e07c19 Merge pull request #154 from ezhov-evgeny/feature/github-actions
  • Additional commits viewable in compare view

Updates prek from 0.3.1 to 0.3.2

Release notes

Sourced from prek's releases.

0.3.2

Release Notes

Released on 2026-02-06.

Highlights

  • prek.toml is here!

    You can now use prek.toml as an alternative to .pre-commit-config.yaml for configuring prek. prek.toml mirrors the structure of .pre-commit-config.yaml, but TOML is less error-prone. Your existing .pre-commit-config.yaml will continue to work, but for new users and new projects, prek.toml may make more sense. If you want to switch, run prek util yaml-to-toml to convert YAML configs to prek.toml. See configuration docs for details.

    For example, this config:

    repos:
      - repo: https://github.com/pre-commit/pre-commit-hooks
        rev: v6.0.0
        hooks:
          - id: check-yaml

    Can be written as prek.toml like this:

    [[repos]]
    repo = "https://github.com/pre-commit/pre-commit-hooks"
    rev = "v6.0.0"
    hooks = [ { id = "check-yaml" } ]
  • serde-yaml has been replaced with serde-saphyr

    We replaced the long-deprecated serde-yaml crate with serde-saphyr for YAML parsing. It is written in safe Rust and has better error messages, performance, and security. This lets us provide precise location information for configuration parsing errors, which should make it easier to fix config issues.

    For example, this invalid config:

    repos:
      - repo: https://github.com/crate-ci/typos
        hooks:
          - id: typos

    Before:

    $ prek run
    error: Failed to parse `.pre-commit-config.yaml`
      caused by: Invalid remote repo: missing field `rev`

... (truncated)

Changelog

Sourced from prek's changelog.

0.3.2

Released on 2026-02-06.

Highlights

  • prek.toml is here!

    You can now use prek.toml as an alternative to .pre-commit-config.yaml for configuring prek. prek.toml mirrors the structure of .pre-commit-config.yaml, but TOML is less error-prone. Your existing .pre-commit-config.yaml will continue to work, but for new users and new projects, prek.toml may make more sense. If you want to switch, run prek util yaml-to-toml to convert YAML configs to prek.toml. See configuration docs for details.

    For example, this config:

    repos:
      - repo: https://github.com/pre-commit/pre-commit-hooks
        rev: v6.0.0
        hooks:
          - id: check-yaml

    Can be written as prek.toml like this:

    [[repos]]
    repo = "https://github.com/pre-commit/pre-commit-hooks"
    rev = "v6.0.0"
    hooks = [ { id = "check-yaml" } ]
  • serde-yaml has been replaced with serde-saphyr

    We replaced the long-deprecated serde-yaml crate with serde-saphyr for YAML parsing. It is written in safe Rust and has better error messages, performance, and security. This lets us provide precise location information for configuration parsing errors, which should make it easier to fix config issues.

    For example, this invalid config:

    repos:
      - repo: https://github.com/crate-ci/typos
        hooks:
          - id: typos

    Before:

    $ prek run
    error: Failed to parse `.pre-commit-config.yaml`
      caused by: Invalid remote repo: missing field `rev`

... (truncated)

Commits
  • 71790f3 Bump version to 0.3.2 (#1587)
  • 9172278 Use semver fallback sort when tag timestamps are equal (#1579)
  • 294325c Remove emoji in README.md (#1589)
  • dc7d09d Remove upper bound constraintof uv version (#1588)
  • 72a78ee Do not make the child a session leader (#1586)
  • 3fa9187 Add prek util yaml-to-toml to convert .pre-commit-config.yaml to `prek.to...
  • 2314871 Bump the supported uv version upper limit to 0.11.0 (#1580)
  • 4ff825e Include prek.toml in run hint for config filename (#1578)
  • b516d66 Update quick start to use prek.toml (#1576)
  • 60eb3f4 Document that use --refresh to pick up .prekignore changes (#1575)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-packages group with 2 updates: [webdavclient3](https://github.com/ezhov-evgeny/webdav-client-python-3) and [prek](https://github.com/j178/prek).


Updates `webdavclient3` from 3.14.6 to 3.14.7
- [Release notes](https://github.com/ezhov-evgeny/webdav-client-python-3/releases)
- [Changelog](https://github.com/ezhov-evgeny/webdav-client-python-3/blob/develop/RELEASE_NOTES.md)
- [Commits](ezhov-evgeny/webdav-client-python-3@v3.14.6...v3.14.7)

Updates `prek` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: webdavclient3
  dependency-version: 3.14.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: prek
  dependency-version: 0.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependency Dependency-related changes label Feb 10, 2026
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) February 10, 2026 06:43
@dolfinus dolfinus disabled auto-merge February 10, 2026 06:50
@dolfinus dolfinus merged commit 6af13e9 into develop Feb 10, 2026
67 of 70 checks passed
@dolfinus dolfinus deleted the dependabot/uv/python-packages-87213522e2 branch February 10, 2026 06:50
@github-actions
Copy link

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL10296149885% 
report-only-changed-files is enabled. No files were changed during this commit :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependency Dependency-related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants