Bump version to 0.7.1 (#13218)

Revert fix handling of authentication when encountering redirects
([#13215](https://github.com/astral-sh/uv/pull/13215))
This commit is contained in:
konsti 2025-04-30 11:41:55 +02:00 committed by GitHub
parent c73819371c
commit 90f46f89a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 33 additions and 23 deletions

View file

@ -17,7 +17,7 @@ pre-commit, add the following to the `.pre-commit-config.yaml`:
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.7.0
rev: 0.7.1
hooks:
- id: uv-lock
```
@ -28,7 +28,7 @@ To keep your `requirements.txt` file updated using pre-commit:
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.7.0
rev: 0.7.1
hooks:
- id: uv-export
```
@ -39,7 +39,7 @@ To compile requirements via pre-commit, add the following to the `.pre-commit-co
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.7.0
rev: 0.7.1
hooks:
# Compile requirements
- id: pip-compile
@ -52,7 +52,7 @@ To compile alternative files, modify `args` and `files`:
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.7.0
rev: 0.7.1
hooks:
# Compile requirements
- id: pip-compile
@ -66,7 +66,7 @@ To run the hook over multiple files at the same time:
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
# uv version.
rev: 0.7.0
rev: 0.7.1
hooks:
# Compile requirements
- id: pip-compile