From e60ea1a60ae279e3bc572740aa2e4ba0b16ab610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:08:02 +0000 Subject: [PATCH] chore(deps-backend)(deps): bump the minor-and-patch group Bumps the minor-and-patch group in /backend with 3 updates: [fastapi](https://github.com/fastapi/fastapi), [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) and [coverage](https://github.com/coveragepy/coveragepy). Updates `fastapi` from 0.138.0 to 0.138.2 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.0...0.138.2) Updates `beautifulsoup4` from 4.14.0 to 4.15.0 Updates `coverage` from 7.6.1 to 7.14.3 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.6.1...7.14.3) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.138.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: coverage dependency-version: 7.14.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a68960e..d02e400 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ # Versioni pinnate per riproducibilità # Web framework -fastapi==0.138.0 +fastapi==0.138.2 pydantic==2.13.4 pydantic-settings==2.14.2 uvicorn[standard]==0.49.0 @@ -12,7 +12,7 @@ python-multipart==0.0.32 # Email parsing mail-parser==4.4.0 python-oxmsg==0.0.2 -beautifulsoup4==4.14.0 +beautifulsoup4==4.15.0 # Optional: RTF decompression for legacy .msg files (Outlook <2010) # Uncomment if you receive email from Outlook 97-2003 with RTF-only body: @@ -43,7 +43,7 @@ tinycss2>=1.3.0 pytest==9.1.1 pytest-asyncio==1.4.0 httpx==0.28.1 -coverage==7.6.1 +coverage==7.14.3 # Language detection langdetect==1.0.9