Skip to content

Commit 5060c99

Browse files
MESH-2092 Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [fastapi](https://github.com/fastapi/fastapi), [gunicorn](https://github.com/benoitc/gunicorn) and [starlette](https://github.com/Kludex/starlette). Updates `fastapi` from 0.128.1 to 0.128.5 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.128.1...0.128.5) Updates `gunicorn` from 25.0.1 to 25.0.3 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@25.0.1...25.0.3) Updates `starlette` from 0.50.0 to 0.52.1 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.50.0...0.52.1) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.128.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: gunicorn dependency-version: 25.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: starlette dependency-version: 0.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a9161c commit 5060c99

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

poetry.lock

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python = ">=3.11,<3.14.0"
1616
types-python-dateutil = "^2.8.9"
1717
python-dateutil = "^2.8.2"
1818
cryptography = ">=44.0.1,<47"
19-
fastapi = "0.128.1"
19+
fastapi = "0.128.5"
2020
gunicorn = ">=21.2,<26.0"
2121
uvicorn = ">=0.23.2,<0.41.0"
2222
mesh-client = ">=4.0.1,<6.0.0"

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ cryptography==46.0.4 ; python_version >= "3.11" and python_full_version < "3.14.
268268
fastapi==0.128.1 ; python_version >= "3.11" and python_full_version < "3.14.0" \
269269
--hash=sha256:ce5be4fa26d4ce6f54debcc873d1fb8e0e248f5c48d7502ba6c61457ab2dc766 \
270270
--hash=sha256:ee82146bbf91ea5bbf2bb8629e4c6e056c4fbd997ea6068501b11b15260b50fb
271-
gunicorn==25.0.1 ; python_version >= "3.11" and python_full_version < "3.14.0" \
272-
--hash=sha256:23cbe968c6ae3c8efc3d118c8353fa0763efc2102d89d0d3cea696cede7ff6b1 \
273-
--hash=sha256:573e053aa950246e307ea908bd7ddce1870d41a40aec0c935938c586f0b9b946
271+
gunicorn==25.0.3 ; python_version >= "3.11" and python_full_version < "3.14.0" \
272+
--hash=sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35 \
273+
--hash=sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d
274274
h11==0.16.0 ; python_version >= "3.11" and python_full_version < "3.14.0" \
275275
--hash=sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1 \
276276
--hash=sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86
@@ -510,9 +510,9 @@ requests==2.32.5 ; python_version >= "3.11" and python_full_version < "3.14.0" \
510510
six==1.17.0 ; python_version >= "3.11" and python_full_version < "3.14.0" \
511511
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
512512
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
513-
starlette==0.50.0 ; python_version >= "3.11" and python_full_version < "3.14.0" \
514-
--hash=sha256:9e5391843ec9b6e472eed1365a78c8098cfceb7a74bfd4d6b1c0c0095efb3bca \
515-
--hash=sha256:a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe598fa3ca
513+
starlette==0.52.1 ; python_version >= "3.11" and python_full_version < "3.14.0" \
514+
--hash=sha256:0029d43eb3d273bc4f83a08720b4912ea4b071087a3b48db01b7c839f7954d74 \
515+
--hash=sha256:834edd1b0a23167694292e94f597773bc3f89f362be6effee198165a35d62933
516516
types-python-dateutil==2.9.0.20260124 ; python_version >= "3.11" and python_full_version < "3.14.0" \
517517
--hash=sha256:7d2db9f860820c30e5b8152bfe78dbdf795f7d1c6176057424e8b3fdd1f581af \
518518
--hash=sha256:f802977ae08bf2260142e7ca1ab9d4403772a254409f7bbdf652229997124951

0 commit comments

Comments
 (0)