Commit ac2ab31
authored
Bump the ofe-minor-and-patch-updates group across 1 directory with 22 updates
Bumps the ofe-minor-and-patch-updates group with 22 updates in the /community/front-end/ofe directory:
| Package | From | To |
| --- | --- | --- |
| [asgiref](https://github.com/django/asgiref) | `3.9.1` | `3.10.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2025.8.3` | `2025.10.5` |
| [click](https://github.com/pallets/click) | `8.2.1` | `8.3.0` |
| [django-allauth](https://github.com/sponsors/pennersr) | `65.11.1` | `65.12.0` |
| [google-api-core](https://github.com/googleapis/python-api-core) | `2.25.1` | `2.25.2` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.179.0` | `2.184.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.40.3` | `2.41.1` |
| [google-cloud-build](https://github.com/googleapis/google-cloud-python) | `3.31.3` | `3.32.0` |
| [google-cloud-compute](https://github.com/googleapis/google-cloud-python) | `1.35.0` | `1.38.0` |
| [google-cloud-storage](https://github.com/googleapis/python-storage) | `3.3.1` | `3.4.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.74.0` | `1.75.1` |
| [grpcio-status](https://grpc.io) | `1.74.0` | `1.75.1` |
| [httplib2](https://github.com/httplib2/httplib2) | `0.30.0` | `0.31.0` |
| [identify](https://github.com/pre-commit/identify) | `2.6.13` | `2.6.15` |
| [isort](https://github.com/PyCQA/isort) | `6.0.1` | `6.1.0` |
| [libcst](https://github.com/Instagram/LibCST) | `1.8.2` | `1.8.5` |
| [pycparser](https://github.com/eliben/pycparser) | `2.22` | `2.23` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.8` | `3.3.9` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.2.3` | `3.2.5` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` |
| ruamel-yaml-clib | `0.2.12` | `0.2.14` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.37.0` |
Updates `asgiref` from 3.9.1 to 3.10.0
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt)
- [Commits](django/asgiref@3.9.1...3.10.0)
Updates `certifi` from 2025.8.3 to 2025.10.5
- [Commits](certifi/python-certifi@2025.08.03...2025.10.05)
Updates `click` from 8.2.1 to 8.3.0
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.2.1...8.3.0)
Updates `django-allauth` from 65.11.1 to 65.12.0
- [Commits](https://github.com/sponsors/pennersr/commits)
Updates `google-api-core` from 2.25.1 to 2.25.2
- [Release notes](https://github.com/googleapis/python-api-core/releases)
- [Changelog](https://github.com/googleapis/python-api-core/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-api-core@v2.25.1...v2.25.2)
Updates `google-api-python-client` from 2.179.0 to 2.184.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.179.0...v2.184.0)
Updates `google-auth` from 2.40.3 to 2.41.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](googleapis/google-auth-library-python@v2.40.3...v2.41.1)
Updates `google-cloud-build` from 3.31.3 to 3.32.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.31.3...google-cloud-build-v3.32.0)
Updates `google-cloud-compute` from 1.35.0 to 1.38.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.35.0...google-cloud-compute-v1.38.0)
Updates `google-cloud-storage` from 3.3.1 to 3.4.0
- [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.3.1...v3.4.0)
Updates `grpcio` from 1.74.0 to 1.75.1
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.74.0...v1.75.1)
Updates `grpcio-status` from 1.74.0 to 1.75.1
Updates `httplib2` from 0.30.0 to 0.31.0
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG)
- [Commits](httplib2/httplib2@v0.30.0...v0.31.0)
Updates `identify` from 2.6.13 to 2.6.15
- [Commits](pre-commit/identify@v2.6.13...v2.6.15)
Updates `isort` from 6.0.1 to 6.1.0
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@6.0.1...6.1.0)
Updates `libcst` from 1.8.2 to 1.8.5
- [Release notes](https://github.com/Instagram/LibCST/releases)
- [Changelog](https://github.com/Instagram/LibCST/blob/main/CHANGELOG.md)
- [Commits](Instagram/LibCST@v1.8.2...v1.8.5)
Updates `pycparser` from 2.22 to 2.23
- [Release notes](https://github.com/eliben/pycparser/releases)
- [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES)
- [Commits](eliben/pycparser@release_v2.22...release_v2.23)
Updates `pylint` from 3.3.8 to 3.3.9
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.8...v3.3.9)
Updates `pyparsing` from 3.2.3 to 3.2.5
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.2.3...3.2.5)
Updates `pyyaml` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](yaml/pyyaml@6.0.2...6.0.3)
Updates `ruamel-yaml-clib` from 0.2.12 to 0.2.14
Updates `uvicorn` from 0.35.0 to 0.37.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.35.0...0.37.0)
---
updated-dependencies:
- dependency-name: asgiref
dependency-version: 3.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: certifi
dependency-version: 2025.10.5
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: click
dependency-version: 8.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: django-allauth
dependency-version: 65.12.0
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.25.2
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.184.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.41.1
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.32.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.38.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.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: grpcio
dependency-version: 1.75.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: grpcio-status
dependency-version: 1.75.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: httplib2
dependency-version: 0.31.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.15
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: isort
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: libcst
dependency-version: 1.8.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: pycparser
dependency-version: '2.23'
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: pylint
dependency-version: 3.3.9
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: pyparsing
dependency-version: 3.2.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: pyyaml
dependency-version: 6.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: ruamel-yaml-clib
dependency-version: 0.2.14
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: uvicorn
dependency-version: 0.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
...
Signed-off-by: dependabot[bot] <support@github.com>1 parent 863d6a3 commit ac2ab31
1 file changed
Lines changed: 22 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments