mirror of
https://github.com/fastapi/sqlmodel.git
synced 2026-01-01 07:02:06 -06:00
* ⬆ Bump ruff from 0.6.2 to 0.9.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.2 to 0.9.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.2...0.9.6) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * format with ruff 0.9.6 * 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks * also bump in pre-commit config * 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com> Co-authored-by: svlandeg <sofie.vanlandeghem@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
18 lines
578 B
Plaintext
18 lines
578 B
Plaintext
-e .
|
|
-r requirements-docs-tests.txt
|
|
pytest >=7.0.1,<8.0.0
|
|
coverage[toml] >=6.2,<8.0
|
|
mypy ==1.4.1
|
|
ruff ==0.9.6
|
|
# For FastAPI tests
|
|
fastapi >=0.103.2
|
|
httpx ==0.24.1
|
|
# TODO: upgrade when deprecating Python 3.7
|
|
dirty-equals ==0.6.0; python_version < "3.8"
|
|
dirty-equals ==0.9.0; python_version >= "3.8"
|
|
jinja2 ==3.1.4
|
|
# Pin typing-extensions until Python 3.8 is deprecated or the issue with dirty-equals
|
|
# is fixed, maybe fixed after dropping Python 3.7 and upgrading dirty-equals
|
|
typing-extensions ==4.6.1; python_version < "3.8"
|
|
typing-extensions ==4.12.2; python_version >= "3.8"
|