From 412ec014701790125198a3990878119d5e05cbca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 12:38:19 +0200 Subject: [PATCH] chore(deps-backend)(deps): bump the minor-and-patch group across 1 directory with 4 updates (#127) Bumps the minor-and-patch group with 4 updates in the /backend directory: [fastapi](https://github.com/fastapi/fastapi), [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [slowapi](https://github.com/laurents/slowapi) and [coverage](https://github.com/coveragepy/coveragepy). Updates `fastapi` from 0.138.0 to 0.139.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.138.0...0.139.0) Updates `beautifulsoup4` from 4.14.0 to 4.15.0 Updates `slowapi` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/laurents/slowapi/releases) - [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md) - [Commits](https://github.com/laurents/slowapi/compare/v0.1.9...v0.1.10) 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.139.0 dependency-type: direct:production update-type: version-update:semver-minor 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: slowapi dependency-version: 0.1.10 dependency-type: direct:production update-type: version-update:semver-patch 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 99d4af6..ecb825a 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.139.0 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: @@ -38,13 +38,13 @@ aiosqlite==0.22.1 # Security / sanitization bleach==6.4.0 tinycss2>=1.3.0 -slowapi==0.1.9 +slowapi==0.1.10 # Dev & test 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