Commit 5d39946
authored
Bump the ofe-minor-and-patch-updates group
Bumps the ofe-minor-and-patch-updates group in /community/front-end/ofe with 32 updates:
| Package | From | To |
| --- | --- | --- |
| [altgraph](https://github.com/ronaldoussoren/altgraph) | `0.17.4` | `0.17.5` |
| [asgiref](https://github.com/django/asgiref) | `3.10.0` | `3.11.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2025.10.5` | `2025.11.12` |
| [cfgv](https://github.com/asottile/cfgv) | `3.4.0` | `3.5.0` |
| [click](https://github.com/pallets/click) | `8.3.0` | `8.3.1` |
| [django-allauth](https://github.com/sponsors/pennersr) | `65.13.0` | `65.13.1` |
| [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms) | `2.4` | `2.5` |
| [google-api-python-client](https://github.com/googleapis/google-api-python-client) | `2.186.0` | `2.187.0` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.42.1` | `2.45.0` |
| [google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2) | `0.2.1` | `0.3.0` |
| [google-cloud-artifact-registry](https://github.com/googleapis/google-cloud-python) | `1.17.0` | `1.18.0` |
| [google-cloud-secret-manager](https://github.com/googleapis/google-cloud-python) | `2.25.0` | `2.26.0` |
| [google-cloud-build](https://github.com/googleapis/google-cloud-python) | `3.33.0` | `3.34.0` |
| [google-cloud-pubsub](https://github.com/googleapis/python-pubsub) | `2.33.0` | `2.34.0` |
| [google-cloud-storage](https://github.com/googleapis/python-storage) | `3.4.1` | `3.7.0` |
| [google-crc32c](https://github.com/googleapis/python-crc32c) | `1.7.1` | `1.8.0` |
| [google-resumable-media](https://github.com/googleapis/google-resumable-media-python) | `2.7.2` | `2.8.0` |
| [googleapis-common-protos](https://github.com/googleapis/google-cloud-python) | `1.71.0` | `1.72.0` |
| [libcst](https://github.com/Instagram/LibCST) | `1.8.5` | `1.8.6` |
| [macholib](https://github.com/ronaldoussoren/macholib) | `1.16.3` | `1.16.4` |
| [nodeenv](https://github.com/ekalinin/nodeenv) | `1.9.1` | `1.10.0` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.5.0` | `4.5.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.3.0` | `4.5.1` |
| [proto-plus](https://github.com/googleapis/proto-plus-python) | `1.26.1` | `1.27.0` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.2.5` | `3.3.1` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.28.0` | `0.30.0` |
| ruamel-yaml | `0.18.16` | `0.19.0` |
| ruamel-yaml-clib | `0.2.14` | `0.2.15` |
| [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.3` | `0.5.5` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.6.0` | `2.6.2` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.38.0` | `0.40.0` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `2.0.0` | `2.0.1` |
Updates `altgraph` from 0.17.4 to 0.17.5
- [Release notes](https://github.com/ronaldoussoren/altgraph/releases)
- [Changelog](https://github.com/ronaldoussoren/altgraph/blob/master/doc/changelog.rst)
- [Commits](ronaldoussoren/altgraph@v0.17.4...v0.17.5)
Updates `asgiref` from 3.10.0 to 3.11.0
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt)
- [Commits](django/asgiref@3.10.0...3.11.0)
Updates `certifi` from 2025.10.5 to 2025.11.12
- [Commits](certifi/python-certifi@2025.10.05...2025.11.12)
Updates `cfgv` from 3.4.0 to 3.5.0
- [Commits](asottile/cfgv@v3.4.0...v3.5.0)
Updates `click` from 8.3.0 to 8.3.1
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.3.0...8.3.1)
Updates `django-allauth` from 65.13.0 to 65.13.1
- [Commits](https://github.com/sponsors/pennersr/commits)
Updates `django-crispy-forms` from 2.4 to 2.5
- [Release notes](https://github.com/django-crispy-forms/django-crispy-forms/releases)
- [Changelog](https://github.com/django-crispy-forms/django-crispy-forms/blob/main/CHANGELOG.md)
- [Commits](django-crispy-forms/django-crispy-forms@2.4...2.5)
Updates `google-api-python-client` from 2.186.0 to 2.187.0
- [Release notes](https://github.com/googleapis/google-api-python-client/releases)
- [Commits](googleapis/google-api-python-client@v2.186.0...v2.187.0)
Updates `google-auth` from 2.42.1 to 2.45.0
- [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.42.1...v2.45.0)
Updates `google-auth-httplib2` from 0.2.1 to 0.3.0
- [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python-httplib2/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python-httplib2@v0.2.1...v0.3.0)
Updates `google-cloud-artifact-registry` from 1.17.0 to 1.18.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.17.0...google-cloud-artifact-registry-v1.18.0)
Updates `google-cloud-secret-manager` from 2.25.0 to 2.26.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.25.0...google-cloud-secret-manager-v2.26.0)
Updates `google-cloud-build` from 3.33.0 to 3.34.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.33.0...google-cloud-build-v3.34.0)
Updates `google-cloud-pubsub` from 2.33.0 to 2.34.0
- [Release notes](https://github.com/googleapis/python-pubsub/releases)
- [Changelog](https://github.com/googleapis/python-pubsub/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-pubsub@v2.33.0...v2.34.0)
Updates `google-cloud-storage` from 3.4.1 to 3.7.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.4.1...v3.7.0)
Updates `google-crc32c` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/googleapis/python-crc32c/releases)
- [Changelog](https://github.com/googleapis/python-crc32c/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-crc32c@v1.7.1...v1.8.0)
Updates `google-resumable-media` from 2.7.2 to 2.8.0
- [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](googleapis/google-resumable-media-python@v2.7.2...v2.8.0)
Updates `googleapis-common-protos` from 1.71.0 to 1.72.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@googleapis-common-protos-v1.71.0...googleapis-common-protos-v1.72.0)
Updates `libcst` from 1.8.5 to 1.8.6
- [Release notes](https://github.com/Instagram/LibCST/releases)
- [Changelog](https://github.com/Instagram/LibCST/blob/main/CHANGELOG.md)
- [Commits](Instagram/LibCST@v1.8.5...v1.8.6)
Updates `macholib` from 1.16.3 to 1.16.4
- [Release notes](https://github.com/ronaldoussoren/macholib/releases)
- [Changelog](https://github.com/ronaldoussoren/macholib/blob/master/doc/changelog.rst)
- [Commits](ronaldoussoren/macholib@v1.16.3...v1.16.4)
Updates `nodeenv` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/ekalinin/nodeenv/releases)
- [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES)
- [Commits](ekalinin/nodeenv@1.9.1...1.10.0)
Updates `platformdirs` from 4.5.0 to 4.5.1
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.5.0...4.5.1)
Updates `pre-commit` from 4.3.0 to 4.5.1
- [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.3.0...v4.5.1)
Updates `proto-plus` from 1.26.1 to 1.27.0
- [Release notes](https://github.com/googleapis/proto-plus-python/releases)
- [Changelog](https://github.com/googleapis/proto-plus-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/proto-plus-python@v1.26.1...v1.27.0)
Updates `pyparsing` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.2.5...3.3.1)
Updates `rpds-py` from 0.28.0 to 0.30.0
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.28.0...v0.30.0)
Updates `ruamel-yaml` from 0.18.16 to 0.19.0
Updates `ruamel-yaml-clib` from 0.2.14 to 0.2.15
Updates `sqlparse` from 0.5.3 to 0.5.5
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.3...0.5.5)
Updates `urllib3` from 2.6.0 to 2.6.2
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.6.0...2.6.2)
Updates `uvicorn` from 0.38.0 to 0.40.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.38.0...0.40.0)
Updates `wrapt` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@2.0.0...2.0.1)
---
updated-dependencies:
- dependency-name: altgraph
dependency-version: 0.17.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: asgiref
dependency-version: 3.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: certifi
dependency-version: 2025.11.12
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: cfgv
dependency-version: 3.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: click
dependency-version: 8.3.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: django-allauth
dependency-version: 65.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: django-crispy-forms
dependency-version: '2.5'
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-api-python-client
dependency-version: 2.187.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.45.0
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.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-cloud-artifact-registry
dependency-version: 1.18.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.26.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.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-cloud-pubsub
dependency-version: 2.34.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.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: google-crc32c
dependency-version: 1.8.0
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.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: googleapis-common-protos
dependency-version: 1.72.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.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: macholib
dependency-version: 1.16.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: nodeenv
dependency-version: 1.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: platformdirs
dependency-version: 4.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: pre-commit
dependency-version: 4.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: proto-plus
dependency-version: 1.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: pyparsing
dependency-version: 3.3.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: rpds-py
dependency-version: 0.30.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: ruamel-yaml
dependency-version: 0.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: ruamel-yaml-clib
dependency-version: 0.2.15
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: sqlparse
dependency-version: 0.5.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: urllib3
dependency-version: 2.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: ofe-minor-and-patch-updates
- dependency-name: uvicorn
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: ofe-minor-and-patch-updates
- dependency-name: wrapt
dependency-version: 2.0.1
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>1 parent f28d1c4 commit 5d39946
1 file changed
Lines changed: 33 additions & 33 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 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
| 59 | + | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
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 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
| 101 | + | |
| 102 | + | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
0 commit comments