From f42025e64fe0eae3b825e457728497a3af1c4991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 04:28:32 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 6 updates Bumps the pip group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/tiangolo/fastapi) | `0.109.0` | `0.109.1` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [starlette](https://github.com/encode/starlette) | `0.35.1` | `0.36.2` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.7` | `42.0.4` | | [ecdsa](https://github.com/tlsfuzzer/python-ecdsa) | `0.18.0` | `0.19.0` | | [python-multipart](https://github.com/andrew-d/python-multipart) | `0.0.6` | `0.0.7` | 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 `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) 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 `ecdsa` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases) - [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS) - [Commits](https://github.com/tlsfuzzer/python-ecdsa/compare/python-ecdsa-0.18.0...python-ecdsa-0.19.0) 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 - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: ecdsa dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8f93112..5686455 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 +ecdsa==0.19.0 +fastapi==0.109.1 filelock==3.13.1 flake8==7.0.0 gunicorn==20.1.0 @@ -18,7 +18,7 @@ h11==0.14.0 httpcore==1.0.2 httptools==0.6.1 httpx==0.26.0 -idna==3.6 +idna==3.7 iniconfig==2.0.0 isort==5.13.2 Jinja2==3.1.3 @@ -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