Skip to content

Commit

Permalink
chg: Bump all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 3, 2025
1 parent c1c57d2 commit 0b0374a
Show file tree
Hide file tree
Showing 5 changed files with 98 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nosetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
exclude: "user_agents|website/web/sri.txt"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py38-plus]
12 changes: 8 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
version: 2

build:
os: "ubuntu-lts-latest"
tools:
python: "3"

sphinx:
configuration: "docs/source/conf.py"

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs

build:
image: latest

formats: all
Loading

0 comments on commit 0b0374a

Please sign in to comment.