Skip to content

Commit 7bb220c

Browse files
Bump the dependencies group with 12 updates
Bumps the dependencies group with 12 updates: | Package | From | To | | --- | --- | --- | | [django](https://github.com/django/django) | `5.2.6` | `5.2.7` | | [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.10` | `2.9.11` | | [django-filter](https://github.com/carltongibson/django-filter) | `25.1` | `25.2` | | [boto3](https://github.com/boto/boto3) | `1.40.45` | `1.40.50` | | [attrs](https://github.com/sponsors/hynek) | `25.3.0` | `25.4.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.39.0` | `2.41.0` | | [faker](https://github.com/joke2k/faker) | `37.8.0` | `37.11.0` | | [ipython](https://github.com/ipython/ipython) | `9.5.0` | `9.6.0` | | [django-stubs](https://github.com/sponsors/typeddjango) | `5.2.5` | `5.2.7` | | [djangorestframework-stubs](https://github.com/sponsors/typeddjango) | `3.16.3` | `3.16.4` | | [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.40.45` | `1.40.50` | | [ruff](https://github.com/astral-sh/ruff) | `0.13.3` | `0.14.0` | Updates `django` from 5.2.6 to 5.2.7 - [Commits](django/django@5.2.6...5.2.7) Updates `psycopg2` from 2.9.10 to 2.9.11 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.10...2.9.11) Updates `django-filter` from 25.1 to 25.2 - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](carltongibson/django-filter@25.1...25.2) Updates `boto3` from 1.40.45 to 1.40.50 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.40.45...1.40.50) Updates `attrs` from 25.3.0 to 25.4.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `sentry-sdk` from 2.39.0 to 2.41.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.39.0...2.41.0) Updates `faker` from 37.8.0 to 37.11.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.8.0...v37.11.0) Updates `ipython` from 9.5.0 to 9.6.0 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@9.5.0...9.6.0) Updates `django-stubs` from 5.2.5 to 5.2.7 - [Commits](https://github.com/sponsors/typeddjango/commits) Updates `djangorestframework-stubs` from 3.16.3 to 3.16.4 - [Commits](https://github.com/sponsors/typeddjango/commits) Updates `boto3-stubs` from 1.40.45 to 1.40.50 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `ruff` from 0.13.3 to 0.14.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.13.3...0.14.0) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: psycopg2 dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: django-filter dependency-version: '25.2' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3 dependency-version: 1.40.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: attrs dependency-version: 25.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: sentry-sdk dependency-version: 2.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: faker dependency-version: 37.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ipython dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: django-stubs dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: djangorestframework-stubs dependency-version: 3.16.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3-stubs dependency-version: 1.40.50 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5c0d81 commit 7bb220c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

requirements/base.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Django==5.2.6
1+
Django==5.2.7
22
django-environ==0.12.0
3-
psycopg2==2.9.10
3+
psycopg2==2.9.11
44
djangorestframework==3.16.1
55

66
celery==5.5.3
@@ -9,18 +9,18 @@ django-celery-beat==2.8.1
99

1010
whitenoise==6.11.0
1111

12-
django-filter==25.1
12+
django-filter==25.2
1313
django-extensions==4.1
1414
django-cors-headers==4.9.0
1515
django-storages==1.14.6
1616

1717
drf-jwt==1.19.2
1818

19-
boto3==1.40.45
20-
attrs==25.3.0
19+
boto3==1.40.50
20+
attrs==25.4.0
2121

2222
gunicorn==23.0.0
23-
sentry-sdk==2.39.0
23+
sentry-sdk==2.41.0
2424

2525
requests==2.32.5
2626

requirements/local.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ pytest==8.4.2
44
pytest-django==4.11.1
55

66
factory-boy==3.3.3
7-
Faker==37.8.0
7+
Faker==37.11.0
88

99
ipdb==0.13.13
10-
ipython==9.5.0
10+
ipython==9.6.0
1111

1212
django-debug-toolbar==6.0.0
1313

1414
mypy==1.18.2
1515

16-
django-stubs==5.2.5
17-
djangorestframework-stubs==3.16.3
18-
boto3-stubs==1.40.45
16+
django-stubs==5.2.7
17+
djangorestframework-stubs==3.16.4
18+
boto3-stubs==1.40.50
1919

20-
ruff==0.13.3
20+
ruff==0.14.0
2121
pre-commit==4.3.0

0 commit comments

Comments
 (0)