Skip to content

Commit

Permalink
fix(deps): lock file maintenance website-backend (#3140)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
|  |  | lockFileMaintenance | All locks refreshed |  |  |  |  |
| [cvss](https://redirect.github.com/RedHatProductSecurity/cvss)
([changelog](https://redirect.github.com/RedHatProductSecurity/cvss/releases))
| project.dependencies | minor | `==3.3` -> `==3.4` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/cvss/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/cvss/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/cvss/3.3/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cvss/3.3/3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [whitenoise](https://redirect.github.com/evansd/whitenoise)
([changelog](https://whitenoise.readthedocs.io/en/stable/changelog.html))
| project.dependencies | minor | `==6.8.2` -> `==6.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/whitenoise/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/whitenoise/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/whitenoise/6.8.2/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/whitenoise/6.8.2/6.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Release Notes

<details>
<summary>RedHatProductSecurity/cvss (cvss)</summary>

###
[`v3.4`](https://redirect.github.com/RedHatProductSecurity/cvss/releases/tag/v3.4)

[Compare
Source](https://redirect.github.com/RedHatProductSecurity/cvss/compare/v3.3...v3.4)

-   Add `from_rh_vector` method to `CVSS4`.
-   Updated setup files for new Python versions.

</details>

<details>
<summary>evansd/whitenoise (whitenoise)</summary>

###
[`v6.9.0`](https://redirect.github.com/evansd/whitenoise/compare/6.8.2...6.9.0)

[Compare
Source](https://redirect.github.com/evansd/whitenoise/compare/6.8.2...6.9.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/google/osv.dev).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
  • Loading branch information
renovate-bot authored Feb 12, 2025
1 parent ec373a4 commit 2a0e6b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions gcp/website/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gcp/website/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ dependencies = [
"redis==4.6.0",
"requests==2.32.3",
"gunicorn==22.0.0",
"whitenoise==6.8.2",
"cvss==3.3",
"whitenoise==6.9.0",
"cvss==3.4",
"osv",
]

Expand Down

0 comments on commit 2a0e6b5

Please sign in to comment.