Skip to content

Update pandas requirement from ~=2.2.2 to ~=2.2.3 in the major group #834

Update pandas requirement from ~=2.2.2 to ~=2.2.3 in the major group

Update pandas requirement from ~=2.2.2 to ~=2.2.3 in the major group #834

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- uses: pre-commit/[email protected]
env:
RUFF_OUTPUT_FORMAT: github