Skip to content

Bump the ofe-minor-and-patch-updates group in /community/front-end/ofe with 31 updates#5439

Merged
aslam-quad merged 1 commit into
developfrom
dependabot/pip/community/front-end/ofe/develop/ofe-minor-and-patch-updates-bd813213d7
Apr 2, 2026
Merged

Bump the ofe-minor-and-patch-updates group in /community/front-end/ofe with 31 updates#5439
aslam-quad merged 1 commit into
developfrom
dependabot/pip/community/front-end/ofe/develop/ofe-minor-and-patch-updates-bd813213d7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the ofe-minor-and-patch-updates group in /community/front-end/ofe with 31 updates:

Package From To
charset-normalizer 3.4.4 3.4.6
django-allauth 65.14.3 65.15.0
djangorestframework 3.16.1 3.17.1
filelock 3.24.3 3.25.2
google-api-core 2.30.0 2.30.1
google-api-python-client 2.190.0 2.193.0
google-auth 2.48.0 2.49.1
google-auth-httplib2 0.3.0 0.3.1
google-cloud-artifact-registry 1.20.0 1.21.0
google-cloud-secret-manager 2.26.0 2.27.0
google-cloud-build 3.35.0 3.36.0
google-cloud-billing 1.18.0 1.19.0
google-cloud-core 2.5.0 2.5.1
google-cloud-pubsub 2.35.0 2.36.0
google-cloud-compute 1.44.0 1.47.0
google-cloud-storage 3.9.0 3.10.1
google-resumable-media 2.8.0 2.8.2
googleapis-common-protos 1.72.0 1.73.1
grpc-google-iam-v1 0.14.3 0.14.4
grpcio 1.78.0 1.80.0
grpcio-status 1.78.0 1.80.0
identify 2.6.16 2.6.18
platformdirs 4.9.2 4.9.4
proto-plus 1.27.1 1.27.2
pyjwt 2.12.0 2.12.1
requests 2.33.0 2.33.1
setuptools-rust 1.12.0 1.12.1
tomli 2.4.0 2.4.1
uvicorn 0.41.0 0.42.0
virtualenv 21.1.0 21.2.0
wrapt 2.1.1 2.1.2

Updates charset-normalizer from 3.4.4 to 3.4.6

Release notes

Sourced from charset-normalizer's releases.

Version 3.4.6

3.4.6 (2026-03-15)

Changed

  • Flattened the logic in charset_normalizer.md for higher performance. Removed eligible(..) and feed(...) in favor of feed_info(...).
  • Raised upper bound for mypy[c] to 1.20, for our optimized version.
  • Updated UNICODE_RANGES_COMBINED using Unicode blocks v17.

