Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit d86d460

Browse files
chore(deps): update dev (#630)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/pypi/fastapi/0.88.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/fastapi/0.88.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/fastapi/0.88.0/compatibility-slim/0.85.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/fastapi/0.88.0/confidence-slim/0.85.1)](https://docs.renovatebot.com/merge-confidence/) | | [mkdocs-material](https://togithub.com/squidfunk/mkdocs-material) | `==8.5.9` -> `==8.5.11` | [![age](https://badges.renovateapi.com/packages/pypi/mkdocs-material/8.5.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/mkdocs-material/8.5.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/mkdocs-material/8.5.11/compatibility-slim/8.5.9)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/mkdocs-material/8.5.11/confidence-slim/8.5.9)](https://docs.renovatebot.com/merge-confidence/) | | [pyright](https://togithub.com/RobertCraigie/pyright-python) | `==1.1.280` -> `==1.1.282` | [![age](https://badges.renovateapi.com/packages/pypi/pyright/1.1.282/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pyright/1.1.282/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pyright/1.1.282/compatibility-slim/1.1.280)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pyright/1.1.282/confidence-slim/1.1.280)](https://docs.renovatebot.com/merge-confidence/) | | [syrupy](https://togithub.com/tophat/syrupy) | `==3.0.2` -> `==3.0.5` | [![age](https://badges.renovateapi.com/packages/pypi/syrupy/3.0.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/syrupy/3.0.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/syrupy/3.0.5/compatibility-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/syrupy/3.0.5/confidence-slim/3.0.2)](https://docs.renovatebot.com/merge-confidence/) | | [twine](https://twine.readthedocs.io/) ([source](https://togithub.com/pypa/twine)) | `==4.0.1` -> `==4.0.2` | [![age](https://badges.renovateapi.com/packages/pypi/twine/4.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/twine/4.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/twine/4.0.2/compatibility-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/twine/4.0.2/confidence-slim/4.0.1)](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 [#&#8203;5659](https://togithub.com/tiangolo/fastapi/pull/5659) by [@&#8203;azogue](https://togithub.com/azogue). ##### Docs - ✏️ Fix typo in docs for `docs/en/docs/advanced/middleware.md`. PR [#&#8203;5376](https://togithub.com/tiangolo/fastapi/pull/5376) by [@&#8203;rifatrakib](https://togithub.com/rifatrakib). ##### Translations - 🌐 Add Portuguese translation for `docs/pt/docs/deployment/docker.md`. PR [#&#8203;5663](https://togithub.com/tiangolo/fastapi/pull/5663) by [@&#8203;ayr-ton](https://togithub.com/ayr-ton). ##### Internal - 👷 Tweak build-docs to improve CI performance. PR [#&#8203;5699](https://togithub.com/tiangolo/fastapi/pull/5699) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;5566](https://togithub.com/tiangolo/fastapi/pull/5566) by [@&#8203;pre-commit-ci\[bot\]](https://togithub.com/apps/pre-commit-ci). - ⬆️ Upgrade Ruff. PR [#&#8203;5698](https://togithub.com/tiangolo/fastapi/pull/5698) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Remove pip cache for Smokeshow as it depends on a requirements.txt. PR [#&#8203;5700](https://togithub.com/tiangolo/fastapi/pull/5700) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 💚 Fix pip cache for Smokeshow. PR [#&#8203;5697](https://togithub.com/tiangolo/fastapi/pull/5697) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Fix and tweak CI cache handling. PR [#&#8203;5696](https://togithub.com/tiangolo/fastapi/pull/5696) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👷 Update `setup-python` action in tests to use new caching feature. PR [#&#8203;5680](https://togithub.com/tiangolo/fastapi/pull/5680) by [@&#8203;madkinsz](https://togithub.com/madkinsz). - ⬆ Bump black from 22.8.0 to 22.10.0. PR [#&#8203;5569](https://togithub.com/tiangolo/fastapi/pull/5569) by [@&#8203;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 [@&#8203;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 [#&#8203;5634](https://togithub.com/tiangolo/fastapi/pull/5634) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ✨ Re-export Starlette's `WebSocketException` and add it to docs. PR [#&#8203;5629](https://togithub.com/tiangolo/fastapi/pull/5629) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 📝 Update references to Requests for tests to HTTPX, and add HTTPX to extras. PR [#&#8203;5628](https://togithub.com/tiangolo/fastapi/pull/5628) by [@&#8203;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 [#&#8203;5471](https://togithub.com/tiangolo/fastapi/pull/5471) by [@&#8203;pawelrubin](https://togithub.com/pawelrubin). ##### Docs - ✏️ Tweak Help FastAPI from PR review after merging. PR [#&#8203;5633](https://togithub.com/tiangolo/fastapi/pull/5633) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ✏️ Clarify docs on CORS. PR [#&#8203;5627](https://togithub.com/tiangolo/fastapi/pull/5627) by [@&#8203;paxcodes](https://togithub.com/paxcodes). - 📝 Update Help FastAPI: Help Maintain FastAPI. PR [#&#8203;5632](https://togithub.com/tiangolo/fastapi/pull/5632) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Translations - 🌐 Fix highlight lines for Japanese translation for `docs/tutorial/query-params.md`. PR [#&#8203;2969](https://togithub.com/tiangolo/fastapi/pull/2969) by [@&#8203;ftnext](https://togithub.com/ftnext). - 🌐 Add French translation for `docs/fr/docs/advanced/additional-status-code.md`. PR [#&#8203;5477](https://togithub.com/tiangolo/fastapi/pull/5477) by [@&#8203;axel584](https://togithub.com/axel584). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-forms-and-files.md`. PR [#&#8203;5579](https://togithub.com/tiangolo/fastapi/pull/5579) by [@&#8203;batlopes](https://togithub.com/batlopes). - 🌐 Add Japanese translation for `docs/ja/docs/advanced/websockets.md`. PR [#&#8203;4983](https://togithub.com/tiangolo/fastapi/pull/4983) by [@&#8203;xryuseix](https://togithub.com/xryuseix). ##### Internal - ✨ Use Ruff for linting. PR [#&#8203;5630](https://togithub.com/tiangolo/fastapi/pull/5630) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🛠 Add Arabic issue number to Notify Translations GitHub Action. PR [#&#8203;5610](https://togithub.com/tiangolo/fastapi/pull/5610) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ⬆ Bump dawidd6/action-download-artifact from 2.24.1 to 2.24.2. PR [#&#8203;5609](https://togithub.com/tiangolo/fastapi/pull/5609) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump dawidd6/action-download-artifact from 2.24.0 to 2.24.1. PR [#&#8203;5603](https://togithub.com/tiangolo/fastapi/pull/5603) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - 📝 Update coverage badge to use Samuel Colvin's Smokeshow. PR [#&#8203;5585](https://togithub.com/tiangolo/fastapi/pull/5585) by [@&#8203;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 [#&#8203;5587](https://togithub.com/tiangolo/fastapi/pull/5587) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - ✅ Enable tests for Python 3.11. PR [#&#8203;4881](https://togithub.com/tiangolo/fastapi/pull/4881) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Fixes - 🐛 Close FormData (uploaded files) after the request is done. PR [#&#8203;5465](https://togithub.com/tiangolo/fastapi/pull/5465) by [@&#8203;adriangb](https://togithub.com/adriangb). ##### Docs - ✏ Fix typo in `docs/en/docs/tutorial/security/oauth2-jwt.md`. PR [#&#8203;5584](https://togithub.com/tiangolo/fastapi/pull/5584) by [@&#8203;vivekashok1221](https://togithub.com/vivekashok1221). ##### Translations - 🌐 Update wording in Chinese translation for `docs/zh/docs/python-types.md`. PR [#&#8203;5416](https://togithub.com/tiangolo/fastapi/pull/5416) by [@&#8203;supercaizehua](https://togithub.com/supercaizehua). - 🌐 Add Russian translation for `docs/ru/docs/deployment/index.md`. PR [#&#8203;5336](https://togithub.com/tiangolo/fastapi/pull/5336) by [@&#8203;Xewus](https://togithub.com/Xewus). - 🌐 Update Chinese translation for `docs/tutorial/security/oauth2-jwt.md`. PR [#&#8203;3846](https://togithub.com/tiangolo/fastapi/pull/3846) by [@&#8203;jaystone776](https://togithub.com/jaystone776). ##### Internal - 👷 Update FastAPI People to exclude bots: pre-commit-ci, dependabot. PR [#&#8203;5586](https://togithub.com/tiangolo/fastapi/pull/5586) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🎨 Format OpenAPI JSON in `test_starlette_exception.py`. PR [#&#8203;5379](https://togithub.com/tiangolo/fastapi/pull/5379) by [@&#8203;iudeen](https://togithub.com/iudeen). - 👷 Switch from Codecov to Smokeshow plus pytest-cov to pure coverage for internal tests. PR [#&#8203;5583](https://togithub.com/tiangolo/fastapi/pull/5583) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 👥 Update FastAPI People. PR [#&#8203;5571](https://togithub.com/tiangolo/fastapi/pull/5571) by [@&#8203;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 [#&#8203;5432](https://togithub.com/tiangolo/fastapi/pull/5432) by [@&#8203;pamelafox](https://togithub.com/pamelafox). - ✏ Fix broken link in `alternatives.md`. PR [#&#8203;5455](https://togithub.com/tiangolo/fastapi/pull/5455) by [@&#8203;su-shubham](https://togithub.com/su-shubham). - ✏ Fix typo in docs about contributing, for compatibility with `pip` in Zsh. PR [#&#8203;5523](https://togithub.com/tiangolo/fastapi/pull/5523) by [@&#8203;zhangbo2012](https://togithub.com/zhangbo2012). - 📝 Fix typo in docs with examples for Python 3.10 instead of 3.9. PR [#&#8203;5545](https://togithub.com/tiangolo/fastapi/pull/5545) by [@&#8203;feliciss](https://togithub.com/feliciss). ##### Translations - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/request-forms.md`. PR [#&#8203;4934](https://togithub.com/tiangolo/fastapi/pull/4934) by [@&#8203;batlopes](https://togithub.com/batlopes). - 🌐 Add Chinese translation for `docs/zh/docs/tutorial/dependencies/classes-as-dependencies.md`. PR [#&#8203;4971](https://togithub.com/tiangolo/fastapi/pull/4971) by [@&#8203;Zssaer](https://togithub.com/Zssaer). - 🌐 Add French translation for `deployment/deta.md`. PR [#&#8203;3692](https://togithub.com/tiangolo/fastapi/pull/3692) by [@&#8203;rjNemo](https://togithub.com/rjNemo). - 🌐 Update Chinese translation for `docs/zh/docs/tutorial/query-params-str-validations.md`. PR [#&#8203;5255](https://togithub.com/tiangolo/fastapi/pull/5255) by [@&#8203;hjlarry](https://togithub.com/hjlarry). - 🌐 Add Chinese translation for `docs/zh/docs/tutorial/sql-databases.md`. PR [#&#8203;4999](https://togithub.com/tiangolo/fastapi/pull/4999) by [@&#8203;Zssaer](https://togithub.com/Zssaer). - 🌐 Add Chinese translation for `docs/zh/docs/advanced/wsgi.md`. PR [#&#8203;4505](https://togithub.com/tiangolo/fastapi/pull/4505) by [@&#8203;ASpathfinder](https://togithub.com/ASpathfinder). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/body-multiple-params.md`. PR [#&#8203;4111](https://togithub.com/tiangolo/fastapi/pull/4111) by [@&#8203;lbmendes](https://togithub.com/lbmendes). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/path-params-numeric-validations.md`. PR [#&#8203;4099](https://togithub.com/tiangolo/fastapi/pull/4099) by [@&#8203;lbmendes](https://togithub.com/lbmendes). - 🌐 Add French translation for `deployment/versions.md`. PR [#&#8203;3690](https://togithub.com/tiangolo/fastapi/pull/3690) by [@&#8203;rjNemo](https://togithub.com/rjNemo). - 🌐 Add French translation for `docs/fr/docs/help-fastapi.md`. PR [#&#8203;2233](https://togithub.com/tiangolo/fastapi/pull/2233) by [@&#8203;JulianMaurin](https://togithub.com/JulianMaurin). - 🌐 Fix typo in Chinese translation for `docs/zh/docs/tutorial/security/first-steps.md`. PR [#&#8203;5530](https://togithub.com/tiangolo/fastapi/pull/5530) by [@&#8203;yuki1sntSnow](https://togithub.com/yuki1sntSnow). - 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/response-status-code.md`. PR [#&#8203;4922](https://togithub.com/tiangolo/fastapi/pull/4922) by [@&#8203;batlopes](https://togithub.com/batlopes). - 🔧 Add config for Tamil translations. PR [#&#8203;5563](https://togithub.com/tiangolo/fastapi/pull/5563) by [@&#8203;tiangolo](https://togithub.com/tiangolo). ##### Internal - ⬆ Bump internal dependency mypy from 0.971 to 0.982. PR [#&#8203;5541](https://togithub.com/tiangolo/fastapi/pull/5541) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump nwtgck/actions-netlify from 1.2.3 to 1.2.4. PR [#&#8203;5507](https://togithub.com/tiangolo/fastapi/pull/5507) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump internal dependency types-ujson from 5.4.0 to 5.5.0. PR [#&#8203;5537](https://togithub.com/tiangolo/fastapi/pull/5537) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ Bump dawidd6/action-download-artifact from 2.23.0 to 2.24.0. PR [#&#8203;5508](https://togithub.com/tiangolo/fastapi/pull/5508) by [@&#8203;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 [#&#8203;5539](https://togithub.com/tiangolo/fastapi/pull/5539) by [@&#8203;dependabot\[bot\]](https://togithub.com/apps/dependabot). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;5536](https://togithub.com/tiangolo/fastapi/pull/5536) by [@&#8203;pre-commit-ci\[bot\]](https://togithub.com/apps/pre-commit-ci). - 🐛 Fix internal Trio test warnings. PR [#&#8203;5547](https://togithub.com/tiangolo/fastapi/pull/5547) by [@&#8203;samuelcolvin](https://togithub.com/samuelcolvin). - ⬆ \[pre-commit.ci] pre-commit autoupdate. PR [#&#8203;5408](https://togithub.com/tiangolo/fastapi/pull/5408) by [@&#8203;pre-commit-ci\[bot\]](https://togithub.com/apps/pre-commit-ci). - ⬆️ Upgrade Typer to include Rich in scripts for docs. PR [#&#8203;5502](https://togithub.com/tiangolo/fastapi/pull/5502) by [@&#8203;tiangolo](https://togithub.com/tiangolo). - 🐛 Fix calling `mkdocs` for languages as a subprocess to fix/enable MkDocs Material search plugin. PR [#&#8203;5501](https://togithub.com/tiangolo/fastapi/pull/5501) by [@&#8203;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 [#&#8203;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#&#8203;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 ([#&#8203;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#&#8203;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 ([#&#8203;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#&#8203;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 ([#&#8203;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 d86d460

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyright==1.1.280
1+
pyright==1.1.282

pipelines/requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ nox==2022.11.21
22
wheel==0.38.4
33
blue==0.9.1
44
pre-commit==2.20.0
5-
twine==4.0.1
5+
twine==4.0.2
66
typer==0.7.0
77
rtoml==0.9.0
88
GitPython

pipelines/requirements/docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mkdocs==1.4.2
2-
mkdocs-material==8.5.9
2+
mkdocs-material==8.5.11

pipelines/requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pytest-sugar
55
mock==4.0.3
66
pytest-mock==3.10.0
77
pytest-subprocess==1.4.2
8-
syrupy==3.0.2
9-
fastapi==0.85.1
8+
syrupy==3.0.5
9+
fastapi==0.88.0

0 commit comments

Comments
 (0)