Mathieu Kniewallner
Mathieu Kniewallner
Resolves https://github.com/PyCQA/bandit/issues/1059.
**Is your feature request related to a problem? Please describe.** [httpx](https://pypi.org/project/httpx/) has APIs that are really similar to [requests](https://pypi.org/project/requests/). Currently, in [B113](https://bandit.readthedocs.io/en/latest/plugins/b113_request_without_timeout.html) (`request_without_timeout`), `bandit` only checks that timeouts are set...
# Trac ticket number ticket-35275 # Branch description Fixes an issue that leads to an SQL syntax error when validating `UniqueConstraint` that uses `OpClass`. # Checklist - [x] This PR...
Resolves #705. **PR Checklist** - [x] A description of the changes is added to the description of this PR. - [x] If there is a related issue, make sure it...
**PR Checklist** - [x] A description of the changes is added to the description of this PR. - [ ] If there is a related issue, make sure it is...
**Is your feature request related to a problem? Please describe.** There are valid reasons to ignore some issues that are reported. For instance, a dependency can legitimately be reported as...
**PR Checklist** - [x] A description of the changes is added to the description of this PR. - [ ] If there is a related issue, make sure it is...
[PDM](https://github.com/pdm-project/pdm) is a fairly popular Python package manager. It can generate a [lock file named pdm.lock](https://pdm-project.org/en/stable/usage/lockfile/) that uses TOML format ([example](https://github.com/pdm-project/pdm)).
**PR Checklist** - [x] A description of the changes is added to the description of this PR. - [ ] If there is a related issue, make sure it is...
## Summary Indicate the previous version from which uv was upgraded when running `uv self update`. Thought that it could be useful in some situations to have a trace of...