Skip to content

Commit

Permalink
[#56] Chore: unpin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofusai committed Dec 24, 2024
1 parent 7ea6628 commit 3dc34e9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 34 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 @@ -32,9 +32,9 @@ HTTPCACHE_STORAGE = "scrapy_redis_httpcache.RedisCacheStorage"
## 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
```

## Contributing
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-redis-httpcache"
version = "1.2.0"
version = "1.3.0"
description = "Cache Scrapy responses with Redis."
readme = "README.md"
authors = [
Expand All @@ -11,8 +11,8 @@ maintainers = [
]
requires-python = ">=3.12"
dependencies = [
"redis==5.2.1",
"scrapy==2.12.0",
"redis>=5.0.0,<6.0.0",
"scrapy>=2.10.0,<3.0.0",
]

[project.urls]
Expand Down
50 changes: 22 additions & 28 deletions uv.lock

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

0 comments on commit 3dc34e9

Please sign in to comment.