diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0d46fe5..c2334e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-toml - id: check-yaml @@ -19,14 +19,14 @@ repos: - id: pyupgrade - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.8 + rev: v0.5.4 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.2.11 + rev: 0.2.27 hooks: - id: pip-compile args: [requirements.in, -o, requirements.txt] diff --git a/requirements.txt b/requirements.txt index c528811..1dd1a65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ idna==3.7 # tldextract incremental==22.10.0 # via twisted -influxdb3-python==0.6.1 +influxdb3-python==0.7.0 # via -r requirements.in itemadapter==0.9.0 # via @@ -109,7 +109,7 @@ requests==2.32.3 # tldextract requests-file==2.1.0 # via tldextract -ruff==0.5.1 +ruff==0.5.4 # via -r requirements.in scrapy==2.11.2 # via -r requirements.in