Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4bf13c3

Browse files
authored
Merge branch 'master' into master
2 parents8ed1e0e +d4ab06a commit4bf13c3

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
TIANGOLO_BUILD_PACKAGE:${{ matrix.package }}
3636
run:python -m build
3737
-name:Publish
38-
uses:pypa/gh-action-pypi-publish@v1.10.3
38+
uses:pypa/gh-action-pypi-publish@v1.11.0
3939
-name:Dump GitHub context
4040
env:
4141
GITHUB_CONTEXT:${{ toJson(github) }}

‎docs/en/docs/release-notes.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ hide:
4343

4444
###Internal
4545

46+
* ⬆ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0. PR[#12721](https://github.com/fastapi/fastapi/pull/12721) by[@dependabot[bot]](https://github.com/apps/dependabot).
47+
* ⬆ Update pre-commit requirement from <4.0.0,>=2.17.0 to >=2.17.0,<5.0.0. PR[#12749](https://github.com/fastapi/fastapi/pull/12749) by[@dependabot[bot]](https://github.com/apps/dependabot).
48+
* ⬆ Bump typer from 0.12.3 to 0.12.5. PR[#12748](https://github.com/fastapi/fastapi/pull/12748) by[@dependabot[bot]](https://github.com/apps/dependabot).
49+
* ⬆ Update flask requirement from <3.0.0,>=1.1.2 to >=1.1.2,<4.0.0. PR[#12747](https://github.com/fastapi/fastapi/pull/12747) by[@dependabot[bot]](https://github.com/apps/dependabot).
50+
* ⬆ Bump pillow from 10.4.0 to 11.0.0. PR[#12746](https://github.com/fastapi/fastapi/pull/12746) by[@dependabot[bot]](https://github.com/apps/dependabot).
51+
* ⬆ Update pytest requirement from <8.0.0,>=7.1.3 to >=7.1.3,<9.0.0. PR[#12745](https://github.com/fastapi/fastapi/pull/12745) by[@dependabot[bot]](https://github.com/apps/dependabot).
4652
* 🔧 Update sponsors: add Render. PR[#12733](https://github.com/fastapi/fastapi/pull/12733) by[@tiangolo](https://github.com/tiangolo).
4753
*[pre-commit.ci] pre-commit autoupdate. PR[#12707](https://github.com/fastapi/fastapi/pull/12707) by[@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
4854

‎requirements-docs.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
mkdocs-material==9.5.18
44
mdx-include >=1.4.1,<2.0.0
55
mkdocs-redirects>=1.2.1,<1.3.0
6-
typer == 0.12.3
6+
typer == 0.12.5
77
pyyaml >=5.3.1,<7.0.0
88
# For Material for MkDocs, Chinese search
99
jieba==0.42.1
1010
# For image processing by Material for MkDocs
11-
pillow==10.4.0
11+
pillow==11.0.0
1212
# For image processing by Material for MkDocs
1313
cairosvg==2.7.1
1414
mkdocstrings[python]==0.26.1

‎requirements-tests.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
-e .[all]
22
-r requirements-docs-tests.txt
3-
pytest >=7.1.3,<8.0.0
3+
pytest >=7.1.3,<9.0.0
44
coverage[toml] >= 6.5.0,< 8.0
55
mypy ==1.8.0
66
dirty-equals ==0.6.0
77
sqlmodel==0.0.22
8-
flask >=1.1.2,<3.0.0
8+
flask >=1.1.2,<4.0.0
99
anyio[trio] >=3.2.1,<4.0.0
1010
PyJWT==2.8.0
1111
pyyaml >=5.3.1,<7.0.0

‎requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-e .[all]
22
-r requirements-tests.txt
33
-r requirements-docs.txt
4-
pre-commit>=2.17.0,<4.0.0
4+
pre-commit>=2.17.0,<5.0.0
55
# For generating screenshots
66
playwright

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp