Skip to content

Commit a947837

Browse files
authored
Merge branch 'main' into bugfix/importlib-metadata-py38
2 parents 9776fe8 + 43ff312 commit a947837

13 files changed

+29
-14
lines changed

.github/workflows/build-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
python-version: "3.11"
6060
- name: Setup uv
61-
uses: astral-sh/setup-uv@v3
61+
uses: astral-sh/setup-uv@v5
6262
with:
6363
version: "0.4.15"
6464
enable-cache: true

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: "3.11"
3131
- name: Setup uv
32-
uses: astral-sh/setup-uv@v3
32+
uses: astral-sh/setup-uv@v5
3333
with:
3434
version: "0.4.15"
3535
enable-cache: true

.github/workflows/latest-changes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
3131
with:
3232
limit-access-to-actor: true
33-
- uses: tiangolo/[email protected].1
33+
- uses: tiangolo/[email protected].2
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636
latest_changes_file: docs/release-notes.md

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
3535
run: python -m build
3636
- name: Publish
37-
uses: pypa/gh-action-pypi-publish@v1.10.1
37+
uses: pypa/gh-action-pypi-publish@v1.12.4

.github/workflows/smokeshow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: '3.9'
2323
- name: Setup uv
24-
uses: astral-sh/setup-uv@v3
24+
uses: astral-sh/setup-uv@v5
2525
with:
2626
version: "0.4.15"
2727
enable-cache: true

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- "3.10"
3333
- "3.11"
3434
- "3.12"
35+
- "3.13"
3536
anyio-version:
3637
- anyio-v3
3738
- anyio-v4
@@ -43,7 +44,7 @@ jobs:
4344
with:
4445
python-version: ${{ matrix.python-version }}
4546
- name: Setup uv
46-
uses: astral-sh/setup-uv@v3
47+
uses: astral-sh/setup-uv@v5
4748
with:
4849
version: "0.4.15"
4950
enable-cache: true
@@ -90,7 +91,7 @@ jobs:
9091
with:
9192
python-version: '3.8'
9293
- name: Setup uv
93-
uses: astral-sh/setup-uv@v3
94+
uses: astral-sh/setup-uv@v5
9495
with:
9596
version: "0.4.15"
9697
enable-cache: true

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.8.3
17+
rev: v0.9.7
1818
hooks:
1919
- id: ruff
2020
args:

docs/release-notes.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
### Internal
66

7+
* ⬆ Bump ruff from 0.9.6 to 0.9.7. PR [#294](https://github.com/fastapi/asyncer/pull/294) by [@dependabot[bot]](https://github.com/apps/dependabot).
8+
*[pre-commit.ci] pre-commit autoupdate. PR [#295](https://github.com/fastapi/asyncer/pull/295) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
9+
* ⬆ Bump mypy from 1.11.2 to 1.14.1. PR [#276](https://github.com/fastapi/asyncer/pull/276) by [@dependabot[bot]](https://github.com/apps/dependabot).
10+
* ⬆ Bump ruff from 0.8.3 to 0.9.6. PR [#291](https://github.com/fastapi/asyncer/pull/291) by [@dependabot[bot]](https://github.com/apps/dependabot).
11+
*[pre-commit.ci] pre-commit autoupdate. PR [#290](https://github.com/fastapi/asyncer/pull/290) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
12+
* ⬆ Update httpx requirement from <0.28.0,>=0.27.0 to >=0.27.0,<0.29.0. PR [#288](https://github.com/fastapi/asyncer/pull/288) by [@dependabot[bot]](https://github.com/apps/dependabot).
13+
* ⬆ Bump astral-sh/setup-uv from 3 to 5. PR [#273](https://github.com/fastapi/asyncer/pull/273) by [@dependabot[bot]](https://github.com/apps/dependabot).
14+
* ⬆ Bump mkdocs-macros-plugin from 1.2.0 to 1.3.7. PR [#252](https://github.com/fastapi/asyncer/pull/252) by [@dependabot[bot]](https://github.com/apps/dependabot).
15+
* ⬆ Update pre-commit requirement from <4.0.0,>=2.17.0 to >=2.17.0,<5.0.0. PR [#237](https://github.com/fastapi/asyncer/pull/237) by [@dependabot[bot]](https://github.com/apps/dependabot).
16+
*[pre-commit.ci] pre-commit autoupdate. PR [#275](https://github.com/fastapi/asyncer/pull/275) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
17+
* ⬆ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.12.4. PR [#280](https://github.com/fastapi/asyncer/pull/280) by [@dependabot[bot]](https://github.com/apps/dependabot).
18+
* ⬆ Bump pillow from 10.4.0 to 11.1.0. PR [#277](https://github.com/fastapi/asyncer/pull/277) by [@dependabot[bot]](https://github.com/apps/dependabot).
19+
* ⬆ Bump tiangolo/latest-changes from 0.3.1 to 0.3.2. PR [#261](https://github.com/fastapi/asyncer/pull/261) by [@dependabot[bot]](https://github.com/apps/dependabot).
720
* ⬆ Bump ruff from 0.6.5 to 0.8.3. PR [#271](https://github.com/fastapi/asyncer/pull/271) by [@dependabot[bot]](https://github.com/apps/dependabot).
821
*[pre-commit.ci] pre-commit autoupdate. PR [#222](https://github.com/fastapi/asyncer/pull/222) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
922
* 🔨 Update docs previews script. PR [#267](https://github.com/fastapi/asyncer/pull/267) by [@tiangolo](https://github.com/tiangolo).

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.10",
2828
"Programming Language :: Python :: 3.11",
2929
"Programming Language :: Python :: 3.12",
30+
"Programming Language :: Python :: 3.13",
3031
"Topic :: Internet",
3132
"Typing :: Typed",
3233
]

requirements-docs.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ pyyaml >=5.3.1,<7.0.0
77
# For Material for MkDocs, Chinese search
88
# jieba==0.42.1
99
# For image processing by Material for MkDocs
10-
pillow==10.4.0
10+
pillow==11.1.0
1111
# For image processing by Material for MkDocs
1212
cairosvg==2.7.1
1313
# mkdocstrings[python]==0.25.1
1414
# Enable griffe-typingdoc once dropping Python 3.7 and upgrading typing-extensions
1515
# griffe-typingdoc==0.2.5
1616
# For griffe, it formats with black
1717
typer == 0.12.5
18-
mkdocs-macros-plugin==1.2.0
18+
mkdocs-macros-plugin==1.3.7

requirements-github-actions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PyGithub>=2.3.0,<3.0.0
22
pydantic>=2.5.3,<3.0.0
33
pydantic-settings>=2.1.0,<3.0.0
4-
httpx>=0.27.0,<0.28.0
4+
httpx>=0.27.0,<0.29.0
55
smokeshow

requirements-tests.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
pytest >=7.0.1,<9.0.0
44
coverage[toml] >=6.2,<8.0
5-
mypy ==1.11.2
6-
ruff ==0.8.3
5+
mypy ==1.14.1
6+
ruff ==0.9.7

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
-r requirements-tests.txt
44
-r requirements-docs.txt
55

6-
pre-commit >=2.17.0,<4.0.0
6+
pre-commit >=2.17.0,<5.0.0

0 commit comments

Comments
 (0)