From 28d5fdfb43967db40566270fc244bc5e159ddea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 18:15:36 +0000 Subject: [PATCH] deps(deps): bump the all-dependencies group with 8 updates Bumps the all-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.37.28` | `1.43.14` | | [click](https://github.com/pallets/click) | `8.1.7` | `8.4.1` | | [fastapi](https://github.com/fastapi/fastapi) | `0.109.2` | `0.136.3` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.2` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.34.2` | | ruamel-yaml | `0.18.16` | `0.19.1` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.32.1` | `0.48.0` | Updates `boto3` from 1.37.28 to 1.43.14 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.37.28...1.43.14) Updates `click` from 8.1.7 to 8.4.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.7...8.4.1) Updates `fastapi` from 0.109.2 to 0.136.3 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.109.2...0.136.3) Updates `python-dotenv` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.2) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) Updates `requests` from 2.32.5 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.34.2) Updates `ruamel-yaml` from 0.18.16 to 0.19.1 Updates `uvicorn` from 0.32.1 to 0.48.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.32.1...0.48.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.14 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: click dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: fastapi dependency-version: 0.136.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: ruamel-yaml dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uvicorn dependency-version: 0.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index 9f3200f..a9634de 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,12 +1,12 @@ -boto3==1.37.28 -click==8.1.7 -fastapi==0.109.2 +boto3==1.43.14 +click==8.4.1 +fastapi==0.136.3 github-webhooks-framework2==0.2.2 ipwhois==1.3.0 jinja2-cli==0.8.2 netifaces==0.11.0 -python-dotenv==1.0.1 -PyYAML==6.0.2 -requests==2.32.5 -ruamel.yaml==0.18.16 -uvicorn==0.32.1 +python-dotenv==1.2.2 +PyYAML==6.0.3 +requests==2.34.2 +ruamel.yaml==0.19.1 +uvicorn==0.48.0