mirror of
https://github.com/furyhawk/listen.git
synced 2026-07-21 08:55:34 +00:00
Bumps the all-dependencies group with 12 updates: | Package | From | To | | --- | --- | --- | | [bcrypt](https://github.com/pyca/bcrypt) | `4.2.1` | `4.3.0` | | [fastapi](https://github.com/fastapi/fastapi) | `0.115.8` | `0.115.10` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.7.1` | `2.8.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.37` | `2.0.38` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.4` | `0.9.9` | | [identify](https://github.com/pre-commit/identify) | `2.6.6` | `2.6.8` | | [mako](https://github.com/sqlalchemy/mako) | `1.3.8` | `1.3.9` | | [starlette](https://github.com/encode/starlette) | `0.45.3` | `0.46.0` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.29.1` | `20.29.2` | | [websockets](https://github.com/python-websockets/websockets) | `14.2` | `15.0` | Updates `bcrypt` from 4.2.1 to 4.3.0 - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.1...4.3.0) Updates `fastapi` from 0.115.8 to 0.115.10 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.115.8...0.115.10) Updates `pydantic-settings` from 2.7.1 to 2.8.1 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.7.1...v2.8.1) Updates `sqlalchemy` from 2.0.37 to 2.0.38 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `coverage` from 7.6.10 to 7.6.12 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.10...7.6.12) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) Updates `ruff` from 0.9.4 to 0.9.9 - [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.9.4...0.9.9) Updates `identify` from 2.6.6 to 2.6.8 - [Commits](https://github.com/pre-commit/identify/compare/v2.6.6...v2.6.8) Updates `mako` from 1.3.8 to 1.3.9 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `starlette` from 0.45.3 to 0.46.0 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.45.3...0.46.0) Updates `virtualenv` from 20.29.1 to 20.29.2 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.29.1...20.29.2) Updates `websockets` from 14.2 to 15.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/14.2...15.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mako dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: starlette dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: websockets dependency-type: indirect update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
59 lines
1.4 KiB
TOML
59 lines
1.4 KiB
TOML
[tool.poetry]
|
|
authors = ["admin <admin@example.com>"]
|
|
description = "FastAPI project generated using minimal-fastapi-postgres-template."
|
|
name = "app"
|
|
version = "0.1.0-alpha"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.13"
|
|
|
|
alembic = "^1.14.0"
|
|
asyncpg = "^0.30.0"
|
|
bcrypt = "^4.3.0"
|
|
fastapi = "^0.115.10"
|
|
pydantic = { extras = ["dotenv", "email"], version = "^2.10.6" }
|
|
pydantic-settings = "^2.8.1"
|
|
pyjwt = "^2.10.1"
|
|
python-multipart = "^0.0.20"
|
|
sqlalchemy = {extras = ["asyncio"], version = "^2.0.38"}
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
coverage = "^7.6.12"
|
|
freezegun = "^1.5.1"
|
|
greenlet = "^3.1.1"
|
|
httpx = "^0.28.1"
|
|
mypy = "^1.15.0"
|
|
pre-commit = "^4.0.1"
|
|
pytest = "^8.3.4"
|
|
pytest-asyncio = "^0.25.0"
|
|
pytest-cov = "^6.0.0"
|
|
pytest-xdist = "^3.6.1"
|
|
ruff = "^0.9.9"
|
|
uvicorn = { extras = ["standard"], version = "^0.34.0" }
|
|
|
|
[build-system]
|
|
build-backend = "poetry.core.masonry.api"
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = "-vv -n auto --cov --cov-report xml --cov-report term-missing --cov-fail-under=92"
|
|
asyncio_default_fixture_loop_scope = "session"
|
|
asyncio_mode = "auto"
|
|
testpaths = ["app/tests"]
|
|
|
|
[tool.coverage.run]
|
|
concurrency = ["greenlet"]
|
|
omit = ["app/tests/*"]
|
|
source = ["app"]
|
|
|
|
[tool.mypy]
|
|
python_version = "3.13"
|
|
strict = true
|
|
|
|
[tool.ruff]
|
|
target-version = "py313"
|
|
|
|
[tool.ruff.lint]
|
|
# pycodestyle, pyflakes, isort, pylint, pyupgrade
|
|
ignore = ["E501"]
|
|
select = ["E", "F", "I", "PL", "UP", "W"] |