Files
AFP-RSS/pyproject.toml
dependabot[bot] 8c2f31814e Bump uvicorn from 0.48.0 to 0.49.0
Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.48.0 to 0.49.0.
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](https://github.com/Kludex/uvicorn/compare/0.48.0...0.49.0)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-08 03:24:59 +00:00

15 lines
288 B
TOML

[project]
name = "afp-rss"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bs4>=0.0.2",
"fastapi>=0.136.3",
"feedgen>=1.0.0",
"requests>=2.34.2",
"schedule>=1.2.2",
"uvicorn>=0.49.0",
]