Skip to content

Commit be70ed7

Browse files
authored
Merge branch 'master' into fix/label
2 parents 65d96bb + cb0e472 commit be70ed7

File tree

4 files changed

+31
-29
lines changed

4 files changed

+31
-29
lines changed

docs/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
### Internal
1111

12+
* ⬆ Bump ruff from 0.14.10 to 0.14.13. PR [#1493](https://github.com/fastapi/typer/pull/1493) by [@dependabot[bot]](https://github.com/apps/dependabot).
13+
* ⬆ Bump urllib3 from 2.6.2 to 2.6.3. PR [#1496](https://github.com/fastapi/typer/pull/1496) by [@dependabot[bot]](https://github.com/apps/dependabot).
1214
* ⬆ Bump prek from 0.2.24 to 0.3.0. PR [#1495](https://github.com/fastapi/typer/pull/1495) by [@dependabot[bot]](https://github.com/apps/dependabot).
1315

1416
## 0.21.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tests = [
8686
"pytest-sugar>=0.9.4,<1.2.0",
8787
"pytest-xdist>=1.32.0,<4.0.0",
8888
"rich>=10.11.0",
89-
"ruff==0.14.10",
89+
"ruff==0.14.13",
9090
"shellingham>=1.3.0",
9191
]
9292

requirements-docs-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# For linting and generating docs versions
2-
ruff ==0.14.10
2+
ruff ==0.14.13

uv.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)