Skip to content

Commit b4fd484

Browse files
authored
Merge branch 'master' into feature/traceback_suppress
2 parents 20b19c5 + a8c425b commit b4fd484

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
### Internal
1111

12+
* ⬆ Bump ruff from 0.14.13 to 0.14.14. PR [#1499](https://github.com/fastapi/typer/pull/1499) by [@dependabot[bot]](https://github.com/apps/dependabot).
1213
* 🔧 Ensure that an edit to `uv.lock` gets the `internal` label. PR [#1497](https://github.com/fastapi/typer/pull/1497) by [@svlandeg](https://github.com/svlandeg).
1314
* ⬆ 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).
1415
* ⬆ 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).

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.13",
89+
"ruff==0.14.14",
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.13
2+
ruff ==0.14.14

uv.lock

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

0 commit comments

Comments
 (0)