Compare commits

...

6 Commits

Author SHA1 Message Date
√(noham)²
87f4329279 Merge pull request #5 from NohamR/dependabot/uv/fastapi-0.139.0
Bump fastapi from 0.138.1 to 0.139.0
2026-07-06 11:35:51 +02:00
√(noham)²
9e794e12b3 Merge pull request #6 from NohamR/dependabot/uv/uvicorn-0.50.0
Bump uvicorn from 0.49.0 to 0.50.0
2026-07-06 11:35:40 +02:00
dependabot[bot]
4b66d8b03d Bump uvicorn from 0.49.0 to 0.50.0
Bumps [uvicorn](https://github.com/Kludex/uvicorn) from 0.49.0 to 0.50.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.49.0...0.50.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-06 03:25:05 +00:00
dependabot[bot]
5bd5018116 Bump fastapi from 0.138.1 to 0.139.0
Bumps [fastapi](https://github.com/fastapi/fastapi) from 0.138.1 to 0.139.0.
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](https://github.com/fastapi/fastapi/compare/0.138.1...0.139.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.139.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-06 03:24:59 +00:00
√(noham)²
4c4b640dd9 Merge branch 'main' of https://github.com/NohamR/AFP-RSS 2026-06-30 00:37:56 +02:00
√(noham)²
ba7d62196a Update pyproject.toml 2026-06-30 00:37:29 +02:00
2 changed files with 13 additions and 13 deletions

View File

@@ -1,14 +1,14 @@
[project]
name = "afp-rss"
version = "0.1.0"
description = "Add your description here"
version = "1.0"
description = "AFP news feed from Mediapart"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bs4>=0.0.2",
"fastapi>=0.138.1",
"fastapi>=0.139.0",
"feedgen>=1.0.0",
"requests>=2.34.2",
"schedule>=1.2.2",
"uvicorn>=0.49.0",
"uvicorn>=0.50.0",
]

18
uv.lock generated
View File

@@ -4,7 +4,7 @@ requires-python = ">=3.11"
[[package]]
name = "afp-rss"
version = "0.1.0"
version = "1.0"
source = { virtual = "." }
dependencies = [
{ name = "bs4" },
@@ -18,11 +18,11 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "bs4", specifier = ">=0.0.2" },
{ name = "fastapi", specifier = ">=0.138.1" },
{ name = "fastapi", specifier = ">=0.139.0" },
{ name = "feedgen", specifier = ">=1.0.0" },
{ name = "requests", specifier = ">=2.34.2" },
{ name = "schedule", specifier = ">=1.2.2" },
{ name = "uvicorn", specifier = ">=0.49.0" },
{ name = "uvicorn", specifier = ">=0.50.0" },
]
[[package]]
@@ -202,7 +202,7 @@ wheels = [
[[package]]
name = "fastapi"
version = "0.138.1"
version = "0.139.0"
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/8a/c9/5e8defe249899c0dc900643695fc07829a67fc88b4ff2cdb03fcbdbf5a4b/fastapi-0.138.1.tar.gz", hash = "sha256:96e3702dce09ee0dce48856135620d3d865ca684a79fe7513fd7b13a12f82862", size = 419646, upload-time = "2026-06-25T15:40:42.115Z" }
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" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/38/a9/69a6924f645eb4dd8cd625bf255b3625990eb3e14e073438a53c405dcd3e/fastapi-0.138.1-py3-none-any.whl", hash = "sha256:b994cae7ba8b82c976a728b544244de31333fa5f7d261f9a1dffe526444cae23", size = 129182, upload-time = "2026-06-25T15:40:40.771Z" },
{ 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" },
]
[[package]]
@@ -562,13 +562,13 @@ wheels = [
[[package]]
name = "uvicorn"
version = "0.49.0"
version = "0.50.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "click" },
{ name = "h11" },
]
sdist = { url = "https://files.pythonhosted.org/packages/c4/1f/fa18009dea8469069cca78a4e877a008ab78f08b064bfc9ab891579077ff/uvicorn-0.49.0.tar.gz", hash = "sha256:ebf4271aa580d9de97f93192d4595176df6e91f9aae919ca73e4fc07df1e66a3", size = 91284, upload-time = "2026-06-03T22:01:30.448Z" }
sdist = { url = "https://files.pythonhosted.org/packages/2e/41/06cce5dbb9f77591512957710ac709e60b12e6216a2f2d0d607fd49706e8/uvicorn-0.50.0.tar.gz", hash = "sha256:0c92e1bc2259cb7faa4fcef774a5966588f2e88542744550b66799fba10b76f1", size = 93257, upload-time = "2026-07-04T05:03:26.33Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/88/fa/e1388bbcf24ef3274f45c0c1c7b501fd14971037c1b6ee23610553307497/uvicorn-0.49.0-py3-none-any.whl", hash = "sha256:ba3d14c3ee7e41c6c654c46c9eb489d33213cdd30aa1696eab1374337c13f68f", size = 71376, upload-time = "2026-06-03T22:01:29.037Z" },
{ url = "https://files.pythonhosted.org/packages/a0/3a/eb70620ca2bf8213603d5c731460687c49fee38b0072f0b4a637781f0a53/uvicorn-0.50.0-py3-none-any.whl", hash = "sha256:05f0eb19edf38208f79f43df8a63081b48df31b0cd1e5997be957a4dc97d1b19", size = 72716, upload-time = "2026-07-04T05:03:24.848Z" },
]