Skip to content

Commit c25afb1

Browse files
Bump the dependencies group with 7 updates
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.36.2` | `1.36.6` | | [attrs](https://github.com/sponsors/hynek) | `24.3.0` | `25.1.0` | | [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.37.0` | `2.38.0` | | [faker](https://github.com/joke2k/faker) | `33.3.1` | `35.0.0` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.36.2` | `1.36.6` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.2` | `0.9.3` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.1` | `4.1.0` | Updates `boto3` from 1.36.2 to 1.36.6 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.36.2...1.36.6) Updates `attrs` from 24.3.0 to 25.1.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `google-auth` from 2.37.0 to 2.38.0 - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](googleapis/google-auth-library-python@v2.37.0...v2.38.0) Updates `faker` from 33.3.1 to 35.0.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v33.3.1...v35.0.0) Updates `boto3-stubs` from 1.36.2 to 1.36.6 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.9.2 to 0.9.3 - [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.2...0.9.3) Updates `pre-commit` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.0.1...v4.1.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-major dependency-group: dependencies - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-major 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-patch dependency-group: dependencies - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f3dc197 commit c25afb1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements/base.txt

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

1717
drf-jwt==1.19.2
1818

19-
boto3==1.36.2
20-
attrs==24.3.0
19+
boto3==1.36.6
20+
attrs==25.1.0
2121

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

2525
requests==2.32.3
2626

2727
google-api-python-client==2.159.0
28-
google-auth==2.37.0
28+
google-auth==2.38.0
2929
google-auth-httplib2==0.2.0
3030
google-auth-oauthlib==1.2.1
3131

requirements/local.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest==8.3.4
44
pytest-django==4.9.0
55

66
factory-boy==3.3.1
7-
Faker==33.3.1
7+
Faker==35.0.0
88

99
ipdb==0.13.13
1010
ipython==8.31.0
@@ -15,7 +15,7 @@ mypy==1.14.1
1515

1616
django-stubs==5.1.2
1717
djangorestframework-stubs==3.15.2
18-
boto3-stubs==1.36.2
18+
boto3-stubs==1.36.6
1919

20-
ruff==0.9.2
21-
pre-commit==4.0.1
20+
ruff==0.9.3
21+
pre-commit==4.1.0

0 commit comments

Comments
 (0)