Skip to content

Commit

Permalink
Merge pull request #77 from stefanofusai/71-unpin-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai authored Dec 24, 2024
2 parents 3d92ddf + 88279e5 commit a56cff4
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ repos:
rev: 0.5.6
hooks:
- id: uv-lock
args:
- --resolution=lowest-direct
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ STATS_CLASS = "scrapy_influxdb_exporter.InfluxDBStatsCollector"
## Development

```bash
uv sync --group=development
uv run pre-commit install --install-hooks
uv run pre-commit install --hook-type=commit-msg
uv sync --frozen --group=development
uv run --frozen pre-commit install --install-hooks
uv run --frozen pre-commit install --hook-type=commit-msg
```

## Acknowledgments
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scrapy-influxdb-exporter"
version = "1.3.0"
version = "1.4.0"
description = "Export Scrapy spider stats to InfluxDB."
readme = "README.md"
authors = [
Expand All @@ -11,8 +11,8 @@ maintainers = [
]
requires-python = ">=3.12"
dependencies = [
"influxdb3-python==0.10.0",
"scrapy==2.12.0",
"influxdb3-python>=0.4.0,<1.0.0",
"scrapy>=2.10.0,<3.0.0",
]

[project.urls]
Expand Down
29 changes: 15 additions & 14 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a56cff4

Please sign in to comment.