From 61af27c528ce705f4f07d2431b43e22a32259c9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:30:15 +0000 Subject: [PATCH] Bump the pip group across 1 directories with 4 updates Bumps the pip group with 4 updates in the /. directory: [fastapi](https://github.com/tiangolo/fastapi), [starlette](https://github.com/encode/starlette), [cryptography](https://github.com/pyca/cryptography) and [python-multipart](https://github.com/andrew-d/python-multipart). Updates `fastapi` from 0.109.0 to 0.109.1 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.109.0...0.109.1) Updates `starlette` from 0.35.1 to 0.36.2 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.35.1...0.36.2) Updates `cryptography` from 41.0.7 to 42.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.4) Updates `python-multipart` from 0.0.6 to 0.0.7 - [Release notes](https://github.com/andrew-d/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](https://github.com/andrew-d/python-multipart/compare/0.0.6...0.0.7) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production dependency-group: pip-security-group - dependency-name: starlette dependency-type: direct:production dependency-group: pip-security-group - dependency-name: cryptography dependency-type: direct:production dependency-group: pip-security-group - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8f93112..82e6edc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,11 @@ bcrypt==4.1.2 certifi==2023.11.17 cffi==1.16.0 click==8.1.7 -cryptography==41.0.7 +cryptography==42.0.4 dill==0.3.7 distlib==0.3.8 ecdsa==0.18.0 -fastapi==0.109.0 +fastapi==0.109.1 filelock==3.13.1 flake8==7.0.0 gunicorn==20.1.0 @@ -42,14 +42,14 @@ pytest-html==4.1.1 pytest-metadata==3.0.0 python-dotenv==1.0.0 python-jose==3.3.0 -python-multipart==0.0.6 +python-multipart==0.0.7 PyYAML==6.0.1 rsa==4.9 setuptools==69.0.3 six==1.16.0 sniffio==1.3.0 SQLAlchemy==2.0.25 -starlette==0.35.1 +starlette==0.36.2 tomlkit==0.12.3 typing_extensions==4.9.0 uvicorn==0.25.0