Compare commits

..

2 Commits

Author SHA1 Message Date
√(noham)²
d99a8ee3db Merge pull request #8 from NohamR/dependabot/uv/fastapi-0.139.2
Bump fastapi from 0.139.0 to 0.139.2
2026-07-21 18:00:20 +02:00
dependabot[bot]
cd1f1971c5 Bump fastapi from 0.139.0 to 0.139.2
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.139.0 to 0.139.2.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.139.0...0.139.2)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.139.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-20 03:25:30 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bs4>=0.0.2",
"fastapi>=0.139.0",
"fastapi>=0.139.2",
"feedgen>=1.0.0",
"requests>=2.34.2",
"schedule>=1.2.2",

8
uv.lock generated
View File

@@ -18,7 +18,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "bs4", specifier = ">=0.0.2" },
{ name = "fastapi", specifier = ">=0.139.0" },
{ name = "fastapi", specifier = ">=0.139.2" },
{ name = "feedgen", specifier = ">=1.0.0" },
{ name = "requests", specifier = ">=2.34.2" },
{ name = "schedule", specifier = ">=1.2.2" },
@@ -202,7 +202,7 @@ wheels = [
[[package]]
name = "fastapi"
version = "0.139.0"
version = "0.139.2"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "annotated-doc" },
@@ -211,9 +211,9 @@ dependencies = [
{ name = "typing-extensions" },
{ name = "typing-inspection" },
]
sdist = { url = "https://files.pythonhosted.org/packages/d3/af/a5f50ccfa659ec1802cb4ca842c23f06d906a8cc9aef6016a2caeea3d4ed/fastapi-0.139.0.tar.gz", hash = "sha256:99ab7b2d92223c76d6cf10757ab3f89d45b38267fc20b2a136cf02f6beac3145", size = 423016, upload-time = "2026-07-01T16:35:33.436Z" }
sdist = { url = "https://files.pythonhosted.org/packages/cd/95/d3f0ae10836324a2eab98a52b61210ac609f08200bf4bb0dc8132d32f78a/fastapi-0.139.2.tar.gz", hash = "sha256:333145a6891e9b5b3cfceb69baf817e8240cde4d4588ae5a10bf56ffacb6255e", size = 423428, upload-time = "2026-07-16T15:06:17.912Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/9e/7c/8e3c6ad324ea5cb36604fc3f968554887891c316d9dfde57761611d907ad/fastapi-0.139.0-py3-none-any.whl", hash = "sha256:cf15e1e9e667ddb0ad63811e60bd11390d1aac838ca4a7a23f421807b2308189", size = 130339, upload-time = "2026-07-01T16:35:32.19Z" },
{ url = "https://files.pythonhosted.org/packages/5f/c7/cb03251d9dfb177246a9809a76f189d21df32dbd4a845951881d11323b7f/fastapi-0.139.2-py3-none-any.whl", hash = "sha256:b9ad015a835173d59865e2f5d8296fbc2b317bf56a2ba1a5bfbdd03de2fd4b1c", size = 130234, upload-time = "2026-07-16T15:06:19.557Z" },
]
[[package]]