Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@bitwarden/cli (source) 2025.10.0 -> 2025.11.0 age confidence devDependencies minor
DavidAnson/markdownlint-cli2 v0.18.1 -> v0.20.0 age confidence repository minor
ansible-community/ansible-lint v25.9.2 -> v25.12.0 age confidence repository minor
ansible-lint (changelog) ==25.9.2 -> ==25.12.0 age confidence pre-commit-python minor
ansible-lint (changelog) ==25.9.2 -> ==25.12.0 age confidence minor
astral-sh/ruff-pre-commit v0.14.0 -> v0.14.8 age confidence repository patch
boto3-stubs ==1.40.48 -> ==1.42.4 age confidence pre-commit-python minor
boto3-stubs ==1.40.48 -> ==1.42.4 age confidence minor
gitleaks/gitleaks v8.28.0 -> v8.30.0 age confidence repository minor
markdownlint-cli2 ^0.18.0 -> ^0.20.0 age confidence devDependencies minor
mitmproxy ==11.0.2 -> ==12.2.1 age confidence pre-commit-python major
molecule (changelog) ==25.9.0 -> ==25.12.0 age confidence minor
mypy (changelog) ==1.18.2 -> ==1.19.0 age confidence minor
node (source) >=22 <23 -> >=22 <25 age confidence engines major
pre-commit ==4.3.0 -> ==4.5.0 age confidence minor
pre-commit/mirrors-mypy v1.18.2 -> v1.19.0 age confidence repository minor
prettier (source) 3.6.2 -> 3.7.4 age confidence pre-commit-node minor
prettier (source) 3.6.2 -> 3.7.4 age confidence devDependencies minor
pyspellchecker ==0.8.3 -> ==0.8.4 age confidence pre-commit-python patch
pyspellchecker ==0.8.3 -> ==0.8.4 age confidence patch
pytest (changelog) ==8.4.2 -> ==9.0.2 age confidence pre-commit-python major
pytest (changelog) ==8.4.2 -> ==9.0.2 age confidence major
requests (source, changelog) ==2.32.3 -> ==2.32.5 age confidence pre-commit-python patch
ruff (source, changelog) ==0.14.0 -> ==0.14.8 age confidence patch
tofuutils/pre-commit-opentofu v2.2.1 -> v2.2.2 age confidence repository patch
tombi ==0.6.25 -> ==0.7.4 age confidence minor
tombi-toml/tombi-pre-commit v0.6.25 -> v0.7.3 age confidence repository minor
types-requests (changelog) ==2.32.0.20250328 -> ==2.32.4.20250913 age confidence pre-commit-python patch

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

bitwarden/clients (@​bitwarden/cli)

v2025.11.0

Compare Source

DavidAnson/markdownlint-cli2 (DavidAnson/markdownlint-cli2)

v0.20.0

Compare Source

v0.19.1

Compare Source

v0.19.0

Compare Source

ansible-community/ansible-lint (ansible-community/ansible-lint)

v25.12.0

Compare Source

Maintenance

v25.11.1

Compare Source

Features

Fixes

Maintenance

v25.11.0

Compare Source

Fixes

Maintenance

ansible/ansible-lint (ansible-lint)

v25.12.0

Compare Source

Maintenance

v25.11.1

Compare Source

Features

Fixes

Maintenance

v25.11.0

Compare Source

Fixes
Maintenance
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.14.8

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.8

v0.14.7

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.7

v0.14.6

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.6

v0.14.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.5

v0.14.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.4

v0.14.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.3

v0.14.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.2

v0.14.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.1

gitleaks/gitleaks (gitleaks/gitleaks)

v8.30.0

Compare Source

Changelog

v8.29.1

Compare Source

Changelog

v8.29.0

Compare Source

Changelog
mitmproxy/mitmproxy (mitmproxy)

v12.2.1

Compare Source

v12.2.0

Compare Source

  • mitmproxy now supports Python 3.14. Binary releases ship with 3.14 by default.
    (#​7918, @​mhils)
  • Replace htpasswd file parser with a custom implementation to migrate off unmaintained
    passlib dependency. The new parser only supports bcrypt and SHA-1 hashing.
    Contributions for additional formats are welcome as long as they don't introduce new
    dependencies.
    (#​7906, @​mhils)

v12.1.2

Compare Source

Security Fixes
  • GHSA-847f-9342-265h:
    Upgrade hyper-h2 to fix a request smuggling vulnerability that affects mitmproxy's
    HTTP/2 -> HTTP/1 translation. (@​mhils)

v12.1.1

Compare Source

v12.1.0

Compare Source

v12.0.1

Compare Source

  • Fix a crash when editing raw messages bodies in mitmproxy.
    (#​7697, @​mhils)
  • Added an option to pass the web token as Authentication: Bearer ... header
    (#​7681, @​gschaer)
  • In DNS proxy mode, user-provided addons now trigger before DNS resolution has taken place.
    (#​7685, @​Florigolo)

v12.0.0

Compare Source

New Contentview System (#​7623, @​mhils)
  • Contentviews can now be interactive and re-encode prettified data.
    For example, the new Protobuf view pretty-prints to YAML, which the user
    can edit and then re-serialize into binary representation.
  • Replace the existing gRPC and Protobuf contentviews with an interactive contentview that
    supports both existing proto definitions and completely unknown protos.
  • The MsgPack contentview is now interactive, too.
  • The contentview API has been drastically simplified.
    Contentviews now return a plain str with the prettified data.
    Syntax highlighting is now signaled off-band (and based on tree-sitter).
  • Docs: Add new documentation page and API reference for contentviews.
  • Contentviews can now be written in Rust for better performance and access to
    the crates ecosystem.
Other Changes

v11.1.3

Compare Source

v11.1.2

Compare Source

  • CVE-2025-23217:
    mitmweb's API now requires an authentication token by default.
    The mitmweb API is bound to localhost only, but @​gronke found that an attacker can circumvent that restriction
    by tunneling requests through the proxy server itself in an SSRF-style attack.
    (fa89055, @​mhils)
  • Add (optional) password protection for mitmweb. The web_password option replaces the randomly-generated token
    authentication with a fixed secret that survives mitmproxy restarts.
    (0bd573a, @​mhils)
  • mitmweb can now be hosted under arbitrary domains, the previously-used DNS rebind protection is not required anymore.
    (62693af, @​mhils)
  • Security Hardening: mitmweb's xsrf_token cookie is now HttpOnly; SameSite=Strict.
    (#​7491, @​mhils)
  • We now provide standalone binaries for Linux arm64.
    (#​7484, @​mhils)
  • Standalone binaries are now compiled with Python 3.13.
    (#​7485, @​mhils)
  • Fix console freezing due to DNS queries with an empty question section.
    (#​7497, @​sujaldev)
  • Add mitmweb tutorial to docs.
    (#​7509, @​EstherRoeth)
  • Fixed a bug that caused mitmproxy to crash when loading prior knowledge h2 flows.
    (#​7514, @​sujaldev)
  • Fix a bug where mitmproxy would get stuck in secure web proxy mode when using ignore_hosts or allow_hosts.
    (#​7519, @​mhils)
  • Copy request/response data to the clipboard in mitmweb
    (#​7352, @​lups2000)
  • Fix a bug where exporting a curl or httpie command with escaped characters would lead to different data being sent.
    (#​7520, @​proteusvacuum)

v11.1.0

Compare Source

ansible-community/molecule (molecule)

v25.12.0

Compare Source

Maintenance

v25.11.1

Compare Source

Fixes

Maintenance

v25.11.0

Compare Source

Fixes

Maintenance

python/mypy (mypy)

v1.19.0

Compare Source

nodejs/node (node)

v24.11.1

Compare Source

v24.11.0

Compare Source

v24.10.0: 2025-10-08, Version 24.10.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
  • [31bb476895] - (SEMVER-MINOR) console: allow per-stream inspectOptions option (Anna Henningsen) #​60082
  • [3b92be2fb8] - (SEMVER-MINOR) lib: remove util.getCallSite (Rafael Gonzaga) #​59980
  • [18c79d9e1c] - (SEMVER-MINOR) sqlite: create authorization api (Guilherme Araújo) #​59928
Commits

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.

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


  • 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 force-pushed the renovate/development-dependencies branch from 2b9303a to d5ef256 Compare September 19, 2025 23:36
@renovate renovate bot force-pushed the renovate/development-dependencies branch from d5ef256 to d1ee941 Compare September 19, 2025 23:41
@renovate renovate bot force-pushed the renovate/development-dependencies branch 2 times, most recently from 5d29643 to 832cd2d Compare September 19, 2025 23:56
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 832cd2d to 9e286a1 Compare September 20, 2025 00:05
@renovate renovate bot changed the title Update development dependencies Update Update development dependencies Sep 20, 2025
@renovate renovate bot changed the title Update Update development dependencies Update development dependencies Sep 20, 2025
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 9e286a1 to 01fec8e Compare September 20, 2025 00:11
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 01fec8e to 39e80a2 Compare September 20, 2025 14:51
@renovate renovate bot force-pushed the renovate/development-dependencies branch 2 times, most recently from e7d4337 to 520731a Compare September 20, 2025 15:11
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 520731a to 92962fb Compare September 20, 2025 15:20
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 92962fb to 4f6111e Compare September 20, 2025 15:26
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 4f6111e to dc97e02 Compare September 20, 2025 16:30
@renovate renovate bot force-pushed the renovate/development-dependencies branch from dc97e02 to 5dd576c Compare September 20, 2025 16:42
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 5dd576c to 57065d1 Compare September 20, 2025 16:57
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 57065d1 to 01472f5 Compare September 20, 2025 17:03
@renovate renovate bot force-pushed the renovate/development-dependencies branch 16 times, most recently from 5b143d2 to 3d4b3ab Compare November 28, 2025 21:57
@renovate renovate bot force-pushed the renovate/development-dependencies branch 10 times, most recently from 1ec8881 to 0fd61f0 Compare December 6, 2025 03:13
@renovate renovate bot force-pushed the renovate/development-dependencies branch 2 times, most recently from a795506 to 467c63d Compare December 7, 2025 00:44
@renovate renovate bot force-pushed the renovate/development-dependencies branch from 467c63d to 8ffa3cb Compare December 7, 2025 08:29
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