This repository was archived by the owner on Apr 15, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit 6a8df4b
chore(deps): update dev (#671)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fastapi](https://togithub.com/tiangolo/fastapi) | `==0.89.0` ->
`==0.89.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [pyright](https://togithub.com/RobertCraigie/pyright-python) |
`==1.1.287` -> `==1.1.292` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest](https://docs.pytest.org/en/latest/)
([source](https://togithub.com/pytest-dev/pytest),
[changelog](https://docs.pytest.org/en/stable/changelog.html)) |
`==7.2.0` -> `==7.2.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [pytest-subprocess](https://togithub.com/aklajnert/pytest-subprocess)
| `==1.4.2` -> `==1.5.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/)
|
| [slotscheck](https://togithub.com/ariebovenberg/slotscheck) |
`==0.16.3` -> `==0.16.4` |
[](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>tiangolo/fastapi</summary>
###
[`v0.89.1`](https://togithub.com/tiangolo/fastapi/releases/tag/0.89.1)
[Compare
Source](https://togithub.com/tiangolo/fastapi/compare/0.89.0...0.89.1)
##### Fixes
- 🐛 Ignore Response classes on return annotation. PR
[#​5855](https://togithub.com/tiangolo/fastapi/pull/5855) by
[@​Kludex](https://togithub.com/Kludex). See the new docs in the
PR below.
##### Docs
- 📝 Update docs and examples for Response Model with Return Type
Annotations, and update runtime error. PR
[#​5873](https://togithub.com/tiangolo/fastapi/pull/5873) by
[@​tiangolo](https://togithub.com/tiangolo). New docs at [Response
Model - Return Type: Other Return Type
Annotations](https://fastapi.tiangolo.com/tutorial/response-model/#other-return-type-annotations).
- 📝 Add External Link: FastAPI lambda container: serverless simplified.
PR [#​5784](https://togithub.com/tiangolo/fastapi/pull/5784) by
[@​rafrasenberg](https://togithub.com/rafrasenberg).
##### Translations
- 🌐 Add Turkish translation for `docs/tr/docs/tutorial/first_steps.md`.
PR [#​5691](https://togithub.com/tiangolo/fastapi/pull/5691) by
[@​Kadermiyanyedi](https://togithub.com/Kadermiyanyedi).
</details>
<details>
<summary>RobertCraigie/pyright-python</summary>
###
[`v1.1.292`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.291...v1.1.292)
[Compare
Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.291...v1.1.292)
###
[`v1.1.291`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.290...v1.1.291)
[Compare
Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.290...v1.1.291)
###
[`v1.1.290`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.289...v1.1.290)
[Compare
Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.289...v1.1.290)
###
[`v1.1.289`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.288...v1.1.289)
[Compare
Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.288...v1.1.289)
###
[`v1.1.288`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.287...v1.1.288)
[Compare
Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.287...v1.1.288)
</details>
<details>
<summary>pytest-dev/pytest</summary>
###
[`v7.2.1`](https://togithub.com/pytest-dev/pytest/releases/tag/7.2.1)
[Compare
Source](https://togithub.com/pytest-dev/pytest/compare/7.2.0...7.2.1)
# pytest 7.2.1 (2023-01-13)
## Bug Fixes
- [#​10452](https://togithub.com/pytest-dev/pytest/issues/10452):
Fix 'importlib.abc.TraversableResources' deprecation warning in Python
3.12.
- [#​10457](https://togithub.com/pytest-dev/pytest/issues/10457):
If a test is skipped from inside a fixture, the test summary now shows
the test location instead of the fixture location.
- [#​10506](https://togithub.com/pytest-dev/pytest/issues/10506):
Fix bug where sometimes pytest would use the file system root directory
as `rootdir <rootdir>`{.interpreted-text role="ref"} on Windows.
- [#​10607](https://togithub.com/pytest-dev/pytest/issues/10607):
Fix a race condition when creating junitxml reports, which could occur
when multiple instances of pytest execute in parallel.
- [#​10641](https://togithub.com/pytest-dev/pytest/issues/10641):
Fix a race condition when creating or updating the stepwise plugin's
cache, which could occur when multiple xdist worker nodes try to
simultaneously update the stepwise plugin's cache.
</details>
<details>
<summary>aklajnert/pytest-subprocess</summary>
###
[`v1.5.0`](https://togithub.com/aklajnert/pytest-subprocess/blob/HEAD/HISTORY.rst#​150-2023-01-28)
[Compare
Source](https://togithub.com/aklajnert/pytest-subprocess/compare/1.4.2...1.5.0)
Features
* `#​109
<https://github.com/aklajnert/pytest-subprocess/pull/109>`_: Match also
`os.PathLike`.
* `#​105
<https://github.com/aklajnert/pytest-subprocess/pull/105>`_: Add program
matcher.
Other changes
- `#​110
<https://github.com/aklajnert/pytest-subprocess/pull/110>`\_: Produce
TypeError on Win Py<3.8 for Path args.
</details>
<details>
<summary>ariebovenberg/slotscheck</summary>
###
[`v0.16.4`](https://togithub.com/ariebovenberg/slotscheck/blob/HEAD/CHANGELOG.rst#​0164-2023-01-13)
[Compare
Source](https://togithub.com/ariebovenberg/slotscheck/compare/v0.16.3...v0.16.4)
- Remove `tomli` dependency on Python 3.11+
</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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/RobertCraigie/prisma-client-py).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTE5LjAifQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Craigie <robert@craigie.dev>1 parent 7e217a0 commit 6a8df4bCopy full SHA for 6a8df4b
File tree
Expand file treeCollapse file tree
4 files changed
+5
-5
lines changedFilter options
- pipelines/requirements
- deps
Expand file treeCollapse file tree
4 files changed
+5
-5
lines changedpipelines/requirements/deps/pyright.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
pipelines/requirements/deps/pytest.txt
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
pipelines/requirements/lint.txt
Copy file name to clipboardExpand all lines: pipelines/requirements/lint.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + |
pipelines/requirements/test.txt
Copy file name to clipboardExpand all lines: pipelines/requirements/test.txt+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 |
| - | |
| 9 | + |
0 commit comments