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 d86d460
authored
chore(deps): update dev (#630)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fastapi](https://togithub.com/tiangolo/fastapi) | `==0.85.1` ->
`==0.88.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/)
|
| [mkdocs-material](https://togithub.com/squidfunk/mkdocs-material) |
`==8.5.9` -> `==8.5.11` |
[](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.280` -> `==1.1.282` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [syrupy](https://togithub.com/tophat/syrupy) | `==3.0.2` -> `==3.0.5`
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [twine](https://twine.readthedocs.io/)
([source](https://togithub.com/pypa/twine)) | `==4.0.1` -> `==4.0.2` |
[](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.88.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.88.0)
[Compare
Source](https://togithub.com/tiangolo/fastapi/compare/0.87.0...0.88.0)
##### Upgrades
- ⬆ Bump Starlette to version `0.22.0` to fix bad encoding for query
parameters in new `TestClient`. PR
[#​5659](https://togithub.com/tiangolo/fastapi/pull/5659) by
[@​azogue](https://togithub.com/azogue).
##### Docs
- ✏️ Fix typo in docs for `docs/en/docs/advanced/middleware.md`. PR
[#​5376](https://togithub.com/tiangolo/fastapi/pull/5376) by
[@​rifatrakib](https://togithub.com/rifatrakib).
##### Translations
- 🌐 Add Portuguese translation for `docs/pt/docs/deployment/docker.md`.
PR [#​5663](https://togithub.com/tiangolo/fastapi/pull/5663) by
[@​ayr-ton](https://togithub.com/ayr-ton).
##### Internal
- 👷 Tweak build-docs to improve CI performance. PR
[#​5699](https://togithub.com/tiangolo/fastapi/pull/5699) by
[@​tiangolo](https://togithub.com/tiangolo).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#​5566](https://togithub.com/tiangolo/fastapi/pull/5566) by
[@​pre-commit-ci\[bot\]](https://togithub.com/apps/pre-commit-ci).
- ⬆️ Upgrade Ruff. PR
[#​5698](https://togithub.com/tiangolo/fastapi/pull/5698) by
[@​tiangolo](https://togithub.com/tiangolo).
- 👷 Remove pip cache for Smokeshow as it depends on a requirements.txt.
PR [#​5700](https://togithub.com/tiangolo/fastapi/pull/5700) by
[@​tiangolo](https://togithub.com/tiangolo).
- 💚 Fix pip cache for Smokeshow. PR
[#​5697](https://togithub.com/tiangolo/fastapi/pull/5697) by
[@​tiangolo](https://togithub.com/tiangolo).
- 👷 Fix and tweak CI cache handling. PR
[#​5696](https://togithub.com/tiangolo/fastapi/pull/5696) by
[@​tiangolo](https://togithub.com/tiangolo).
- 👷 Update `setup-python` action in tests to use new caching feature. PR
[#​5680](https://togithub.com/tiangolo/fastapi/pull/5680) by
[@​madkinsz](https://togithub.com/madkinsz).
- ⬆ Bump black from 22.8.0 to 22.10.0. PR
[#​5569](https://togithub.com/tiangolo/fastapi/pull/5569) by
[@​dependabot\[bot\]](https://togithub.com/apps/dependabot).
###
[`v0.87.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.87.0)
[Compare
Source](https://togithub.com/tiangolo/fastapi/compare/0.86.0...0.87.0)
Highlights of this release:
- [Upgraded
Starlette](https://togithub.com/encode/starlette/releases/tag/0.21.0)
- Now the `TestClient` is based on HTTPX instead of Requests. 🚀
- There are some possible **breaking changes** in the `TestClient`
usage, but [@​Kludex](https://togithub.com/Kludex) built
[bump-testclient](https://togithub.com/Kludex/bump-testclient) to help
you automatize migrating your tests. Make sure you are using Git and
that you can undo any unnecessary changes (false positive changes, etc)
before using `bump-testclient`.
- New [WebSocketException (and
docs)](https://fastapi.tiangolo.com/advanced/websockets/#using-depends-and-others),
re-exported from Starlette.
- Upgraded and relaxed dependencies for package extras `all` (including
new Uvicorn version), when you install `"fastapi[all]"`.
- New docs about how to [**Help Maintain
FastAPI**](https://fastapi.tiangolo.com/help-fastapi/#help-maintain-fastapi).
##### Features
- ⬆️ Upgrade and relax dependencies for extras "all". PR
[#​5634](https://togithub.com/tiangolo/fastapi/pull/5634) by
[@​tiangolo](https://togithub.com/tiangolo).
- ✨ Re-export Starlette's `WebSocketException` and add it to docs. PR
[#​5629](https://togithub.com/tiangolo/fastapi/pull/5629) by
[@​tiangolo](https://togithub.com/tiangolo).
- 📝 Update references to Requests for tests to HTTPX, and add HTTPX to
extras. PR
[#​5628](https://togithub.com/tiangolo/fastapi/pull/5628) by
[@​tiangolo](https://togithub.com/tiangolo).
- ⬆ Upgrade Starlette to `0.21.0`, including the new [`TestClient` based
on HTTPX](https://togithub.com/encode/starlette/releases/tag/0.21.0). PR
[#​5471](https://togithub.com/tiangolo/fastapi/pull/5471) by
[@​pawelrubin](https://togithub.com/pawelrubin).
##### Docs
- ✏️ Tweak Help FastAPI from PR review after merging. PR
[#​5633](https://togithub.com/tiangolo/fastapi/pull/5633) by
[@​tiangolo](https://togithub.com/tiangolo).
- ✏️ Clarify docs on CORS. PR
[#​5627](https://togithub.com/tiangolo/fastapi/pull/5627) by
[@​paxcodes](https://togithub.com/paxcodes).
- 📝 Update Help FastAPI: Help Maintain FastAPI. PR
[#​5632](https://togithub.com/tiangolo/fastapi/pull/5632) by
[@​tiangolo](https://togithub.com/tiangolo).
##### Translations
- 🌐 Fix highlight lines for Japanese translation for
`docs/tutorial/query-params.md`. PR
[#​2969](https://togithub.com/tiangolo/fastapi/pull/2969) by
[@​ftnext](https://togithub.com/ftnext).
- 🌐 Add French translation for
`docs/fr/docs/advanced/additional-status-code.md`. PR
[#​5477](https://togithub.com/tiangolo/fastapi/pull/5477) by
[@​axel584](https://togithub.com/axel584).
- 🌐 Add Portuguese translation for
`docs/pt/docs/tutorial/request-forms-and-files.md`. PR
[#​5579](https://togithub.com/tiangolo/fastapi/pull/5579) by
[@​batlopes](https://togithub.com/batlopes).
- 🌐 Add Japanese translation for `docs/ja/docs/advanced/websockets.md`.
PR [#​4983](https://togithub.com/tiangolo/fastapi/pull/4983) by
[@​xryuseix](https://togithub.com/xryuseix).
##### Internal
- ✨ Use Ruff for linting. PR
[#​5630](https://togithub.com/tiangolo/fastapi/pull/5630) by
[@​tiangolo](https://togithub.com/tiangolo).
- 🛠 Add Arabic issue number to Notify Translations GitHub Action. PR
[#​5610](https://togithub.com/tiangolo/fastapi/pull/5610) by
[@​tiangolo](https://togithub.com/tiangolo).
- ⬆ Bump dawidd6/action-download-artifact from 2.24.1 to 2.24.2. PR
[#​5609](https://togithub.com/tiangolo/fastapi/pull/5609) by
[@​dependabot\[bot\]](https://togithub.com/apps/dependabot).
- ⬆ Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.1. PR
[#​5603](https://togithub.com/tiangolo/fastapi/pull/5603) by
[@​dependabot\[bot\]](https://togithub.com/apps/dependabot).
- 📝 Update coverage badge to use Samuel Colvin's Smokeshow. PR
[#​5585](https://togithub.com/tiangolo/fastapi/pull/5585) by
[@​tiangolo](https://togithub.com/tiangolo).
###
[`v0.86.0`](https://togithub.com/tiangolo/fastapi/releases/tag/0.86.0)
[Compare
Source](https://togithub.com/tiangolo/fastapi/compare/0.85.2...0.86.0)
##### Features
- ⬆ Add Python 3.11 to the officially supported versions. PR
[#​5587](https://togithub.com/tiangolo/fastapi/pull/5587) by
[@​tiangolo](https://togithub.com/tiangolo).
- ✅ Enable tests for Python 3.11. PR
[#​4881](https://togithub.com/tiangolo/fastapi/pull/4881) by
[@​tiangolo](https://togithub.com/tiangolo).
##### Fixes
- 🐛 Close FormData (uploaded files) after the request is done. PR
[#​5465](https://togithub.com/tiangolo/fastapi/pull/5465) by
[@​adriangb](https://togithub.com/adriangb).
##### Docs
- ✏ Fix typo in `docs/en/docs/tutorial/security/oauth2-jwt.md`. PR
[#​5584](https://togithub.com/tiangolo/fastapi/pull/5584) by
[@​vivekashok1221](https://togithub.com/vivekashok1221).
##### Translations
- 🌐 Update wording in Chinese translation for
`docs/zh/docs/python-types.md`. PR
[#​5416](https://togithub.com/tiangolo/fastapi/pull/5416) by
[@​supercaizehua](https://togithub.com/supercaizehua).
- 🌐 Add Russian translation for `docs/ru/docs/deployment/index.md`. PR
[#​5336](https://togithub.com/tiangolo/fastapi/pull/5336) by
[@​Xewus](https://togithub.com/Xewus).
- 🌐 Update Chinese translation for
`docs/tutorial/security/oauth2-jwt.md`. PR
[#​3846](https://togithub.com/tiangolo/fastapi/pull/3846) by
[@​jaystone776](https://togithub.com/jaystone776).
##### Internal
- 👷 Update FastAPI People to exclude bots: pre-commit-ci, dependabot. PR
[#​5586](https://togithub.com/tiangolo/fastapi/pull/5586) by
[@​tiangolo](https://togithub.com/tiangolo).
- 🎨 Format OpenAPI JSON in `test_starlette_exception.py`. PR
[#​5379](https://togithub.com/tiangolo/fastapi/pull/5379) by
[@​iudeen](https://togithub.com/iudeen).
- 👷 Switch from Codecov to Smokeshow plus pytest-cov to pure coverage
for internal tests. PR
[#​5583](https://togithub.com/tiangolo/fastapi/pull/5583) by
[@​tiangolo](https://togithub.com/tiangolo).
- 👥 Update FastAPI People. PR
[#​5571](https://togithub.com/tiangolo/fastapi/pull/5571) by
[@​github-actions\[bot\]](https://togithub.com/apps/github-actions).
###
[`v0.85.2`](https://togithub.com/tiangolo/fastapi/releases/tag/0.85.2)
[Compare
Source](https://togithub.com/tiangolo/fastapi/compare/0.85.1...0.85.2)
**Note**: this release doesn't affect final users, it's mainly internal.
It unlocks Pydanitc work with the integration that runs FastAPI's tests
in Pydantic's CI.
##### Docs
- ✏ Fix grammar and add helpful links to dependencies in
`docs/en/docs/async.md`. PR
[#​5432](https://togithub.com/tiangolo/fastapi/pull/5432) by
[@​pamelafox](https://togithub.com/pamelafox).
- ✏ Fix broken link in `alternatives.md`. PR
[#​5455](https://togithub.com/tiangolo/fastapi/pull/5455) by
[@​su-shubham](https://togithub.com/su-shubham).
- ✏ Fix typo in docs about contributing, for compatibility with `pip` in
Zsh. PR [#​5523](https://togithub.com/tiangolo/fastapi/pull/5523)
by [@​zhangbo2012](https://togithub.com/zhangbo2012).
- 📝 Fix typo in docs with examples for Python 3.10 instead of 3.9. PR
[#​5545](https://togithub.com/tiangolo/fastapi/pull/5545) by
[@​feliciss](https://togithub.com/feliciss).
##### Translations
- 🌐 Add Portuguese translation for
`docs/pt/docs/tutorial/request-forms.md`. PR
[#​4934](https://togithub.com/tiangolo/fastapi/pull/4934) by
[@​batlopes](https://togithub.com/batlopes).
- 🌐 Add Chinese translation for
`docs/zh/docs/tutorial/dependencies/classes-as-dependencies.md`. PR
[#​4971](https://togithub.com/tiangolo/fastapi/pull/4971) by
[@​Zssaer](https://togithub.com/Zssaer).
- 🌐 Add French translation for `deployment/deta.md`. PR
[#​3692](https://togithub.com/tiangolo/fastapi/pull/3692) by
[@​rjNemo](https://togithub.com/rjNemo).
- 🌐 Update Chinese translation for
`docs/zh/docs/tutorial/query-params-str-validations.md`. PR
[#​5255](https://togithub.com/tiangolo/fastapi/pull/5255) by
[@​hjlarry](https://togithub.com/hjlarry).
- 🌐 Add Chinese translation for
`docs/zh/docs/tutorial/sql-databases.md`. PR
[#​4999](https://togithub.com/tiangolo/fastapi/pull/4999) by
[@​Zssaer](https://togithub.com/Zssaer).
- 🌐 Add Chinese translation for `docs/zh/docs/advanced/wsgi.md`. PR
[#​4505](https://togithub.com/tiangolo/fastapi/pull/4505) by
[@​ASpathfinder](https://togithub.com/ASpathfinder).
- 🌐 Add Portuguese translation for
`docs/pt/docs/tutorial/body-multiple-params.md`. PR
[#​4111](https://togithub.com/tiangolo/fastapi/pull/4111) by
[@​lbmendes](https://togithub.com/lbmendes).
- 🌐 Add Portuguese translation for
`docs/pt/docs/tutorial/path-params-numeric-validations.md`. PR
[#​4099](https://togithub.com/tiangolo/fastapi/pull/4099) by
[@​lbmendes](https://togithub.com/lbmendes).
- 🌐 Add French translation for `deployment/versions.md`. PR
[#​3690](https://togithub.com/tiangolo/fastapi/pull/3690) by
[@​rjNemo](https://togithub.com/rjNemo).
- 🌐 Add French translation for `docs/fr/docs/help-fastapi.md`. PR
[#​2233](https://togithub.com/tiangolo/fastapi/pull/2233) by
[@​JulianMaurin](https://togithub.com/JulianMaurin).
- 🌐 Fix typo in Chinese translation for
`docs/zh/docs/tutorial/security/first-steps.md`. PR
[#​5530](https://togithub.com/tiangolo/fastapi/pull/5530) by
[@​yuki1sntSnow](https://togithub.com/yuki1sntSnow).
- 🌐 Add Portuguese translation for
`docs/pt/docs/tutorial/response-status-code.md`. PR
[#​4922](https://togithub.com/tiangolo/fastapi/pull/4922) by
[@​batlopes](https://togithub.com/batlopes).
- 🔧 Add config for Tamil translations. PR
[#​5563](https://togithub.com/tiangolo/fastapi/pull/5563) by
[@​tiangolo](https://togithub.com/tiangolo).
##### Internal
- ⬆ Bump internal dependency mypy from 0.971 to 0.982. PR
[#​5541](https://togithub.com/tiangolo/fastapi/pull/5541) by
[@​dependabot\[bot\]](https://togithub.com/apps/dependabot).
- ⬆ Bump nwtgck/actions-netlify from 1.2.3 to 1.2.4. PR
[#​5507](https://togithub.com/tiangolo/fastapi/pull/5507) by
[@​dependabot\[bot\]](https://togithub.com/apps/dependabot).
- ⬆ Bump internal dependency types-ujson from 5.4.0 to 5.5.0. PR
[#​5537](https://togithub.com/tiangolo/fastapi/pull/5537) by
[@​dependabot\[bot\]](https://togithub.com/apps/dependabot).
- ⬆ Bump dawidd6/action-download-artifact from 2.23.0 to 2.24.0. PR
[#​5508](https://togithub.com/tiangolo/fastapi/pull/5508) by
[@​dependabot\[bot\]](https://togithub.com/apps/dependabot).
- ⬆ Update internal dependency pytest-cov requirement from
<4.0.0,>=2.12.0 to >=2.12.0,<5.0.0. PR
[#​5539](https://togithub.com/tiangolo/fastapi/pull/5539) by
[@​dependabot\[bot\]](https://togithub.com/apps/dependabot).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#​5536](https://togithub.com/tiangolo/fastapi/pull/5536) by
[@​pre-commit-ci\[bot\]](https://togithub.com/apps/pre-commit-ci).
- 🐛 Fix internal Trio test warnings. PR
[#​5547](https://togithub.com/tiangolo/fastapi/pull/5547) by
[@​samuelcolvin](https://togithub.com/samuelcolvin).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#​5408](https://togithub.com/tiangolo/fastapi/pull/5408) by
[@​pre-commit-ci\[bot\]](https://togithub.com/apps/pre-commit-ci).
- ⬆️ Upgrade Typer to include Rich in scripts for docs. PR
[#​5502](https://togithub.com/tiangolo/fastapi/pull/5502) by
[@​tiangolo](https://togithub.com/tiangolo).
- 🐛 Fix calling `mkdocs` for languages as a subprocess to fix/enable
MkDocs Material search plugin. PR
[#​5501](https://togithub.com/tiangolo/fastapi/pull/5501) by
[@​tiangolo](https://togithub.com/tiangolo).
</details>
<details>
<summary>squidfunk/mkdocs-material</summary>
###
[`v8.5.11`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/8.5.11):
mkdocs-material-8.5.11
[Compare
Source](https://togithub.com/squidfunk/mkdocs-material/compare/8.5.10...8.5.11)
- Let it snow, see
https://twitter.com/squidfunk/status/1597939243090788352
###
[`v8.5.10`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/8.5.10):
mkdocs-material-8.5.10
[Compare
Source](https://togithub.com/squidfunk/mkdocs-material/compare/8.5.9...8.5.10)
- Adjusted CSS to better allow for custom primary and accent colors
- Fixed
[#​4620](https://togithub.com/squidfunk/mkdocs-material/issues/4620):
Primary color is not applied (8.5.9 regression)
</details>
<details>
<summary>RobertCraigie/pyright-python</summary>
###
[`v1.1.282`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.281...v1.1.282)
[Compare
Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.281...v1.1.282)
###
[`v1.1.281`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.280...v1.1.281)
[Compare
Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.280...v1.1.281)
</details>
<details>
<summary>tophat/syrupy</summary>
###
[`v3.0.5`](https://togithub.com/tophat/syrupy/blob/HEAD/CHANGELOG.md#​305-httpsgithubcomtophatsyrupycomparev304v305-2022-11-08)
[Compare
Source](https://togithub.com/tophat/syrupy/compare/v3.0.4...v3.0.5)
##### Bug Fixes
- only instantiate colored objects if color is not disabled
([#​634](https://togithub.com/tophat/syrupy/issues/634))
([7f0fe22](https://togithub.com/tophat/syrupy/commit/7f0fe2255e56cafbad86f6e505019b8e507afd00))
###
[`v3.0.4`](https://togithub.com/tophat/syrupy/blob/HEAD/CHANGELOG.md#​304-httpsgithubcomtophatsyrupycomparev303v304-2022-11-03)
[Compare
Source](https://togithub.com/tophat/syrupy/compare/v3.0.3...v3.0.4)
##### Bug Fixes
- update poetry build backend
([#​631](https://togithub.com/tophat/syrupy/issues/631))
([4819026](https://togithub.com/tophat/syrupy/commit/48190261f31ee801d60daab046e37d6a910b3efc))
###
[`v3.0.3`](https://togithub.com/tophat/syrupy/blob/HEAD/CHANGELOG.md#​303-httpsgithubcomtophatsyrupycomparev302v303-2022-11-03)
[Compare
Source](https://togithub.com/tophat/syrupy/compare/v3.0.2...v3.0.3)
##### Bug Fixes
- use more expressive glob when building whl
([#​627](https://togithub.com/tophat/syrupy/issues/627))
([6a766e7](https://togithub.com/tophat/syrupy/commit/6a766e78d72fd3e74cc7725fead46b7f839b468a))
</details>
<details>
<summary>pypa/twine</summary>
### [`v4.0.2`](https://togithub.com/pypa/twine/releases/tag/4.0.2)
[Compare Source](https://togithub.com/pypa/twine/compare/4.0.1...4.0.2)
https://pypi.org/project/twine/4.0.2/
[Changelog](https://twine.readthedocs.io/en/stable/changelog.html#twine-4-0-2-2022-11-30)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent bd4446d commit d86d460Copy full SHA for d86d460
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/dev.txt
Copy file name to clipboardExpand all lines: pipelines/requirements/dev.txt+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
pipelines/requirements/docs.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 |
| |
2 |
| - | |
| 2 | + |
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 | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
| 9 | + |
0 commit comments