Skip to content

Commit d6f6f26

Browse files
committed
Merge branch 'main' into depr-series-dt-freq
2 parents 8a4c2c7 + 4566159 commit d6f6f26

137 files changed

Lines changed: 55871 additions & 53385 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/setup-pixi/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
- name: Install ${{ inputs.environment }}
1111
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
1212
with:
13-
pixi-version: v0.66.0
13+
pixi-version: v0.69.0
1414
log-level: vv
1515
manifest-path: pixi.toml
1616
environments: ${{ inputs.environment }}

.github/workflows/code-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
33+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3434
with:
3535
fetch-depth: 0
3636

@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Checkout
69-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
69+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
7070
with:
7171
fetch-depth: 0
7272

@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Checkout
102-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
102+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
103103
with:
104104
fetch-depth: 0
105105

@@ -132,7 +132,7 @@ jobs:
132132

133133
steps:
134134
- name: Checkout
135-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
135+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
136136

137137
- name: Setup Python
138138
id: setup_python

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- actions
2929

3030
steps:
31-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
32-
- uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
31+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
32+
- uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
3333
with:
3434
languages: ${{ matrix.language }}
35-
- uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
36-
- uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
35+
- uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
36+
- uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4

.github/workflows/docbuild-and-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
8080
- name: Checkout
81-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
81+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
8282
with:
8383
fetch-depth: 0
8484

.github/workflows/package-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3939
with:
4040
fetch-depth: 0
4141

.github/workflows/stale-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository_owner == 'pandas-dev'
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10
16+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}
1919
stale-pr-message: "This pull request is stale because it has been open for thirty days with no activity. Please [update](https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#updating-your-pull-request) and respond to this comment if you're still interested in working on this."

.github/workflows/unit-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135

136136
steps:
137137
- name: Checkout
138-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
138+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
139139
with:
140140
fetch-depth: 0
141141

@@ -201,7 +201,7 @@ jobs:
201201
if: ${{ matrix.pytest_marker_expression == '' && (always() && steps.build.outcome == 'success')}}
202202

203203
- name: Upload test coverage to Codecov
204-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
204+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v5
205205
with:
206206
flags: unittests
207207
name: codecov-pandas-${{ matrix.name || format('{0}-{1}', matrix.platform, matrix.environment) }}
@@ -230,7 +230,7 @@ jobs:
230230

231231
steps:
232232
- name: Checkout
233-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
233+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
234234
with:
235235
fetch-depth: 0
236236

@@ -351,7 +351,7 @@ jobs:
351351
contents: read
352352
steps:
353353
- name: Checkout
354-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
354+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
355355
with:
356356
fetch-depth: 0
357357

@@ -414,7 +414,7 @@ jobs:
414414
PYTEST_TARGET: pandas
415415

416416
steps:
417-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
417+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
418418
with:
419419
fetch-depth: 0
420420

@@ -453,7 +453,7 @@ jobs:
453453
cancel-in-progress: true
454454
steps:
455455
- name: Checkout pandas Repo
456-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
456+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
457457
with:
458458
fetch-depth: 0
459459

.github/workflows/update-pixi-lock.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424

2525
- name: Install Pixi
26-
uses: prefix-dev/setup-pixi@1b2de7f3351f171c8b4dfeb558c639cb58ed4ec0 # v0.9.5
26+
uses: prefix-dev/setup-pixi@5185adfbffb4bd703da3010310260805d89ebb11 # v0.9.6
2727
with:
28-
pixi-version: v0.66.0
28+
pixi-version: v0.69.0
2929
log-level: vv
3030
manifest-path: pixi.toml
3131
run-install: false

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-24.04
5252
steps:
5353
- name: Checkout pandas
54-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
54+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
5555
with:
5656
fetch-depth: 0
5757

@@ -108,7 +108,7 @@ jobs:
108108

109109
steps:
110110
- name: Checkout pandas
111-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
111+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
112112
with:
113113
fetch-depth: 1
114114

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ci:
1919
skip: [pyright, mypy]
2020
repos:
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: v0.15.12
22+
rev: v0.15.15
2323
hooks:
2424
- id: ruff
2525
args: [--exit-non-zero-on-fix]
@@ -92,7 +92,7 @@ repos:
9292
- id: sphinx-lint
9393
args: ["--enable", "all", "--disable", "line-too-long"]
9494
- repo: https://github.com/pre-commit/mirrors-clang-format
95-
rev: v22.1.4
95+
rev: v22.1.5
9696
hooks:
9797
- id: clang-format
9898
files: ^pandas/_libs/src|^pandas/_libs/include
@@ -119,7 +119,7 @@ repos:
119119
types: [python]
120120
stages: [manual]
121121
additional_dependencies: &pyright_dependencies
122-
- pyright@1.1.404
122+
- pyright@1.1.409
123123
- id: pyright
124124
# note: assumes python env is setup and activated
125125
name: pyright reportGeneralTypeIssues

0 commit comments

Comments
 (0)