Skip to content

Commit 0cbdac8

Browse files
Bump the dependencies group with 9 updates
Bumps the dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [django-filter](https://github.com/carltongibson/django-filter) | `24.3` | `25.1` | | [django-storages](https://github.com/jschneier/django-storages) | `1.14.4` | `1.14.5` | | [boto3](https://github.com/boto/boto3) | `1.36.16` | `1.36.21` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.20.0` | `2.21.0` | | [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.160.0` | `2.161.0` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.9.0` | `4.10.0` | | [faker](https://github.com/joke2k/faker) | `35.2.0` | `36.1.1` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.36.16` | `1.36.21` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.5` | `0.9.6` | Updates `django-filter` from 24.3 to 25.1 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](carltongibson/django-filter@24.3...25.1) Updates `django-storages` from 1.14.4 to 1.14.5 - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](jschneier/django-storages@1.14.4...1.14.5) Updates `boto3` from 1.36.16 to 1.36.21 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.36.16...1.36.21) Updates `sentry-sdk` from 2.20.0 to 2.21.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.20.0...2.21.0) Updates `google-api-python-client` from 2.160.0 to 2.161.0 - [Release notes](https://github.com/googleapis/google-api-python-client/releases) - [Commits](googleapis/google-api-python-client@v2.160.0...v2.161.0) Updates `pytest-django` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](pytest-dev/pytest-django@v4.9.0...v4.10.0) Updates `faker` from 35.2.0 to 36.1.1 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v35.2.0...v36.1.1) Updates `boto3-stubs` from 1.36.16 to 1.36.21 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.9.5 to 0.9.6 - [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.5...0.9.6) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: django-storages dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk 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: pytest-django 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61a8094 commit 0cbdac8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements/base.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ django-celery-beat==2.7.0
99

1010
whitenoise==6.9.0
1111

12-
django-filter==24.3
12+
django-filter==25.1
1313
django-extensions==3.2.3
1414
django-cors-headers==4.7.0
15-
django-storages==1.14.4
15+
django-storages==1.14.5
1616

1717
drf-jwt==1.19.2
1818

19-
boto3==1.36.16
19+
boto3==1.36.21
2020
attrs==25.1.0
2121

2222
gunicorn==23.0.0
23-
sentry-sdk==2.20.0
23+
sentry-sdk==2.21.0
2424

2525
requests==2.32.3
2626

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

requirements/local.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-r base.txt
22

33
pytest==8.3.4
4-
pytest-django==4.9.0
4+
pytest-django==4.10.0
55

66
factory-boy==3.3.3
7-
Faker==35.2.0
7+
Faker==36.1.1
88

99
ipdb==0.13.13
1010
ipython==8.32.0
@@ -15,7 +15,7 @@ mypy==1.15.0
1515

1616
django-stubs==5.1.3
1717
djangorestframework-stubs==3.15.2
18-
boto3-stubs==1.36.16
18+
boto3-stubs==1.36.21
1919

20-
ruff==0.9.5
20+
ruff==0.9.6
2121
pre-commit==4.1.0

0 commit comments

Comments
 (0)