Fixed

  • Edge case where noise difference between two candidates can be almost insignificant. (#672)
  • CLI --normalize writing to wrong path when passing multiple files in. (#702)

Misc

  • Freethreaded pre-built wheels now shipped in PyPI starting with 3.14t. (#616)

Version 3.4.5

3.4.5 (2026-03-06)

Changed

  • Update setuptools constraint to setuptools>=68,<=82.
  • Raised upper bound of mypyc for the optional pre-built extension to v1.19.1

Fixed

  • Add explicit link to lib math in our optimized build. (#692)
  • Logger level not restored correctly for empty byte sequences. (#701)
  • TypeError when passing bytearray to from_bytes. (#703)

Misc

  • Applied safe micro-optimizations in both our noise detector and language detector.
  • Rewrote the query_yes_no function (inside CLI) to avoid using ambiguous licensed code.
  • Added cd.py submodule into mypyc optional compilation to reduce further the performance impact.

[!WARNING]
mypyc changed the usual binary output for the optimized wheel. Beware, especially if using PyInstaller or alike. See jawah/charset_normalizer#714

Changelog

Sourced from charset-normalizer's changelog.

3.4.6 (2026-03-15)

Changed

  • Flattened the logic in charset_normalizer.md for higher performance. Removed eligible(..) and feed(...) in favor of feed_info(...).
  • Raised upper bound for mypy[c] to 1.20, for our optimized version.
  • Updated UNICODE_RANGES_COMBINED using Unicode blocks v17.

Fixed

  • Edge case where noise difference between two candidates can be almost insignificant. (#672)
  • CLI --normalize writing to wrong path when passing multiple files in. (#702)

Misc

  • Freethreaded pre-built wheels now shipped in PyPI starting with 3.14t. (#616)

3.4.5 (2026-03-06)

Changed

  • Update setuptools constraint to setuptools>=68,<=82.
  • Raised upper bound of mypyc for the optional pre-built extension to v1.19.1

Fixed

  • Add explicit link to lib math in our optimized build. (#692)
  • Logger level not restored correctly for empty byte sequences. (#701)
  • TypeError when passing bytearray to from_bytes. (#703)

Misc

  • Applied safe micro-optimizations in both our noise detector and language detector.
  • Rewrote the query_yes_no function (inside CLI) to avoid using ambiguous licensed code.
  • Added cd.py submodule into mypyc optional compilation to reduce further the performance impact.
Commits
  • 5478b84 Merge pull request #715 from jawah/release-3.4.6
  • 5c0a09e ✔️ add confidence for threading usage, mostly due to lru_cach...
  • ef826b2 📝 update changelog
  • 5564f1a 📝 update docs accordingly
  • 0f2cf7d 📝 update changelog
  • 54a1894 🐛 fix --normalize writing to wrong path with multiple files
  • 2177e28 📝 update changelog
  • b2497a5 🐛 edge case where noise difference between two candidates can be almost i...
  • 13a5d0b 🔧 upgrade ci requirements
  • b9ffbd4 🔧 enable 3.14t nox mypyc session
  • Additional commits viewable in compare view

Updates django-allauth from 65.14.3 to 65.15.0

Commits

Updates djangorestframework from 3.16.1 to 3.17.1

Release notes

Sourced from djangorestframework's releases.

3.17.1

What's Changed

Bug fixes

Full Changelog: encode/django-rest-framework@3.17.0...3.17.1

3.17.0

What's Changed

Breaking changes

Features

Bug fixes

Translations

Packaging

Other changes

New Contributors

... (truncated)

Commits
  • 22e231c Prepare bug fix release 3.17.1 (#9931)
  • 8e99b53 Add condition to skip pushed tags from forks (#9924)
  • c0407de Fix HTMLFormRenderer with empty datetime values (#9928)
  • 30d58a7 Fix the book sizing in the documentation (#9926)
  • 6f03b79 Tweak order of changes in release notes
  • 021ab56 Bump version and update release notes for 3.17.0 (#9921)
  • 19ebad7 Bump mkdocs-material[imaging] from 9.7.4 to 9.7.5 (#9923)
  • f222c55 Correct requires-python key in pyproject.toml
  • 7e7de6f Remove code fences from release checklist
  • c599d30 Update release process
  • Additional commits viewable in compare view

Updates filelock from 3.24.3 to 3.25.2

Release notes

Sourced from filelock's releases.

3.25.2

What's Changed

Full Changelog: tox-dev/filelock@3.25.1...3.25.2

3.25.1

What's Changed

Full Changelog: tox-dev/filelock@3.25.0...3.25.1

3.25.0

What's Changed

Full Changelog: tox-dev/filelock@3.24.4...3.25.0

3.24.4

What's Changed

New Contributors

Full Changelog: tox-dev/filelock@3.24.3...3.24.4

Changelog

Sourced from filelock's changelog.

########### Changelog ###########


3.25.2 (2026-03-11)


  • 🐛 fix(unix): suppress EIO on close in Docker bind mounts :pr:513

3.25.1 (2026-03-09)


  • [pre-commit.ci] pre-commit autoupdate :pr:510 - by :user:pre-commit-ci[bot]
  • 🐛 fix(win): restore best-effort lock file cleanup on release :pr:511
  • [pre-commit.ci] pre-commit autoupdate :pr:508 - by :user:pre-commit-ci[bot]
  • 📝 docs(logo): add branded project logo :pr:507

3.25.0 (2026-03-01)


  • ✨ feat(async): add AsyncReadWriteLock :pr:506
  • Standardize .github files to .yaml suffix
  • build(deps): bump actions/download-artifact from 7 to 8 :pr:503 - by :user:dependabot[bot]
  • build(deps): bump actions/upload-artifact from 6 to 7 :pr:502 - by :user:dependabot[bot]
  • Move SECURITY.md to .github/SECURITY.md
  • Add security policy
  • Add permissions to check workflow :pr:500
  • [pre-commit.ci] pre-commit autoupdate :pr:499 - by :user:pre-commit-ci[bot]

3.24.3 (2026-02-19)


  • 🐛 fix(unix): handle ENOENT race on FUSE/NFS during acquire :pr:495
  • 🐛 fix(ci): add trailing blank line after changelog entries :pr:492

3.24.2 (2026-02-16)


  • 🐛 fix(rw): close sqlite3 cursors and skip SoftFileLock Windows race :pr:491
  • 🐛 fix(test): resolve flaky write non-starvation test :pr:490
  • 📝 docs: restructure using Diataxis framework :pr:489

3.24.1 (2026-02-15)


... (truncated)

Commits
  • 5b9872c Release 3.25.2
  • 42b740a 🐛 fix(unix): suppress EIO on close in Docker bind mounts (#513)
  • d8b04b5 Release 3.25.1
  • 0633386 [pre-commit.ci] pre-commit autoupdate (#510)
  • 7f2247d 🐛 fix(win): restore best-effort lock file cleanup on release (#511)
  • 5ae1c4e [pre-commit.ci] pre-commit autoupdate (#508)
  • bcffcfe 📝 docs(logo): add branded project logo (#507)
  • 7f195d9 Release 3.25.0
  • df2754e ✨ feat(async): add AsyncReadWriteLock (#506)
  • 8a359c5 Standardize .github files to .yaml suffix
  • Additional commits viewable in compare view

Updates google-api-core from 2.30.0 to 2.30.1

Release notes

Sourced from google-api-core's releases.

grpc-google-iam-v1: v0.14.4

v0.14.4 (2026-03-31)

google-cloud-compute-v1beta: v0.10.0

v0.10.0 (2026-03-26)

Commits
  • 4e80530 chore: create a release (#16193)
  • 0f8d933 chore: add gapic-generator integration test presubmit (#16465)
  • ab44f7e chore(deps): update dependency requests to v2.33.0 [security] (#16464)
  • 943a979 chore(migration): Migrate code from googleapis/sphinx-docfx-yaml into package...
  • 8c6703d chore(migration): Migrate code from googleapis/gapic-generator-python into pa...
  • e3731d5 Merge branch 'main' into migration.gapic-generator-python.migration.2026-03-2...
  • 20f5724 Trigger CI
  • 76a8b58 chore: skip spanner django presubmits using dorny filter (#16196)
  • 7a05a34 chore: create a release (#16191)
  • 46ee8a0 fix presubmit
  • Additional commits viewable in compare view

Updates google-api-python-client from 2.190.0 to 2.193.0

Release notes

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

v2.193.0

2.193.0 (2026-03-17)

Features

... (truncated)

Commits

Updates google-auth from 2.48.0 to 2.49.1

Release notes

Sourced from google-auth's releases.

v2.49.0.dev0

2.49.0-dev0 (2026-01-26)

Bug Fixes

Changelog

Sourced from google-auth's changelog.

Changelog

PyPI History

Commits

Updates google-auth-httplib2 from 0.3.0 to 0.3.1

Commits
  • 4e80530 chore: create a release (#16193)
  • 0f8d933 chore: add gapic-generator integration test presubmit (#16465)
  • ab44f7e chore(deps): update dependency requests to v2.33.0 [security] (#16464)
  • 943a979 chore(migration): Migrate code from googleapis/sphinx-docfx-yaml into package...
  • 8c6703d chore(migration): Migrate code from googleapis/gapic-generator-python into pa...
  • e3731d5 Merge branch 'main' into migration.gapic-generator-python.migration.2026-03-2...
  • 20f5724 Trigger CI
  • 76a8b58 chore: skip spanner django presubmits using dorny filter (#16196)
  • 7a05a34 chore: create a release (#16191)
  • 46ee8a0 fix presubmit
  • Additional commits viewable in compare view

Updates google-cloud-artifact-registry from 1.20.0 to 1.21.0

Release notes

Sourced from google-cloud-artifact-registry's releases.

google-cloud-iap: v1.21.0

v1.21.0 (2026-03-26)

Commits
  • 4e80530 chore: create a release (#16193)
  • ab44f7e chore(deps): update dependency requests to v2.33.0 [security] (#16464)
  • 943a979 chore(migration): Migrate code from googleapis/sphinx-docfx-yaml into package...
  • e3731d5 Merge branch 'main' into migration.gapic-generator-python.migration.2026-03-2...
  • 7a05a34 chore: create a release (#16191)
  • c23b067 fix typo
  • c174901 add placeholder for system test nox session
  • 0f19d85 chore: fix missing heading in changelog (#16189)
  • a16755d chore: librarian onboard pull request: 20260323T111101Z (#16141)
  • 9694ce9 chore: librarian onboard pull request: 20260323T114549Z (#16143)
  • Additional commits viewable in compare view

Updates google-cloud-secret-manager from 2.26.0 to 2.27.0

Release notes

Sourced from google-cloud-secret-manager's releases.

grpc-google-iam-v1: v0.14.4

v0.14.4 (2026-03-31)

google-cloud-compute-v1beta: v0.10.0

v0.10.0 (2026-03-26)

Changelog

Sourced from google-cloud-secret-manager's changelog.

2.27.0 (2024-04-24)

Features

  • Support Chunk header and footer in Doc AI external proto (2615bd3)

Documentation

  • Keep the API doc up-to-date with recent changes (2615bd3)
Commits
  • 7a05a34 chore: create a release (#16191)
  • 0f19d85 chore: fix missing heading in changelog (#16189)
  • a16755d chore: librarian onboard pull request: 20260323T111101Z (#16141)
  • 9694ce9 chore: librarian onboard pull request: 20260323T114549Z (#16143)
  • c4a35cf chore: librarian onboard pull request: 20260323T132735Z (#16146)
  • 640a86b chore: librarian update image pull request: 20260325T221325Z (#16175)
  • 341284c chore(deps): bump pyasn1 from 0.6.1 to 0.6.3 in /packages/sqlalchemy-spanner ...
  • ec9262c fix: Allow Protobuf 7.x, require Python 3.9 (#16102)
  • cf50cea feat(firestore): literals pipeline stage (#16028)
  • 4b400fa chore: librarian generate pull request: 20260325T142358Z (#16166)
  • Additional commits viewable in compare view

Updates google-cloud-build from 3.35.0 to 3.36.0

Release notes

Sourced from google-cloud-build's releases.

google-cloud-build: v3.36.0

v3.36.0Description has been truncated

Bumps the ofe-minor-and-patch-updates group in /community/front-end/ofe with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.4` | `3.4.6` |
| [django-allauth](https://github.com/sponsors/pennersr) | `65.14.3` | `65.15.0` |
| [djangorestframework](https://github.com/encode/django-rest-framework) | `3.16.1` | `3.17.1` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.24.3` | `3.25.2` |
| [google-api-core](https://github.com/googleapis/google-cloud-python) | `2.30.0` | `2.30.1` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.190.0` | `2.193.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.48.0` | `2.49.1` |
| [google-auth-httplib2](https://github.com/googleapis/google-cloud-python) | `0.3.0` | `0.3.1` |
| [google-cloud-artifact-registry](https://github.com/googleapis/google-cloud-python) | `1.20.0` | `1.21.0` |
| [google-cloud-secret-manager](https://github.com/googleapis/google-cloud-python) | `2.26.0` | `2.27.0` |
| [google-cloud-build](https://github.com/googleapis/google-cloud-python) | `3.35.0` | `3.36.0` |
| [google-cloud-billing](https://github.com/googleapis/google-cloud-python) | `1.18.0` | `1.19.0` |
| [google-cloud-core](https://github.com/googleapis/google-cloud-python) | `2.5.0` | `2.5.1` |
| [google-cloud-pubsub](https://github.com/googleapis/google-cloud-python) | `2.35.0` | `2.36.0` |
| [google-cloud-compute](https://github.com/googleapis/google-cloud-python) | `1.44.0` | `1.47.0` |
| [google-cloud-storage](https://github.com/googleapis/python-storage) | `3.9.0` | `3.10.1` |
| [google-resumable-media](https://github.com/googleapis/google-resumable-media-python) | `2.8.0` | `2.8.2` |
| [googleapis-common-protos](https://github.com/googleapis/google-cloud-python) | `1.72.0` | `1.73.1` |
| [grpc-google-iam-v1](https://github.com/googleapis/google-cloud-python) | `0.14.3` | `0.14.4` |
| [grpcio](https://github.com/grpc/grpc) | `1.78.0` | `1.80.0` |
| [grpcio-status](https://grpc.io) | `1.78.0` | `1.80.0` |
| [identify](https://github.com/pre-commit/identify) | `2.6.16` | `2.6.18` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.9.2` | `4.9.4` |
| [proto-plus](https://github.com/googleapis/google-cloud-python) | `1.27.1` | `1.27.2` |
| [pyjwt](https://github.com/jpadilla/pyjwt) | `2.12.0` | `2.12.1` |
| [requests](https://github.com/psf/requests) | `2.33.0` | `2.33.1` |
| [setuptools-rust](https://github.com/PyO3/setuptools-rust) | `1.12.0` | `1.12.1` |
| [tomli](https://github.com/hukkin/tomli) | `2.4.0` | `2.4.1` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.41.0` | `0.42.0` |
| [virtualenv](https://github.com/pypa/virtualenv) | `21.1.0` | `21.2.0` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `2.1.1` | `2.1.2` |


Updates `charset-normalizer` from 3.4.4 to 3.4.6
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.4...3.4.6)

Updates `django-allauth` from 65.14.3 to 65.15.0
- [Commits](https://github.com/sponsors/pennersr/commits)

Updates `djangorestframework` from 3.16.1 to 3.17.1
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.16.1...3.17.1)

Updates `filelock` from 3.24.3 to 3.25.2
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.24.3...3.25.2)

Updates `google-api-core` from 2.30.0 to 2.30.1
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-api-core-v2.30.0...google-api-core-v2.30.1)

Updates `google-api-python-client` from 2.190.0 to 2.193.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.190.0...v2.193.0)

Updates `google-auth` from 2.48.0 to 2.49.1
- [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](https://github.com/googleapis/google-auth-library-python/commits)

Updates `google-auth-httplib2` from 0.3.0 to 0.3.1
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-auth-httplib2-v0.3.0...google-auth-httplib2-v0.3.1)

Updates `google-cloud-artifact-registry` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-artifact-registry-v1.20.0...google-cloud-artifact-registry-v1.21.0)

Updates `google-cloud-secret-manager` from 2.26.0 to 2.27.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-secret-manager-v2.26.0...google-cloud-secret-manager-v2.27.0)

Updates `google-cloud-build` from 3.35.0 to 3.36.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-build-v3.35.0...google-cloud-build-v3.36.0)

Updates `google-cloud-billing` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-billing-v1.18.0...google-cloud-billing-v1.19.0)

Updates `google-cloud-core` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-core-v2.5.0...google-cloud-core-v2.5.1)

Updates `google-cloud-pubsub` from 2.35.0 to 2.36.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-pubsub-v2.35.0...google-cloud-pubsub-v2.36.0)

Updates `google-cloud-compute` from 1.44.0 to 1.47.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-compute-v1.44.0...google-cloud-compute-v1.47.0)

Updates `google-cloud-storage` from 3.9.0 to 3.10.1
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v3.9.0...v3.10.1)

Updates `google-resumable-media` from 2.8.0 to 2.8.2
- [Release notes](https://github.com/googleapis/google-resumable-media-python/releases)
- [Changelog](https://github.com/googleapis/google-resumable-media-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-resumable-media-python/commits)

Updates `googleapis-common-protos` from 1.72.0 to 1.73.1
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@googleapis-common-protos-v1.72.0...googleapis-common-protos-v1.73.1)

Updates `grpc-google-iam-v1` from 0.14.3 to 0.14.4
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@grpc-google-iam-v1-v0.14.3...grpc-google-iam-v1-v0.14.4)

Updates `grpcio` from 1.78.0 to 1.80.0
- [Release notes](https://github.com/grpc/grpc/releases)
- [Commits](grpc/grpc@v1.78.0...v1.80.0)

Updates `grpcio-status` from 1.78.0 to 1.80.0

Updates `identify` from 2.6.16 to 2.6.18
- [Commits](pre-commit/identify@v2.6.16...v2.6.18)

Updates `platformdirs` from 4.9.2 to 4.9.4
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst)
- [Commits](tox-dev/platformdirs@4.9.2...4.9.4)

Updates `proto-plus` from 1.27.1 to 1.27.2
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@proto-plus-v1.27.1...proto-plus-v1.27.2)

Updates `pyjwt` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](jpadilla/pyjwt@2.12.0...2.12.1)

Updates `requests` from 2.33.0 to 2.33.1
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.33.0...v2.33.1)

Updates `setuptools-rust` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/PyO3/setuptools-rust/releases)
- [Changelog](https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md)
- [Commits](PyO3/setuptools-rust@v1.12.0...v1.12.1)

Updates `tomli` from 2.4.0 to 2.4.1
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.4.0...2.4.1)

Updates `uvicorn` from 0.41.0 to 0.42.0
- [Release notes](https://github.com/Kludex/uvicorn/releases)
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.41.0...0.42.0)

Updates `virtualenv` from 21.1.0 to 21.2.0
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@21.1.0...21.2.0)

Updates `wrapt` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@2.1.1...2.1.2)

---
updated-dependencies:
- dependency-name: charset-normalizer
  dependency-version: 3.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: django-allauth
  dependency-version: 65.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: djangorestframework
  dependency-version: 3.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: filelock
  dependency-version: 3.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-api-core
  dependency-version: 2.30.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-api-python-client
  dependency-version: 2.193.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-auth
  dependency-version: 2.49.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-auth-httplib2
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-cloud-artifact-registry
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-cloud-secret-manager
  dependency-version: 2.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-cloud-build
  dependency-version: 3.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-cloud-billing
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-cloud-core
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-cloud-pubsub
  dependency-version: 2.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-cloud-compute
  dependency-version: 1.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-cloud-storage
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-resumable-media
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: googleapis-common-protos
  dependency-version: 1.73.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: grpc-google-iam-v1
  dependency-version: 0.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: grpcio
  dependency-version: 1.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: grpcio-status
  dependency-version: 1.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: identify
  dependency-version: 2.6.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: platformdirs
  dependency-version: 4.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: proto-plus
  dependency-version: 1.27.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: pyjwt
  dependency-version: 2.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: requests
  dependency-version: 2.33.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: setuptools-rust
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: tomli
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: uvicorn
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: virtualenv
  dependency-version: 21.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ofe-minor-and-patch-updates
- dependency-name: wrapt
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ofe-minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code release-chore To not include into release notes labels Apr 1, 2026
@dependabot dependabot Bot requested review from a team and samskillman as code owners April 1, 2026 11:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code release-chore To not include into release notes labels Apr 1, 2026
@github-actions github-actions Bot added the external PR from external contributor label Apr 1, 2026
@aslam-quad

Copy link
Copy Markdown
Contributor

/gcbrun

@aslam-quad aslam-quad merged commit c2c9a48 into develop Apr 2, 2026
24 of 96 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/community/front-end/ofe/develop/ofe-minor-and-patch-updates-bd813213d7 branch April 2, 2026 10:41
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 external PR from external contributor python Pull requests that update Python code release-chore To not include into release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants