Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.2
3.14.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.23@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
# <https://quay.io/repository/pypa/manylinux_2_28?tab=tags>
FROM quay.io/pypa/manylinux_2_28@sha256:55cfe5bec4a121ad587d61ea44c9209452aeaa7cc84f8ff805d769cf14a5b997
FROM quay.io/pypa/manylinux_2_28@sha256:f78a9d7fc5999f4a42a5b6b746e7bec6d547ef7f72ad2efea1f5eac07ed30abe

ARG TARGETARCH
ARG USERNAME=runner
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.proxied.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
condition: service_healthy
mitmweb:
# <https://hub.docker.com/layers/mitmproxy/mitmproxy/latest/images/>
image: mitmproxy/mitmproxy@sha256:743b6cdc817211d64bc269f5defacca8d14e76e647fc474e5c7244dbcb645141
image: mitmproxy/mitmproxy@sha256:f4f0f41f5278f284fcc0a306f82849f38ab2e133c1d71d25a42bd06d7ff6928b
# http://127.0.0.1:8081/?token=mitmproxy
command: >
mitmweb
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rust.version = "nightly-2026-04-20"
"aqua:gitleaks/gitleaks" = "8.30.1"
"aqua:rhysd/actionlint" = "1.7.12"
"aqua:astral-sh/uv" = "0.11.7"
"aqua:cli/cli" = "2.88.1"
"aqua:cli/cli" = "2.90.0"
"aqua:cargo-bins/cargo-binstall" = "1.18.1"

# Tools with non-standard version prefix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": "^22.18.0 || ^24.11.0",
"pnpm": "^10.26.0"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"packageManager": "pnpm@10.33.0",
"pnpm": {
"overrides": {
"@isaacs/brace-expansion": ">=5.0.1"
Expand Down
522 changes: 261 additions & 261 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ catalog:
husky: 9.1.7
markdownlint-cli2: 0.22.0
monocart-reporter: 2.10.1
oxfmt: 0.45.0
oxlint: 1.60.0
oxfmt: 0.46.0
oxlint: 1.61.0
typedoc: 0.28.19
typedoc-theme-oxide: 0.3.0
typescript: 6.0.3
undici: 8.1.0
vite: 8.0.8
vite: 8.0.9
vite-plugin-dts: 5.0.0-beta.6
vitest: 4.1.4

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ members = ["packages/node/tests/mitmproxy"]
[dependency-groups]
dev = [
"mitmproxy==12.2.2 ; sys_platform != 'win32'",
"pyrefly==0.61.1",
"pyrefly==0.62.0",
"ruff==0.15.11",
# Pinned below 1.152: newer semgrep manylinux wheels target glibc 2.35,
# which is newer than our manylinux_2_28 (glibc 2.28) dev-container base.
"semgrep==1.151.0 ; sys_platform != 'win32'",
"semgrep==1.160.0; sys_platform != 'win32'",
"zizmor==1.24.1 ; sys_platform != 'win32'",
]

Expand Down
42 changes: 22 additions & 20 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading