Skip to content

Commit 6f11a22

Browse files
committed
bump fastapi: 0.136
1 parent 655b71b commit 6f11a22

29 files changed

Lines changed: 4417 additions & 4430 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
`fastapi` 0.120 -> 0.135
1+
`fastapi` 0.120 -> 0.136

codigo_das_aulas/01/poetry.lock

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

codigo_das_aulas/01/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ authors = [
88
readme = "README.md"
99
requires-python = ">=3.11,<4.0"
1010
dependencies = [
11-
"fastapi[standard] (>=0.135.3,<0.136.0)"
11+
"fastapi[standard] (>=0.136.0,<0.137.0)"
1212
]
1313

1414
[dependency-groups]
1515
dev = [
1616
"pytest (>=9.0.3,<10.0.0)",
1717
"pytest-cov (>=7.1.0,<8.0.0)",
1818
"taskipy (>=1.14.1,<2.0.0)",
19-
"ruff (>=0.15.10,<0.16.0)",
20-
"typos (>=1.45.0,<2.0.0)",
19+
"ruff (>=0.15.11,<0.16.0)",
20+
"typos (>=1.45.1,<2.0.0)",
2121
]
2222

2323
[tool.ruff]

codigo_das_aulas/02/poetry.lock

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

codigo_das_aulas/02/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ authors = [
88
readme = "README.md"
99
requires-python = ">=3.11,<4.0"
1010
dependencies = [
11-
"fastapi[standard] (>=0.135.3,<0.136.0)"
11+
"fastapi[standard] (>=0.136.0,<0.137.0)"
1212
]
1313

1414
[dependency-groups]
1515
dev = [
1616
"pytest (>=9.0.3,<10.0.0)",
1717
"pytest-cov (>=7.1.0,<8.0.0)",
1818
"taskipy (>=1.14.1,<2.0.0)",
19-
"ruff (>=0.15.10,<0.16.0)",
20-
"typos (>=1.45.0,<2.0.0)"
19+
"ruff (>=0.15.11,<0.16.0)",
20+
"typos (>=1.45.1,<2.0.0)"
2121
]
2222

2323
[tool.ruff]

codigo_das_aulas/03/poetry.lock

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

codigo_das_aulas/03/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ authors = [
88
readme = "README.md"
99
requires-python = ">=3.11,<4.0"
1010
dependencies = [
11-
"fastapi[standard] (>=0.135.3,<0.136.0)"
11+
"fastapi[standard] (>=0.136.0,<0.137.0)"
1212
]
1313

1414
[dependency-groups]
1515
dev = [
1616
"pytest (>=9.0.3,<10.0.0)",
1717
"pytest-cov (>=7.1.0,<8.0.0)",
1818
"taskipy (>=1.14.1,<2.0.0)",
19-
"ruff (>=0.15.10,<0.16.0)",
20-
"typos (>=1.45.0,<2.0.0)"
19+
"ruff (>=0.15.11,<0.16.0)",
20+
"typos (>=1.45.1,<2.0.0)"
2121
]
2222

2323
[tool.ruff]

codigo_das_aulas/04/poetry.lock

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

codigo_das_aulas/04/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
requires-python = ">=3.11,<4.0"
1010
dependencies = [
1111
"alembic (>=1.18.4,<2.0.0)",
12-
"fastapi[standard] (>=0.135.3,<0.136.0)",
12+
"fastapi[standard] (>=0.136.0,<0.137.0)",
1313
"pydantic-settings (>=2.13.1,<3.0.0)",
1414
"sqlalchemy (>=2.0.49,<3.0.0)"
1515
]
@@ -19,8 +19,8 @@ dev = [
1919
"pytest (>=9.0.3,<10.0.0)",
2020
"pytest-cov (>=7.1.0,<8.0.0)",
2121
"taskipy (>=1.14.1,<2.0.0)",
22-
"ruff (>=0.15.10,<0.16.0)",
23-
"typos (>=1.45.0,<2.0.0)"
22+
"ruff (>=0.15.11,<0.16.0)",
23+
"typos (>=1.45.1,<2.0.0)"
2424
]
2525

2626
[tool.ruff]

codigo_das_aulas/05/poetry.lock

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

0 commit comments

Comments
 (0)