Skip to content

Commit a1f4921

Browse files
Bump the dependencies group with 5 updates
Bumps the dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.37.9` | `1.37.13` | | [attrs](https://github.com/sponsors/hynek) | `25.1.0` | `25.3.0` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.163.0` | `2.164.0` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.37.9` | `1.37.13` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.10` | `0.11.0` | Updates `boto3` from 1.37.9 to 1.37.13 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.37.9...1.37.13) Updates `attrs` from 25.1.0 to 25.3.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `google-api-python-client` from 2.163.0 to 2.164.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](googleapis/google-api-python-client@v2.163.0...v2.164.0) Updates `boto3-stubs` from 1.37.9 to 1.37.13 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.9.10 to 0.11.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.9.10...0.11.0) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google-api-python-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3-stubs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9742633 commit a1f4921

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements/base.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ django-storages==1.14.5
1616

1717
drf-jwt==1.19.2
1818

19-
boto3==1.37.9
20-
attrs==25.1.0
19+
boto3==1.37.13
20+
attrs==25.3.0
2121

2222
gunicorn==23.0.0
2323
sentry-sdk==2.22.0
2424

2525
requests==2.32.3
2626

27-
google-api-python-client==2.163.0
27+
google-api-python-client==2.164.0
2828
google-auth==2.38.0
2929
google-auth-httplib2==0.2.0
3030
google-auth-oauthlib==1.2.1

requirements/local.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mypy==1.15.0
1515

1616
django-stubs==5.1.3
1717
djangorestframework-stubs==3.15.3
18-
boto3-stubs==1.37.9
18+
boto3-stubs==1.37.13
1919

20-
ruff==0.9.10
20+
ruff==0.11.0
2121
pre-commit==4.1.0

0 commit comments

Comments
 (0)