Skip to content

Commit

Permalink
build(deps): update dependency cryptography to v43.0.1 [security] (ma…
Browse files Browse the repository at this point in the history
…in) (#5010)

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/)) | `==43.0.0`
-> `==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/43.0.0/43.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cryptography/43.0.0/43.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

### 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)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "" in timezone Etc/UTC, Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/canonical/snapcraft).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 4, 2024
1 parent ad3b54b commit 31bec52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ craft-parts==2.0.0
craft-platforms==0.1.1
craft-providers==2.0.0
craft-store==3.0.0
cryptography==43.0.0
cryptography==43.0.1
cssutils==2.11.1
dict2css==0.3.0.post1
dill==0.3.8
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ craft-parts==2.0.0
craft-platforms==0.1.1
craft-providers==2.0.0
craft-store==3.0.0
cryptography==43.0.0
cryptography==43.0.1
cssutils==2.11.1
dict2css==0.3.0.post1
distro==1.9.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ craft-parts==2.0.0
craft-platforms==0.1.1
craft-providers==2.0.0
craft-store==3.0.0
cryptography==43.0.0
cryptography==43.0.1
distro==1.9.0
docutils==0.19
gnupg==2.3.1
Expand Down

0 comments on commit 31bec52

Please sign in to comment.