Skip to content

Commit

Permalink
chore(deps): update dependency cryptography to v43 [security] (Google…
Browse files Browse the repository at this point in the history
…CloudPlatform#1105)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [cryptography](https://redirect.github.com/pyca/cryptography)
([changelog](https://cryptography.io/en/latest/changelog/)) | `42.0.8`
-> `43.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/cryptography/43.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/cryptography/43.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/cryptography/42.0.8/43.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cryptography/42.0.8/43.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

### GitHub Vulnerability Alerts

####
[GHSA-h4gh-qq45-vh27](https://redirect.github.com/pyca/cryptography/security/advisories/GHSA-h4gh-qq45-vh27)

pyca/cryptography's wheels include a statically linked copy of OpenSSL.
The versions of OpenSSL included in cryptography 37.0.0-43.0.0 are
vulnerable to a security issue. More details about the vulnerability
itself can be found in
https://openssl-library.org/news/secadv/20240903.txt.

If you are building cryptography source ("sdist") then you are
responsible for upgrading your copy of OpenSSL. Only users installing
from wheels built by the cryptography project (i.e., those distributed
on PyPI) need to update their cryptography versions.

---

### Release Notes

<details>
<summary>pyca/cryptography (cryptography)</summary>

###
[`v43.0.1`](https://redirect.github.com/pyca/cryptography/compare/43.0.0...43.0.1)

[Compare
Source](https://redirect.github.com/pyca/cryptography/compare/43.0.0...43.0.1)

###
[`v43.0.0`](https://redirect.github.com/pyca/cryptography/compare/42.0.8...43.0.0)

[Compare
Source](https://redirect.github.com/pyca/cryptography/compare/42.0.8...43.0.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/GoogleCloudPlatform/generative-ai).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate-bot authored and hootan-na committed Sep 18, 2024
1 parent 0243b93 commit 3db331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemini/sample-apps/llamaindex-rag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ click = "8.1.7"
coloredlogs = "15.0.1"
contourpy = "1.2.1"
crashtest = "0.4.1"
cryptography = "42.0.8"
cryptography = "43.0.1"
cycler = "0.12.1"
dataclasses-json = "0.6.7"
datasets = "2.20.0"
Expand Down

0 comments on commit 3db331f

Please sign in to comment.