Skip to content

Commit d6b9459

Browse files
authored
Merge branch 'main' into perf/defer-inspect-import
2 parents 5660ef3 + 3823062 commit d6b9459

6 files changed

Lines changed: 333 additions & 271 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
34+
uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
3535
with:
3636
languages: ${{ matrix.language }}
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
39+
uses: github/codeql-action/autobuild@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
42+
uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: hynek/setup-cached-uv@4300ec2180bc77d705e626a34e381b81a4772c51 # v2.5.0
4343

4444
- name: Run CodSpeed benchmarks
45-
uses: CodSpeedHQ/action@db35df748deb45fdef0960669f57d627c1956c30 # v4.13.1
45+
uses: CodSpeedHQ/action@3194d9a39c4d46684cb44bf7207fc56626aad8fd # v4.15.1
4646
with:
4747
mode: simulation
4848
run: uvx --with tox-uv tox run -e codspeed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.15.10
7+
rev: v0.15.12
88
hooks:
99
- id: ruff-check
1010
args: [--fix, --exit-non-zero-on-fix]

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55
os: ubuntu-lts-latest
66
tools:
77
# Keep version in sync with tox.ini/docs.
8-
python: "3.13"
8+
python: "3.14"
99
jobs:
1010
create_environment:
1111
# Need the tags to calculate the version (sometimes).

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ commands = pytest --codspeed -n auto bench/test_benchmarks.py
8080
[testenv:docs-{build,doctests,linkcheck}]
8181
runner = uv-venv-lock-runner
8282
# Keep base_python in-sync with .readthedocs.yaml.
83-
base_python = py313
83+
base_python = py314
8484
dependency_groups = docs
8585
commands =
8686
build: sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs {posargs:docs/_build/}html

0 commit comments

Comments
 (0)