From 65d435e15d0adc269e0146694704ad43823b6d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:32:01 +0000 Subject: [PATCH 1/2] Bump the pip group with 8 updates Bumps the pip group with 8 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` | | [boto3](https://github.com/boto/boto3) | `1.35.31` | `1.35.35` | | [botocore](https://github.com/boto/botocore) | `1.35.31` | `1.35.35` | | [dnspython](https://github.com/rthalley/dnspython) | `2.6.1` | `2.7.0` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.0` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.23.4` | `2.24.0` | | [rich](https://github.com/Textualize/rich) | `13.9.1` | `13.9.2` | | [starlette](https://github.com/encode/starlette) | `0.38.6` | `0.39.2` | Updates `black` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) Updates `boto3` from 1.35.31 to 1.35.35 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.31...1.35.35) Updates `botocore` from 1.35.31 to 1.35.35 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.35.31...1.35.35) Updates `dnspython` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.6.1...v2.7.0) Updates `markupsafe` from 2.1.5 to 3.0.0 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/2.1.5...3.0.0) Updates `pydantic-core` from 2.23.4 to 2.24.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.23.4...v2.24.0) Updates `rich` from 13.9.1 to 13.9.2 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.9.1...v13.9.2) Updates `starlette` from 0.38.6 to 0.39.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.38.6...0.39.2) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b71a261..e986331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ [project.optional-dependencies] code-analysis = [ - "black==24.8.0", + "black==24.10.0", "pylint==3.3.1", "object-storage-api[test]" ] diff --git a/requirements.txt b/requirements.txt index 71bda10..3925daa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ annotated-types==0.7.0 anyio==4.6.0 -boto3==1.35.31 -botocore==1.35.31 +boto3==1.35.35 +botocore==1.35.35 certifi==2024.8.30 cffi==1.17.1 click==8.1.7 cryptography==43.0.1 -dnspython==2.6.1 +dnspython==2.7.0 email_validator==2.2.0 fastapi==0.115.0 fastapi-cli==0.0.5 @@ -19,14 +19,14 @@ itsdangerous==2.2.0 Jinja2==3.1.4 jmespath==1.0.1 markdown-it-py==3.0.0 -MarkupSafe==2.1.5 +MarkupSafe==3.0.0 mdurl==0.1.2 orjson==3.10.7 pycparser==2.22 pydantic==2.9.2 pydantic-extra-types==2.9.0 pydantic-settings==2.5.2 -pydantic_core==2.23.4 +pydantic_core==2.24.0 Pygments==2.18.0 PyJWT==2.9.0 pymongo==4.10.1 @@ -34,12 +34,12 @@ python-dateutil==2.9.0.post0 python-dotenv==1.0.1 python-multipart==0.0.12 PyYAML==6.0.2 -rich==13.9.1 +rich==13.9.2 s3transfer==0.10.2 shellingham==1.5.4 six==1.16.0 sniffio==1.3.1 -starlette==0.38.6 +starlette==0.39.2 typer==0.12.5 typing_extensions==4.12.2 ujson==5.10.0 From ab9863ad4529eeebccf789dc3e0867e162a08238 Mon Sep 17 00:00:00 2001 From: Joel Davies Date: Mon, 14 Oct 2024 11:23:32 +0000 Subject: [PATCH 2/2] Revert incompatible updates --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3925daa..763025e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pycparser==2.22 pydantic==2.9.2 pydantic-extra-types==2.9.0 pydantic-settings==2.5.2 -pydantic_core==2.24.0 +pydantic-core==2.23.4 Pygments==2.18.0 PyJWT==2.9.0 pymongo==4.10.1 @@ -39,7 +39,7 @@ s3transfer==0.10.2 shellingham==1.5.4 six==1.16.0 sniffio==1.3.1 -starlette==0.39.2 +starlette==0.38.6 typer==0.12.5 typing_extensions==4.12.2 ujson==5.10.0