Commit e3f093c
authored
fix(deps): update dependency fastapi to v0.122.0 (#280)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fastapi](https://redirect.github.com/fastapi/fastapi)
([changelog](https://fastapi.tiangolo.com/release-notes/)) | `==0.121.3`
-> `==0.122.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>fastapi/fastapi (fastapi)</summary>
###
[`v0.122.0`](https://redirect.github.com/fastapi/fastapi/releases/tag/0.122.0)
[Compare
Source](https://redirect.github.com/fastapi/fastapi/compare/0.121.3...0.122.0)
##### Fixes
- 🐛 Use `401` status code in security classes when credentials are
missing. PR
[#​13786](https://redirect.github.com/fastapi/fastapi/pull/13786)
by [@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- If your code depended on these classes raising the old (less correct)
`403` status code, check the new docs about how to override the classes,
to use the same old behavior: [Use Old 403 Authentication Error Status
Codes](https://fastapi.tiangolo.com/how-to/authentication-error-status-code/).
##### Internal
- 🔧 Configure labeler to exclude files that start from underscore for
`lang-all` label. PR
[#​14213](https://redirect.github.com/fastapi/fastapi/pull/14213)
by [@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- 👷 Add pre-commit config with local script for permalinks. PR
[#​14398](https://redirect.github.com/fastapi/fastapi/pull/14398)
by [@​tiangolo](https://redirect.github.com/tiangolo).
- 💄 Use font Fira Code to fix display of Rich panels in docs in Windows.
PR
[#​14387](https://redirect.github.com/fastapi/fastapi/pull/14387)
by [@​tiangolo](https://redirect.github.com/tiangolo).
- 👷 Add custom pre-commit CI. PR
[#​14397](https://redirect.github.com/fastapi/fastapi/pull/14397)
by [@​tiangolo](https://redirect.github.com/tiangolo).
- ⬆ Bump actions/checkout from 5 to 6. PR
[#​14381](https://redirect.github.com/fastapi/fastapi/pull/14381)
by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- 👷 Upgrade `latest-changes` GitHub Action and pin
`actions/checkout@v5`. PR
[#​14403](https://redirect.github.com/fastapi/fastapi/pull/14403)
by [@​svlandeg](https://redirect.github.com/svlandeg).
- 🛠️ Add `add-permalinks` and `add-permalinks-page` to
`scripts/docs.py`. PR
[#​14033](https://redirect.github.com/fastapi/fastapi/pull/14033)
by [@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- 🔧 Upgrade Material for MkDocs and remove insiders. PR
[#​14375](https://redirect.github.com/fastapi/fastapi/pull/14375)
by [@​tiangolo](https://redirect.github.com/tiangolo).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone
Europe/Dublin.
🚦 **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/BSStudio/bss-web-file-api).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS41IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d3202a9 commit e3f093c
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments