From 6ef4e0ca2c7c0be03d4e900725c36bc031ffa1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:37:00 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 19 updates Bumps the pip group with 19 updates in the /machine_learning_core/multiflow/deps directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.8.4` | `3.9.4` | | [certifi](https://github.com/certifi/python-certifi) | `2022.12.7` | `2024.7.4` | | [fastapi](https://github.com/tiangolo/fastapi) | `0.99.1` | `0.109.1` | | [fonttools](https://github.com/fonttools/fonttools) | `4.39.3` | `4.43.0` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.31` | `3.1.41` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.4` | | [lightning](https://github.com/Lightning-AI/lightning) | `2.0.4` | `2.3.2` | | [pillow](https://github.com/python-pillow/Pillow) | `9.5.0` | `10.3.0` | | [pyarrow](https://github.com/apache/arrow) | `13.0.0` | `14.0.1` | | [pydantic](https://github.com/pydantic/pydantic) | `1.10.7` | `1.10.13` | | [python-multipart](https://github.com/andrew-d/python-multipart) | `0.0.6` | `0.0.7` | | [requests](https://github.com/psf/requests) | `2.28.2` | `2.32.2` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.2.2` | `1.5.0` | | [starlette](https://github.com/encode/starlette) | `0.27.0` | `0.36.2` | | [tqdm](https://github.com/tqdm/tqdm) | `4.65.0` | `4.66.3` | | [transformers](https://github.com/huggingface/transformers) | `4.31.0` | `4.38.0` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.15` | `1.26.19` | | [zipp](https://github.com/jaraco/zipp) | `3.15.0` | `3.19.1` | Updates `aiohttp` from 3.8.4 to 3.9.4 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.9.4) Updates `certifi` from 2022.12.7 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2024.07.04) Updates `fastapi` from 0.99.1 to 0.109.1 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.99.1...0.109.1) Updates `fonttools` from 4.39.3 to 4.43.0 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.39.3...4.43.0) Updates `gitpython` from 3.1.31 to 3.1.41 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.31...3.1.41) Updates `idna` from 3.4 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.4...v3.7) Updates `jinja2` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.4) Updates `lightning` from 2.0.4 to 2.3.2 - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](https://github.com/Lightning-AI/lightning/compare/2.0.4...2.3.2) Updates `pillow` from 9.5.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.5.0...10.3.0) Updates `pyarrow` from 13.0.0 to 14.0.1 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/r-13.0.0...go/v14.0.1) Updates `pydantic` from 1.10.7 to 1.10.13 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.13) 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) Updates `requests` from 2.28.2 to 2.32.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.28.2...v2.32.2) Updates `scikit-learn` from 1.2.2 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.2.2...1.5.0) Updates `starlette` from 0.27.0 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.27.0...0.36.2) Updates `tqdm` from 4.65.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.3) Updates `transformers` from 4.31.0 to 4.38.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.31.0...v4.38.0) Updates `urllib3` from 1.26.15 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.15...1.26.19) Updates `zipp` from 3.15.0 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.15.0...v3.19.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: fastapi dependency-type: direct:production dependency-group: pip - dependency-name: fonttools dependency-type: direct:production dependency-group: pip - dependency-name: gitpython dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: lightning dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: pyarrow dependency-type: direct:production dependency-group: pip - dependency-name: pydantic dependency-type: direct:production dependency-group: pip - dependency-name: python-multipart dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: starlette dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: zipp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../multiflow/deps/requirements.txt | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/machine_learning_core/multiflow/deps/requirements.txt b/machine_learning_core/multiflow/deps/requirements.txt index 6b916d64..545e94d6 100644 --- a/machine_learning_core/multiflow/deps/requirements.txt +++ b/machine_learning_core/multiflow/deps/requirements.txt @@ -1,5 +1,5 @@ accelerate==0.24.0 -aiohttp==3.8.4 +aiohttp==3.9.4 aiosignal==1.3.1 albumentations==1.3.0 anyio==3.6.2 @@ -12,7 +12,7 @@ backcall==0.2.0 beautifulsoup4==4.12.2 blessed==1.20.0 braceexpand==0.1.7 -certifi==2022.12.7 +certifi==2024.7.4 charset-normalizer==3.1.0 click==8.1.3 cmake==3.26.3 @@ -30,18 +30,18 @@ docker-pycreds==0.4.0 executing==1.2.0 ExifRead-nocycle==3.0.1 fairscale==0.4.13 -fastapi==0.99.1 +fastapi==0.109.1 filelock==3.12.0 fire==0.4.0 -fonttools==4.39.3 +fonttools==4.43.0 frozenlist==1.3.3 fsspec==2022.11.0 gitdb==4.0.10 -GitPython==3.1.31 +GitPython==3.1.41 h11==0.14.0 hjson==3.1.0 huggingface-hub==0.16.4 -idna==3.4 +idna==3.7 ImageHash==4.3.1 imageio==2.27.0 importlib-resources==5.12.0 @@ -49,11 +49,11 @@ inquirer==3.1.3 ipython==8.14.0 itsdangerous==2.1.2 jedi==0.19.0 -Jinja2==3.1.2 +Jinja2==3.1.4 joblib==1.2.0 kiwisolver==1.4.4 lazy_loader==0.2 -lightning==2.0.4 +lightning==2.3.2 lightning-cloud==0.5.34 lightning-utilities==0.8.0 lit==16.0.1 @@ -92,7 +92,7 @@ parso==0.8.3 pathtools==0.1.2 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==9.5.0 +Pillow==10.3.0 progressbar2==4.2.0 promise==2.3 prompt-toolkit==3.0.39 @@ -101,16 +101,16 @@ psutil==5.9.5 ptyprocess==0.7.0 pure-eval==0.2.2 py-cpuinfo==9.0.0 -pyarrow==13.0.0 +pyarrow==14.0.1 pycocoevalcap==1.2 pycocotools==2.0.6 -pydantic==1.10.7 +pydantic==1.10.13 Pygments==2.15.1 PyJWT==2.6.0 pyparsing==3.0.9 python-dateutil==2.8.2 python-editor==1.0.4 -python-multipart==0.0.6 +python-multipart==0.0.7 python-utils==3.5.2 pytorch-lightning==2.0.2 pytz==2023.3 @@ -119,7 +119,7 @@ PyYAML==6.0 qudida==0.0.4 readchar==4.0.5 regex==2023.3.23 -requests==2.28.2 +requests==2.32.2 responses==0.18.0 rich==13.3.5 ruamel.yaml==0.17.21 @@ -128,7 +128,7 @@ sacremoses==0.0.53 safetensors==0.3.1 SciencePlots==2.1.0 scikit-image==0.20.0 -scikit-learn==1.2.2 +scikit-learn==1.5.0 scipy==1.9.1 seaborn==0.12.2 sentry-sdk==1.20.0 @@ -139,7 +139,7 @@ smmap==5.0.0 sniffio==1.3.0 soupsieve==2.4.1 stack-data==0.6.2 -starlette==0.27.0 +starlette==0.36.2 starsessions==1.3.0 sympy==1.11.1 termcolor==2.3.0 @@ -151,13 +151,13 @@ toma==1.1.0 torch==2.0.0 torchmetrics==0.11.4 torchvision==0.15.1 -tqdm==4.65.0 +tqdm==4.66.3 traitlets==5.9.0 -transformers==4.31.0 +transformers==4.38.0 triton==2.0.0 typing_extensions==4.5.0 tzdata==2023.3 -urllib3==1.26.15 +urllib3==1.26.19 uvicorn==0.22.0 wandb==0.12.21 wcwidth==0.2.6 @@ -166,4 +166,4 @@ websocket-client==1.5.1 websockets==11.0.2 xxhash==3.2.0 yarl==1.8.2 -zipp==3.15.0 \ No newline at end of file +zipp==3.19.1 \ No newline at end of file