Skip to content

Bump the dependencies group with 8 updates #515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the dependencies group with 8 updates:

Package From To
boto3 1.37.13 1.37.18
sentry-sdk 2.22.0 2.24.0
google-api-python-client 2.164.0 2.165.0
faker 37.0.0 37.0.2
django-debug-toolbar 5.0.1 5.1.0
boto3-stubs 1.37.13 1.37.18
ruff 0.11.0 0.11.2
pre-commit 4.1.0 4.2.0

Updates boto3 from 1.37.13 to 1.37.18

Commits
  • 69d11a6 Merge branch 'release-1.37.18'
  • 0d41ef7 Bumping version to 1.37.18
  • 15acefe Add changelog entries from botocore
  • 7157d77 Merge branch 'release-1.37.17'
  • b2763c6 Merge branch 'release-1.37.17' into develop
  • 81c4936 Bumping version to 1.37.17
  • 7e2a660 Add changelog entries from botocore
  • e8a1214 Merge branch 'release-1.37.16'
  • dae69be Merge branch 'release-1.37.16' into develop
  • 82b8345 Bumping version to 1.37.16
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.22.0 to 2.24.0

Release notes

Sourced from sentry-sdk's releases.

2.24.0

Various fixes & improvements

2.23.1

Various fixes & improvements

2.23.0

Various fixes & improvements

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.24.0

Various fixes & improvements

2.23.1

Various fixes & improvements

2.23.0

Various fixes & improvements

... (truncated)

Commits
  • a3356d7 release: 2.24.0
  • 12b3ca3 fix(tracing): Fix InvalidOperation (#4179)
  • 5715734 Fix memory leak by not piling up breadcrumbs forever in Spark workers. (#4167)
  • 2579cb2 Update scripts sources (#4166)
  • f76528f Fixed flaky test (#4165)
  • eb189ef chore(profiler): Add deprecation warning for session functions (#4171)
  • f6db981 feat(profiling): reverse profile_session start/stop methods deprecation (#4162)
  • 0d3bc3d Reset DedupeIntegration's last-seen if before_send dropped the event (#...
  • 65132ba style(integrations): Fix captured typo (#4161)
  • 11abdd2 Handle loguru msg levels that are not supported by Sentry (#4147)
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.164.0 to 2.165.0

Release notes

Sourced from google-api-python-client's releases.

v2.165.0

2.165.0 (2025-03-18)

Features

Bug Fixes

... (truncated)

Commits
  • e9fb04c chore(main): release 2.165.0 (#2581)
  • 935c167 chore: Update discovery artifacts (#2582)
  • 21847ef fix: resolve issue where pre-release versions of dependencies are installed (...
  • See full diff in compare view

Updates faker from 37.0.0 to 37.0.2

Release notes

Sourced from faker's releases.

Release v37.0.2

See CHANGELOG.md.

Release v37.0.1

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v37.0.2 - 2025-03-19

  • Fix type annotiation

v37.0.1 - 2025-03-18

Commits

Updates django-debug-toolbar from 5.0.1 to 5.1.0

Release notes

Sourced from django-debug-toolbar's releases.

5.1.0

What's Changed

New Contributors

Full Changelog: django-commons/django-debug-toolbar@5.0.1...5.1.0

Changelog

Sourced from django-debug-toolbar's changelog.

5.1.0 (2025-03-20)

  • Added Django 5.2 to the tox matrix.
  • Updated package metadata to include well-known labels.
  • Added resources section to the documentation.
  • Wrap SHOW_TOOLBAR_CALLBACK function with sync_to_async or async_to_sync to allow sync/async compatibility.
  • Make require_toolbar decorator compatible to async views.
  • Added link to contributing documentation in CONTRIBUTING.md.
  • Replaced ESLint and prettier with biome in our pre-commit configuration.
  • Added a Makefile target (make help) to get a quick overview of each target.
  • Avoided reinitializing the staticfiles storage during instrumentation.
  • Avoided a "forked" Promise chain in the rebound window.fetch function with missing exception handling.
  • Fixed the pygments code highlighting when using dark mode.
  • Fix for exception-unhandled "forked" Promise chain in rebound window.fetch
  • Create a CSP nonce property on the toolbar Toolbar().csp_nonce.
Commits

Updates boto3-stubs from 1.37.13 to 1.37.18

Release notes

Sourced from boto3-stubs's releases.

8.8.0 - Python 3.8 runtime is back

Changed

  • [services] install_requires section is calculated based on dependencies in use, so typing-extensions version is set properly
  • [all] Replaced typing imports with collections.abc with a fallback to typing for Python <3.9
  • [all] Added aliases for builtins.list, builtins.set, builtins.dict, and builtins.type, so Python 3.8 runtime should work as expected again (reported by @​YHallouard in #340 and @​Omri-Ben-Yair in #336)
  • [all] Unions use the same type annotations as the rest of the structures due to proper fallbacks

Fixed

  • [services] Universal input/output shapes were not replaced properly in service subresources
  • [docs] Simplified doc links rendering for services
  • [services] Cleaned up unnecessary imports in client.pyi
  • [builder] Import records with fallback are always rendered
Commits

Updates ruff from 0.11.0 to 0.11.2

Release notes

Sourced from ruff's releases.

0.11.2

Release Notes

Preview features

  • [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 (#16878)

Contributors

Install ruff 0.11.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-installer.ps1 | iex"

Download ruff 0.11.2

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
ruff-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
ruff-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
ruff-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.2

Preview features

  • [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 (#16878)

0.11.1

Preview features

  • [airflow] Add chain, chain_linear and cross_downstream for AIR302 (#16647)
  • [syntax-errors] Improve error message and range for pre-PEP-614 decorator syntax errors (#16581)
  • [syntax-errors] PEP 701 f-strings before Python 3.12 (#16543)
  • [syntax-errors] Parenthesized context managers before Py...

    Description has been truncated

Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.37.13` | `1.37.18` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.22.0` | `2.24.0` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.164.0` | `2.165.0` |
| [faker](https://github.com/joke2k/faker) | `37.0.0` | `37.0.2` |
| [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) | `5.0.1` | `5.1.0` |
| [boto3-stubs](https://github.com/youtype/mypy_boto3_builder) | `1.37.13` | `1.37.18` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.0` | `0.11.2` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.1.0` | `4.2.0` |


Updates `boto3` from 1.37.13 to 1.37.18
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.37.13...1.37.18)

Updates `sentry-sdk` from 2.22.0 to 2.24.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.22.0...2.24.0)

Updates `google-api-python-client` from 2.164.0 to 2.165.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.164.0...v2.165.0)

Updates `faker` from 37.0.0 to 37.0.2
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v37.0.0...v37.0.2)

Updates `django-debug-toolbar` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/django-commons/django-debug-toolbar/releases)
- [Changelog](https://github.com/django-commons/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](django-commons/django-debug-toolbar@5.0.1...5.1.0)

Updates `boto3-stubs` from 1.37.13 to 1.37.18
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `ruff` from 0.11.0 to 0.11.2
- [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.11.0...0.11.2)

Updates `pre-commit` from 4.1.0 to 4.2.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.1.0...v4.2.0)

---
updated-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: faker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: django-debug-toolbar
  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-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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/pip/master/dependencies-0642ccdfd1 branch March 31, 2025 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants