Skip to content

Commit d3632bf

Browse files
build(deps): Bump django from 3.2.24 to 3.2.25 in /.kokoro (#358)
Bumps [django](https://togithub.com/django/django) from 3.2.24 to 3.2.25. <details> <summary>Commits</summary> <ul> <li><a href="https://togithub.com/django/django/commit/c98eca322af87adf046ab621e7c8a23d340f7afe"><code>c98eca3</code></a> [3.2.x] Bumped version for 3.2.25 release.</li> <li><a href="https://togithub.com/django/django/commit/072963e4c4d0b3a7a8c5412bc0c7d27d1a9c3521"><code>072963e</code></a> [3.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words().</li> <li><a href="https://togithub.com/django/django/commit/2ad2676456316eb211104d1f0cfc8dea7a7ca76b"><code>2ad2676</code></a> [3.2.x] Added release date for 3.2.25.</li> <li><a href="https://togithub.com/django/django/commit/fc41af69a2e49a717ef069a37e1d68b80a6a5d56"><code>fc41af6</code></a> [3.2.x] Fixed <a href="https://redirect.github.com/django/django/issues/35172">#35172</a> -- Fixed intcomma for string floats.</li> <li><a href="https://togithub.com/django/django/commit/b9170b4a9e7f0dde5d29ef69354c94efa6d6edfb"><code>b9170b4</code></a> [3.2.x] Added CVE-2024-24680 to security archive.</li> <li><a href="https://togithub.com/django/django/commit/e5350a931a017fab6aa0026e8f2d6e9ef09e1e1b"><code>e5350a9</code></a> [3.2.x] Post release version bump.</li> <li>See full diff in <a href="https://togithub.com/django/django/compare/3.2.24...3.2.25">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=3.2.24&new-version=3.2.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://togithub.com/googleapis/sphinx-docfx-yaml/network/alerts). </details>
1 parent ef53616 commit d3632bf

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

packages/gcp-sphinx-docfx-yaml/.kokoro/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Library specific extra installations.
22
# Extra installations are required to ensure all documentation can be
33
# generated and not missed out with the generate-docs script.
4-
django==3.2.24
4+
django==3.2.25
55
google-cloud-aiplatform[prediction]
66
googleapis-common-protos==1.58.0 # pinned for conflict in range specifier.
77
grpcio-status==1.48.2 # must be pinned due to protobuf compatibility.

packages/gcp-sphinx-docfx-yaml/.kokoro/requirements.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ distlib==0.3.6 \
171171
--hash=sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46 \
172172
--hash=sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e
173173
# via virtualenv
174-
django==3.2.24 \
175-
--hash=sha256:5dd5b787c3ba39637610fe700f54bf158e33560ea0dba600c19921e7ff926ec5 \
176-
--hash=sha256:aaee9fb0fb4ebd4311520887ad2e33313d368846607f82a9a0ed461cd4c35b18
174+
django==3.2.25 \
175+
--hash=sha256:7ca38a78654aee72378594d63e51636c04b8e28574f5505dff630895b5472777 \
176+
--hash=sha256:a52ea7fcf280b16f7b739cec38fa6d3f8953a5456986944c3ca97e79882b4e38
177177
# via -r requirements.in
178178
docker==6.0.0 \
179179
--hash=sha256:19e330470af40167d293b0352578c1fa22d74b34d3edf5d4ff90ebc203bbb2f1 \
@@ -207,7 +207,6 @@ google-api-core[grpc]==2.8.2 \
207207
--hash=sha256:06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc \
208208
--hash=sha256:93c6a91ccac79079ac6bbf8b74ee75db970cc899278b97d53bc012f35908cf50
209209
# via
210-
# google-api-core
211210
# google-cloud-aiplatform
212211
# google-cloud-bigquery
213212
# google-cloud-core
@@ -813,9 +812,7 @@ urllib3==1.26.18 \
813812
uvicorn[standard]==0.19.0 \
814813
--hash=sha256:cc277f7e73435748e69e075a721841f7c4a95dba06d12a72fe9874acced16f6f \
815814
--hash=sha256:cf538f3018536edb1f4a826311137ab4944ed741d52aeb98846f52215de57f25
816-
# via
817-
# google-cloud-aiplatform
818-
# uvicorn
815+
# via google-cloud-aiplatform
819816
uvloop==0.17.0 \
820817
--hash=sha256:0949caf774b9fcefc7c5756bacbbbd3fc4c05a6b7eebc7c7ad6f825b23998d6d \
821818
--hash=sha256:0ddf6baf9cf11a1a22c71487f39f15b2cf78eb5bde7e5b45fbb99e8a9d91b9e1 \

0 commit comments

Comments
 (0)